Searched refs:ref4 (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-libdns_sd/
H A Dnull-test.c48 DNSServiceRef ref1, ref2, ref3, ref4 = NULL; local
54 DNSServiceRegister(&ref4, 0, 0, "subtype #3", "_simple._tcp,,", NULL, NULL, 4711, 0, NULL, NULL, NULL);
55 assert(!ref4);
56 DNSServiceRegister(&ref4, 0, 0, "subtype #3", "", NULL, NULL, 4711, 0, NULL, NULL, NULL);
57 assert(!ref4);
58 DNSServiceRegister(&ref4, 0, 0, "subtype #3", ",", NULL, NULL, 4711, 0, NULL, NULL, NULL);
59 assert(!ref4);
60 DNSServiceRegister(&ref4, 0, 0, "subtype #3", ",,", NULL, NULL, 4711, 0, NULL, NULL, NULL);
61 assert(!ref4);
63 DNSServiceBrowse(&ref4,
[all...]

Completed in 36 milliseconds