Home | History | Annotate | Download | only in avahi-compat-libdns_sd

Lines Matching refs:ref4

46     DNSServiceRef ref1, ref2, ref3, ref4 = NULL;
52 DNSServiceRegister(&ref4, 0, 0, "subtype #3", "_simple._tcp,,", NULL, NULL, 4711, 0, NULL, NULL, NULL);
53 assert(!ref4);
54 DNSServiceRegister(&ref4, 0, 0, "subtype #3", "", 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);
61 DNSServiceBrowse(&ref4, 0, 0, "_simple._tcp,_gurke", NULL, reply, NULL);
68 DNSServiceRefDeallocate(ref4);