Lines Matching refs:txtRecord
218 Byte txtRecord[] in ResolveDispatch() argument
224 OnResolveReply(this, flags, interfaceIndex, errorCode, fullname, hosttarget, port, txtRecord); in ResolveDispatch()
536 const char * txtRecord, in ResolveCallback() argument
558 memcpy(p, txtRecord, txtLen); in ResolveCallback()
692 Byte txtRecord[], in Register() argument
705 if ((txtRecord != NULL) && (txtRecord->Length > 0)) in Register()
707 len = txtRecord->Length; in Register()
708 p = &txtRecord[0]; in Register()
1120 Byte txtRecord[],
1125 Byte __pin * p = &txtRecord[0];
1127 return (TXTRecordContainsKey(txtRecord->Length, p, pKey->c_str()) > 0) ? true : false;
1134 Byte txtRecord[],
1141 Byte __pin * p1 = &txtRecord[0];
1144 v = TXTRecordGetValuePtr(txtRecord->Length, p1, pKey->c_str(), &valueLen);
1161 Byte txtRecord[]
1164 Byte __pin * p = &txtRecord[0];
1166 return TXTRecordGetCount(txtRecord->Length, p);
1173 Byte txtRecord[],
1184 Byte __pin * p1 = &txtRecord[0];
1187 …err = TXTRecordGetItemAtIndex(txtRecord->Length, p1, index, keyBufLen, keyBuf, &valueLen, (const v…