Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:txtRecord

996  * txtLen:          The length of the txtRecord, in bytes. Must be zero if the txtRecord is NULL.
998 * txtRecord: The TXT record rdata. A non-NULL txtRecord MUST be a properly formatted DNS
1000 * Passing NULL for the txtRecord is allowed as a synonym for txtLen=1, txtRecord="",
1004 * As with the other parameters, the DNSServiceRegister call copies the txtRecord
1005 * data; e.g. if you allocated the storage for the txtRecord parameter with malloc()
1035 const void *txtRecord, /* may be NULL */
1306 * txtRecord: The service's primary txt record, in standard txt record format.
1310 * NOTE: In earlier versions of this header file, the txtRecord parameter was declared "const char *"
1314 * function signature using "const unsigned char *txtRecord". Making this change may also fix inadvertent
1337 const unsigned char *txtRecord,
2038 * Client allocates storage for TXTRecord data (e.g. declare buffer on the stack)
2046 * Explicitly deallocate storage for TXTRecord data (if not allocated on the stack)
2091 * txtRecord: A pointer to an uninitialized TXTRecordRef.
2095 * buffer: Optional caller-supplied storage used to hold the TXTRecord data.
2102 TXTRecordRef *txtRecord,
2114 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
2120 TXTRecordRef *txtRecord
2137 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
2163 TXTRecordRef *txtRecord,
2175 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
2186 TXTRecordRef *txtRecord,
2195 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
2205 const TXTRecordRef *txtRecord
2213 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
2222 const TXTRecordRef *txtRecord
2236 * if (TXTRecordContainsKey(txtLen, txtRecord, "key")) then do something
2237 * val1ptr = TXTRecordGetValuePtr(txtLen, txtRecord, "key1", &len1);
2238 * val2ptr = TXTRecordGetValuePtr(txtLen, txtRecord, "key2", &len2);
2266 * txtRecord: Pointer to the received TXT Record bytes.
2277 const void *txtRecord,
2288 * txtRecord: Pointer to the received TXT Record bytes.
2306 const void *txtRecord,
2319 * txtRecord: Pointer to the received TXT Record bytes.
2328 const void *txtRecord
2347 * txtRecord: Pointer to the received TXT Record bytes.
2373 const void *txtRecord,