HomeSort by relevance Sort by last modified time
    Searched refs:text_record (Results 1 - 10 of 10) sorted by null

  /external/avahi/avahi-compat-howl/include/rendezvous/
text_record.h 33 #include <discovery/text_record.h>
  /external/avahi/avahi-compat-howl/samples/
publish.c 64 sw_text_record text_record; local
81 if (sw_text_record_init(&text_record) != SW_OKAY)
89 if (sw_text_record_add_string(text_record, argv[i]) != SW_OKAY)
98 if ((result = sw_discovery_publish(discovery, 0, argv[1], argv[2], NULL, NULL, atoi(argv[3]), sw_text_record_bytes(text_record), sw_text_record_len(text_record), my_service_reply, NULL, &id)) != SW_OKAY)
101 sw_text_record_fina(text_record);
105 sw_text_record_fina(text_record);
resolve.c 44 sw_octets text_record,
60 if ((text_record_len > 0) && (text_record) && (*text_record != '\0'))
62 err = sw_text_record_iterator_init(&it, text_record, text_record_len);
browse.c 44 sw_octets text_record,
60 if ((text_record_len > 0) && (text_record) && (*text_record != '\0'))
62 err = sw_text_record_iterator_init(&it, text_record, text_record_len);
  /external/avahi/avahi-compat-howl/include/
howl.h 41 #include <discovery/text_record.h>
  /external/avahi/avahi-compat-howl/include/discovery/
text_record.h 100 sw_octets text_record,
discovery.h 131 sw_octets text_record,
191 sw_octets text_record,
202 sw_octets text_record,
  /external/avahi/avahi-compat-howl/
text.c 192 sw_octets text_record,
205 if (avahi_string_list_parse(text_record, text_record_len, &txt) < 0) {
compat.c 762 sw_octets text_record,
781 if (text_record && text_record_len > 0)
782 if (avahi_string_list_parse(text_record, text_record_len, &txt) < 0)
unsupported.c 980 AVAHI_GCC_UNUSED sw_octets text_record,

Completed in 135 milliseconds