Lines Matching refs:op4
221 err = QueryRecordOpCreate(&inRequest->op4); in GetAddrInfoClientRequestStart()
225 err = QueryRecordOpStart(inRequest->op4, &opParams, inResultHandler, inResultContext); in GetAddrInfoClientRequestStart()
237 if (inRequest->op4) QueryRecordOpStop(inRequest->op4); in GetAddrInfoClientRequestStop()
242 const QueryRecordOp * const op4 = inRequest->op4; in GetAddrInfoClientRequestStop() local
247 if (op4) in GetAddrInfoClientRequestStop()
249 if (op4->answered) in GetAddrInfoClientRequestStop()
253 q4 = &op4->q; in GetAddrInfoClientRequestStop()
255 else if (op4->q.TimeoutQuestion) in GetAddrInfoClientRequestStop()
259 mDNSPlatformUpdateDNSStatus(&op4->q); in GetAddrInfoClientRequestStop()
277 if (inRequest->op4) in GetAddrInfoClientRequestStop()
279 QueryRecordOpFree(inRequest->op4); in GetAddrInfoClientRequestStop()
280 inRequest->op4 = mDNSNULL; in GetAddrInfoClientRequestStop()
291 if (inRequest->op4) return &inRequest->op4->q.qname; in GetAddrInfoClientRequestGetQName()
298 if ((inRequest->op4 && QueryRecordOpIsMulticast(inRequest->op4)) || in GetAddrInfoClientRequestIsMulticast()