Lines Matching refs:TXTRecordRef

1343 /* TXTRecordRef
1349 typedef union _TXTRecordRef_t { char PrivateData[16]; char *ForceNaturalAlignment; } TXTRecordRef;
1354 * Creates a new empty TXTRecordRef referencing the specified storage.
1384 * txtRecord: A pointer to an uninitialized TXTRecordRef.
1390 * the TXTRecordRef.
1395 TXTRecordRef *txtRecord,
1407 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1413 TXTRecordRef *txtRecord
1419 * Adds a key (optionally with value) to a TXTRecordRef. If the "key" already
1420 * exists in the TXTRecordRef, then the current value will be replaced with
1430 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1456 TXTRecordRef *txtRecord,
1465 * Removes a key from a TXTRecordRef. The "key" must be an
1466 * ASCII string which exists in the TXTRecordRef.
1468 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1470 * key: A key name which exists in the TXTRecordRef.
1474 * exist in the TXTRecordRef.
1479 TXTRecordRef *txtRecord,
1486 * Allows you to determine the length of the raw bytes within a TXTRecordRef.
1488 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1490 * return value: Returns the size of the raw bytes inside a TXTRecordRef
1493 * Returns 0 if the TXTRecordRef is empty.
1498 const TXTRecordRef *txtRecord
1504 * Allows you to retrieve a pointer to the raw bytes within a TXTRecordRef.
1506 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1508 * return value: Returns a pointer to the raw bytes inside the TXTRecordRef
1515 const TXTRecordRef *txtRecord