Home
last modified time | relevance | path

Searched refs:text_record (Results 1 – 9 of 9) sorted by relevance

/external/avahi/avahi-compat-howl/samples/
Dpublish.c64 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()
Dresolve.c44 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()
Dbrowse.c44 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/
Ddiscovery.h131 sw_octets text_record,
191 sw_octets text_record,
202 sw_octets text_record,
Dtext_record.h100 sw_octets text_record,
/external/avahi/avahi-compat-howl/
DMakefile.am39 include/rendezvous/text_record.h
51 include/discovery/text_record.h
Dtext.c192 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()
Dcompat.c762 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()
Dunsupported.c980 AVAHI_GCC_UNUSED sw_octets text_record, in sw_discovery_publish_update() argument