Searched refs:QuestionContext (Results 1 - 7 of 7) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c362 mDNS_DirectOP_Browse *x = (mDNS_DirectOP_Browse*)question->QuestionContext;
412 x->q.QuestionContext = x;
442 mDNS_DirectOP_Resolve *x = (mDNS_DirectOP_Resolve*)question->QuestionContext;
520 x->qSRV.QuestionContext = x;
540 x->qTXT.QuestionContext = x;
616 mDNS_DirectOP_QueryRecord *x = (mDNS_DirectOP_QueryRecord*)question->QuestionContext;
669 x->q.QuestionContext = x;
H A Duds_daemon.c1737 request_state *req = question->QuestionContext;
2231 request_state *req = question->QuestionContext;
2338 request->u.resolve.qsrv.QuestionContext = request;
2357 request->u.resolve.qtxt.QuestionContext = request;
2622 question->QuestionContext = mDNSNULL;
2636 request_state *req = question->QuestionContext;
2645 // Sanity check: QuestionContext is set to NULL after we stop the question and hence we should not
2649 LogMsg("queryrecord_result_callback: ERROR!! QuestionContext NULL for %##s (%s)", question->qname.c, DNSTypeName(question->qtype));
2666 question->QuestionContext = mDNSNULL;
2689 LogOperation("%3d: DNSServiceQueryRecord(%##s, %s) unicast, context %p", req->sd, question->qname.c, DNSTypeName(question->qtype), question->QuestionContext);
[all...]
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c231 q->QuestionContext = NULL;
/external/mdnsresponder/mDNSCore/
H A DuDNS.c1464 ZoneData *zd = (ZoneData*)question->QuestionContext;
1597 zd->question.QuestionContext = zd;
1623 zd->question.QuestionContext = zd;
2278 q->QuestionContext = mDNSNULL;
4701 SearchListElem *slElem = question->QuestionContext;
H A DmDNS.c4986 NetworkInterfaceInfo *intf = (NetworkInterfaceInfo *)question->QuestionContext;
8762 question->QuestionContext = Context;
8789 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext;
8850 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext;
8875 ServiceInfoQuery *query = (ServiceInfoQuery *)question->QuestionContext;
8941 query->qSRV.QuestionContext = query;
8961 query->qTXT.QuestionContext = query;
8981 query->qAv4.QuestionContext = query;
9001 query->qAv6.QuestionContext = query;
9057 question->QuestionContext
[all...]
H A DmDNSEmbeddedAPI.h1585 void *QuestionContext; member in struct:DNSQuestion_struct
H A DDNSCommon.c1108 q->QuestionContext = context;

Completed in 187 milliseconds