Lines Matching defs:DisallowPID
4520 mDNSBool DisallowPID = q->DisallowPID;
4524 q->DisallowPID = mDNSfalse;
4529 q->DisallowPID = DisallowPID;
10384 (q->DisallowPID == question->DisallowPID) && // Disallowing a PID should not affect a PID that is allowed
11482 // set DisallowPID
11483 question->DisallowPID = (question->ServiceID == 0 || (mDNSPlatformAllowPID(m, question) == 0));
11484 if (question->DisallowPID)