Searched defs:SetNextQueryTime (Results 1 - 1 of 1) sorted by relevance

/external/mdnsresponder/mDNSCore/
H A DmDNS.c129 LogMsg("SetNextQueryTime: Lock not held! mDNS_busy (%ld) mDNS_reentrancy (%ld)", m->mDNS_busy, m->mDNS_reentrancy);
139 mDNSexport void SetNextQueryTime(mDNS *const m, const DNSQuestion *const q) function
142 LogMsg("SetNextQueryTime: Lock not held! mDNS_busy (%ld) mDNS_reentrancy (%ld)", m->mDNS_busy, m->mDNS_reentrancy);
2937 // next thing we do is scan the list and call SetNextQueryTime() for every question we find, so we know we end up with the right value.
2989 SetNextQueryTime(m,q);
3535 SetNextQueryTime(m,q);
3741 SetNextQueryTime(m, q);
3967 SetNextQueryTime(m,q);
4622 SetNextQueryTime(m, question);
7703 SetNextQueryTime(
[all...]

Completed in 280 milliseconds