Home
last modified time | relevance | path

Searched refs:TXTRecordContainsKey (Results 1 – 6 of 6) sorted by relevance

/external/mdnsresponder/mDNSWindows/DLL/
Ddnssd.def43 TXTRecordContainsKey
/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.cpp164 ret = TXTRecordContainsKey( ( uint16_t ) m_byteArray.size(), &m_byteArray[ 0 ], keyUTF8.c_str() ); in ContainsKey()
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c272 int DNSSD_API TXTRecordContainsKey in TXTRecordContainsKey() function
Ddns_sd.h2274 int DNSSD_API TXTRecordContainsKey
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp571 TXTRecordContainsKey in TXTRecordContainsKey() function
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp1127 return (TXTRecordContainsKey(txtRecord->Length, p, pKey->c_str()) > 0) ? true : false;