Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:UpdateBlocked

1160 	rr->UpdateBlocked     = 0;
2130 if (rr->UpdateBlocked) rr->UpdateBlocked = 0;
9126 if (!rr->UpdateBlocked && rr->UpdateCredits) rr->UpdateCredits--;
9132 if (!rr->UpdateBlocked) rr->UpdateBlocked = NonZeroTime(m->timenow + (mDNSs32)delay * mDNSPlatformOneSecond);
9134 rr->LastAPTime = rr->UpdateBlocked - rr->ThisAPInterval;