Lines Matching refs:txtInfo
2395 uDNS_RegInfo *txtInfo = &txt->uDNS_info; in hndlServiceUpdateReply() local
2481 if (txtInfo->UpdateRDCallback) txtInfo->UpdateRDCallback(m, txt, txtInfo->OrigRData); in hndlServiceUpdateReply()
2482 SetNewRData(&txt->resrec, txtInfo->InFlightRData, txtInfo->InFlightRDLen); in hndlServiceUpdateReply()
2483 txtInfo->OrigRData = mDNSNULL; in hndlServiceUpdateReply()
2484 txtInfo->InFlightRData = mDNSNULL; in hndlServiceUpdateReply()
2540 else if (txtInfo->QueuedRData && info->state == regState_Registered) in hndlServiceUpdateReply()
2549 txtInfo->InFlightRData = txtInfo->QueuedRData; in hndlServiceUpdateReply()
2550 txtInfo->InFlightRDLen = txtInfo->QueuedRDLen; in hndlServiceUpdateReply()
2553 txtInfo->QueuedRData = mDNSNULL; in hndlServiceUpdateReply()
4300 uDNS_RegInfo *txtInfo = &txt->uDNS_info; in SendServiceRegistration() local
4302 SetNewRData(&txt->resrec, txtInfo->OrigRData, txtInfo->OrigRDLen); in SendServiceRegistration()
4306 SetNewRData(&txt->resrec, txtInfo->InFlightRData, txtInfo->InFlightRDLen); in SendServiceRegistration()
5197 uDNS_RegInfo *txtInfo = &txt->uDNS_info; in SleepServiceRegistrations() local
5200 if (txtInfo->UpdateRDCallback) txtInfo->UpdateRDCallback(m, txt, txtInfo->OrigRData); in SleepServiceRegistrations()
5201 SetNewRData(&txt->resrec, txtInfo->InFlightRData, txtInfo->InFlightRDLen); in SleepServiceRegistrations()
5202 txtInfo->OrigRData = mDNSNULL; in SleepServiceRegistrations()
5203 txtInfo->InFlightRData = mDNSNULL; in SleepServiceRegistrations()