Searched refs:text_record (Results 1 – 9 of 9) sorted by relevance
/external/avahi/avahi-compat-howl/samples/ |
D | publish.c | 64 sw_text_record text_record; in main() local 81 if (sw_text_record_init(&text_record) != SW_OKAY) in main() 89 if (sw_text_record_add_string(text_record, argv[i]) != SW_OKAY) in main() 98 …v[2], NULL, NULL, atoi(argv[3]), sw_text_record_bytes(text_record), sw_text_record_len(text_record… in main() 101 sw_text_record_fina(text_record); in main() 105 sw_text_record_fina(text_record); in main()
|
D | resolve.c | 44 sw_octets text_record, in my_resolver() argument 60 if ((text_record_len > 0) && (text_record) && (*text_record != '\0')) in my_resolver() 62 err = sw_text_record_iterator_init(&it, text_record, text_record_len); in my_resolver()
|
D | browse.c | 44 sw_octets text_record, in my_resolver() argument 60 if ((text_record_len > 0) && (text_record) && (*text_record != '\0')) in my_resolver() 62 err = sw_text_record_iterator_init(&it, text_record, text_record_len); in my_resolver()
|
/external/avahi/avahi-compat-howl/include/discovery/ |
D | discovery.h | 131 sw_octets text_record, 191 sw_octets text_record, 202 sw_octets text_record,
|
D | text_record.h | 100 sw_octets text_record,
|
/external/avahi/avahi-compat-howl/ |
D | Makefile.am | 39 include/rendezvous/text_record.h 51 include/discovery/text_record.h
|
D | text.c | 192 sw_octets text_record, in sw_text_record_iterator_init() argument 205 if (avahi_string_list_parse(text_record, text_record_len, &txt) < 0) { in sw_text_record_iterator_init()
|
D | compat.c | 762 sw_octets text_record, in sw_discovery_publish() argument 781 if (text_record && text_record_len > 0) in sw_discovery_publish() 782 if (avahi_string_list_parse(text_record, text_record_len, &txt) < 0) in sw_discovery_publish()
|
D | unsupported.c | 980 AVAHI_GCC_UNUSED sw_octets text_record, in sw_discovery_publish_update() argument
|