HomeSort by: relevance | last modified time | path
    Searched defs:txt_len (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/tests/
change-text-record.c 86 int txt_len = TXTRecordGetLength(&txt); local
88 int ret = srp_client_update_record(sdref, NULL, 0, txt_len, txt_data, 0);
123 int txt_len = TXTRecordGetLength(&txt); local
128 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
single-srpl-update.c 116 int txt_len = TXTRecordGetLength(&txt); local
121 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
lease-expiry.c 103 int txt_len = TXTRecordGetLength(&txt); local
108 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
lease-renewal.c 96 int txt_len = TXTRecordGetLength(&txt); local
101 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
listen-longevity.c 105 int txt_len = TXTRecordGetLength(&txt); local
107 int ret = srp_client_update_record(sdref, NULL, 0, txt_len, txt_data, 0);
140 int txt_len = TXTRecordGetLength(&txt); local
145 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
srpl-host-2i.c 49 int txt_len = TXTRecordGetLength(&txt); local
56 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
srpl-host-2ir.c 124 int txt_len = TXTRecordGetLength(&txt); local
129 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
srpl-lease-time.c 215 int txt_len = TXTRecordGetLength(&txt); local
220 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
srpl-cycle-through-peers.c 248 int txt_len = TXTRecordGetLength(&txt); local
253 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
srpl-update-after-remove.c 236 int txt_len = TXTRecordGetLength(&txt); local
241 NULL /* domain */, TEST_HOST_NAME /* host */, 1234, txt_len, txt_data,
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
resinfo_261.h 27 uint16_t txt_len; member in struct:dns_rdata_resinfo
spf_99.h 27 uint16_t txt_len; member in struct:dns_rdata_spf
txt_16.h 28 uint16_t txt_len; member in struct:dns_rdata_txt
  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
spf_99.h 28 uint16_t txt_len; member in struct:dns_rdata_spf
txt_16.h 29 uint16_t txt_len; member in struct:dns_rdata_txt
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
advertising_proxy_services.h 56 uint16_t txt_len; member in struct:advertising_proxy_instance
srp-ioloop.c 484 uint16_t txt_len = 0; local
491 txt_len = TXTRecordGetLength(&txt);
505 txt_len, txt_data, second_register_callback, client);
511 (void)DNSServiceUpdateRecord(sdref, NULL, 0, txt_len, txt_data, 0);
1195 uint16_t txt_len = 0; local
1234 txt_len = TXTRecordGetLength(&txt);
1243 txt_len = TXTRecordGetLength(&txt);
1255 txt_len, txt_data, register_callback, client);
1264 txt_len, txt_data, second_register_callback, client);
1277 0, 0, htons(service_port), txt_len, txt_data, register_callback, client)
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
windmc.c 586 rc_uint_type txt_len; local
588 txt_len = unichar_len (n->message);
589 if (mcset_automatic_null_termination && txt_len != 0)
591 while (txt_len > 0 && ht[txt_len - 1] > 0 && ht[txt_len - 1] < 0x20)
592 ht[--txt_len] = 0;
594 txt_len *= sizeof (unichar);
595 len = BIN_MESSAGETABLE_ITEM_SIZE + txt_len + sizeof (unichar);
600 txt_len = 0
609 rc_uint_type txt_len, l; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
windmc.c 586 rc_uint_type txt_len; local
588 txt_len = unichar_len (n->message);
589 if (mcset_automatic_null_termination && txt_len != 0)
591 while (txt_len > 0 && ht[txt_len - 1] > 0 && ht[txt_len - 1] < 0x20)
592 ht[--txt_len] = 0;
594 txt_len *= sizeof (unichar);
595 len = BIN_MESSAGETABLE_ITEM_SIZE + txt_len + sizeof (unichar);
600 txt_len = 0
609 rc_uint_type txt_len, l; local
    [all...]
  /src/external/bsd/unbound/dist/util/data/
msgreply.c 1112 size_t txt_len = txt ? strlen(txt) : 0; local
1120 opt->opt_len = txt_len + sizeof(uint16_t);
1121 opt->opt_data = regional_alloc(region, txt_len + sizeof(uint16_t));
1125 if (txt_len)
1126 memmove(opt->opt_data + 2, txt, txt_len);
  /src/external/mpl/bind/include/dns/
rdatastruct.h 452 uint16_t txt_len; member in struct:dns_rdata_txt
1924 uint16_t txt_len; member in struct:dns_rdata_spf
2272 uint16_t txt_len; member in struct:dns_rdata_resinfo
  /src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h 505 uint16_t txt_len; member in struct:dns_rdata_txt
2058 uint16_t txt_len; member in struct:dns_rdata_spf

Completed in 26 milliseconds