Lines Matching refs:txtRecord
1113 unsigned char *txtrecord;
1122 txtrecord = (unsigned char *)get_rdata(&data, end, txtlen);
1125 ((DNSServiceResolveReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, fullname, target, port.s, txtlen, txtrecord, sdr->AppContext);
1465 const void *txtRecord,
1480 if (!txtRecord) txtRecord = (void*)"";
1507 put_rdata(txtLen, txtRecord, &ptr);