Searched refs:InFlightRData (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A DuDNS.c2897 SetNewRData(&rr->resrec, rr->InFlightRData, rr->InFlightRDLen);
3518 SetNewRData(&rr->resrec, rr->InFlightRData, rr->InFlightRDLen);
3520 rr->InFlightRData = mDNSNULL;
3564 rr->InFlightRData = rr->QueuedRData;
4478 // The data may be queued in QueuedRData or InFlightRData.
4480 // 1) If the record is in Registered state, we store it in InFlightRData and copy the same in "rdata"
4481 // *just* before sending the update to the server. Till we get the response, InFlightRData and "rdata"
4486 // comes back from the server, we copy it from QueuedRData to InFlightRData and repeat (1). This implies
4490 if (rr->InFlightRData && rr->UpdateCallback)
4492 if (rr->InFlightRData !
[all...]
H A DmDNSEmbeddedAPI.h1581 RData *InFlightRData; member in struct:AuthRecord_struct
H A DDNSCommon.c1442 rr->InFlightRData = 0;
H A DmDNS.c1332 rr->InFlightRData = 0;

Completed in 410 milliseconds