Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/DLLX/
DTXTRecord.h168 return TXTRecordGetLength( &m_tref ); in GetLen()
/external/mdnsresponder/mDNSWindows/DLL/
Ddnssd.def45 TXTRecordGetLength
/external/mdnsresponder/mDNSShared/
Ddnssd_clientlib.c263 uint16_t DNSSD_API TXTRecordGetLength (const TXTRecordRef *txtRecord) { return(txtRec->datalen); } in TXTRecordGetLength() function
Ddns_sd.h2203 uint16_t DNSSD_API TXTRecordGetLength
/external/mdnsresponder/mDNSWindows/DLLStub/
DDLLStub.cpp612 TXTRecordGetLength in TXTRecordGetLength() function
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp1091 return TXTRecordGetLength(&m_impl->m_ref); in GetLength()