Home
last modified time | relevance | path

Searched refs:QueryRecordOpStopQuestion (Results 1 – 1 of 1) sorted by path

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A DClientRequests.c109 mDNSlocal mStatus QueryRecordOpStopQuestion(DNSQuestion *inQuestion);
663 QueryRecordOpStopQuestion(&op->q); in QueryRecordOpStop()
679 if (op->q2->QuestionContext) QueryRecordOpStopQuestion(op->q2); in QueryRecordOpStop()
713 QueryRecordOpStopQuestion(q2); in QueryRecordOpCallback()
761 QueryRecordOpStopQuestion(inQuestion); in QueryRecordOpCallback()
799 if (resultErr == kDNSServiceErr_Timeout) QueryRecordOpStopQuestion(inQuestion); in QueryRecordOpCallback()
841 mDNSlocal mStatus QueryRecordOpStopQuestion(DNSQuestion *inQuestion) in QueryRecordOpStopQuestion() function