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

/external/mdnsresponder/mDNSShared/
H A Ddns_sd.h2050 /* TXTRecordRef
2056 typedef union _TXTRecordRef_t { char PrivateData[16]; char *ForceNaturalAlignment; } TXTRecordRef; typedef in typeref:union:_TXTRecordRef_t
2061 * Creates a new empty TXTRecordRef referencing the specified storage.
2091 * txtRecord: A pointer to an uninitialized TXTRecordRef.
2097 * the TXTRecordRef.
2102 TXTRecordRef *txtRecord,
2114 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
2120 TXTRecordRef *txtRecord
2126 * Adds a key (optionally with value) to a TXTRecordRef. If the "key" already
2127 * exists in the TXTRecordRef, the
[all...]

Completed in 250 milliseconds