Lines Matching refs:txtRecord
513 static void ShowTXTRecord(uint16_t txtLen, const unsigned char *txtRecord)
515 const unsigned char *ptr = txtRecord;
516 const unsigned char *max = txtRecord + txtLen;
548 const char *fullname, const char *hosttarget, uint16_t opaqueport, uint16_t txtLen, const unsigned char *txtRecord, void *context)
566 if (txtLen > 1) { printf("\n"); ShowTXTRecord(txtLen, txtRecord); }
1054 // Test code for TXTRecord functions
1055 //TXTRecordRef txtRecord;
1056 //TXTRecordCreate(&txtRecord, 0, NULL);
1057 //TXTRecordSetValue(&txtRecord, "aaa", 1, "b");
1058 //printf("%d\n", TXTRecordContainsKey(TXTRecordGetLength(&txtRecord), TXTRecordGetBytesPtr(&txtRecord), "Aaa"));