Searched defs:DNSServiceQueryRecord (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c605 // DNSServiceQueryRecord
624 DNSServiceErrorType DNSServiceQueryRecord function
679 LogMsg("DNSServiceQueryRecord(\"%s\", %d, %d) failed: %s (%ld)", fullname, rrtype, rrclass, errormsg, err);
745 // instead of wrapping DNSServiceQueryRecord, which then unnecessarily allocates
747 err = DNSServiceQueryRecord(&x->aQuery, inFlags, inInterfaceIndex, inHostName, kDNSServiceType_A,
749 if (err) { DNSServiceGetAddrInfoDispose((mDNS_DirectOP*)x); errormsg = "DNSServiceQueryRecord"; goto fail; }
H A Ddnssd_clientstub.c1204 DNSServiceErrorType DNSSD_API DNSServiceQueryRecord function

Completed in 96 milliseconds