• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-libdns_sd/

Lines Matching defs:TXTRecordRef

1342 /* TXTRecordRef
1348 typedef union _TXTRecordRef_t { char PrivateData[16]; char *ForceNaturalAlignment; } TXTRecordRef;
1353 * Creates a new empty TXTRecordRef referencing the specified storage.
1383 * txtRecord: A pointer to an uninitialized TXTRecordRef.
1389 * the TXTRecordRef.
1394 TXTRecordRef *txtRecord,
1406 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1412 TXTRecordRef *txtRecord
1418 * Adds a key (optionally with value) to a TXTRecordRef. If the "key" already
1419 * exists in the TXTRecordRef, then the current value will be replaced with
1429 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1455 TXTRecordRef *txtRecord,
1464 * Removes a key from a TXTRecordRef. The "key" must be an
1465 * ASCII string which exists in the TXTRecordRef.
1467 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1469 * key: A key name which exists in the TXTRecordRef.
1473 * exist in the TXTRecordRef.
1478 TXTRecordRef *txtRecord,
1485 * Allows you to determine the length of the raw bytes within a TXTRecordRef.
1487 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1489 * return value: Returns the size of the raw bytes inside a TXTRecordRef
1492 * Returns 0 if the TXTRecordRef is empty.
1497 const TXTRecordRef *txtRecord
1503 * Allows you to retrieve a pointer to the raw bytes within a TXTRecordRef.
1505 * txtRecord: A TXTRecordRef initialized by calling TXTRecordCreate().
1507 * return value: Returns a pointer to the raw bytes inside the TXTRecordRef
1514 const TXTRecordRef *txtRecord