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

/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h1405 * DNSServiceQueryRecordReply() Callback Parameters:
1445 typedef void (DNSSD_API *DNSServiceQueryRecordReply) typedef
1508 DNSServiceQueryRecordReply callBack,
H A Ddnssd_clientshim.c96 DNSServiceQueryRecordReply callback;
647 DNSServiceQueryRecordReply callback,
H A Ddnssd_clientstub.c831 if (sdr->AppCallback)((DNSServiceQueryRecordReply)sdr->AppCallback)(sdr, 0, 0, error, NULL, 0, 0, 0, NULL, 0, sdr->AppContext);
1201 else ((DNSServiceQueryRecordReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, name, rrtype, rrclass, rdlen, rdata, ttl, sdr->AppContext);
1213 DNSServiceQueryRecordReply callBack,
/external/mdnsresponder/mDNSWindows/DLLStub/
H A DDLLStub.cpp379 DNSServiceQueryRecordReply callBack,
383 typedef DNSServiceErrorType (DNSSD_API * Func)(DNSServiceRef*, DNSServiceFlags, uint32_t, const char*, uint16_t, uint16_t, DNSServiceQueryRecordReply, void* );
/external/mdnsresponder/mDNSWindows/DLL.NET/
H A Ddnssd_NET.cpp991 int err = DNSServiceQueryRecord(&sdRef->m_impl->m_ref, flags, interfaceIndex, pFullname->c_str(), rrtype, rrclass, (DNSServiceQueryRecordReply) ServiceRef::ServiceRefImpl::QueryRecordCallback, sdRef->m_impl);
/external/mdnsresponder/mDNSWindows/DLLX/
H A DDNSSD.cpp277 err = DNSServiceQueryRecord( &sref, flags, ifIndex, fullNameUTF8.c_str(), ( uint16_t ) rrtype, ( uint16_t ) rrclass, ( DNSServiceQueryRecordReply ) &QueryRecordReply, object );
H A DDNSSDService.cpp700 err = DNSServiceQueryRecord( &subord, flags | kDNSServiceFlagsShareConnection, ifIndex, fullNameUTF8.c_str(), ( uint16_t ) rrtype, ( uint16_t ) rrclass, ( DNSServiceQueryRecordReply ) &QueryRecordReply, object );
/external/libcups/cups/
H A Ddest.c3872 if (DNSServiceQueryRecord(&(device->ref), kDNSServiceFlagsShareConnection, 0, device->fullName, kDNSServiceType_TXT, kDNSServiceClass_IN, (DNSServiceQueryRecordReply)cups_dnssd_query_cb, &data) == kDNSServiceErr_NoError)

Completed in 144 milliseconds