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

/external/mdnsresponder/mDNSWindows/DLLStub/
H A DDLLStub.cpp371 DNSServiceQueryRecord function
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c620 // DNSServiceQueryRecord
639 DNSServiceErrorType DNSServiceQueryRecord function
694 LogMsg("DNSServiceQueryRecord(\"%s\", %d, %d) failed: %s (%ld)", fullname, rrtype, rrclass, errormsg, err);
760 // instead of wrapping DNSServiceQueryRecord, which then unnecessarily allocates
762 err = DNSServiceQueryRecord(&x->aQuery, inFlags, inInterfaceIndex, inHostName, kDNSServiceType_A,
764 if (err) { DNSServiceGetAddrInfoDispose((mDNS_DirectOP*)x); errormsg = "DNSServiceQueryRecord"; goto fail; }
H A Ddnssd_clientstub.c1205 DNSServiceErrorType DNSSD_API DNSServiceQueryRecord function

Completed in 104 milliseconds