Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:SetNextQueryTime

129 		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)
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(m,q);
8516 SetNextQueryTime(m,question);
9538 SetNextQueryTime(m,q);