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

/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientshim.c513 x->qSRV.SearchListIndex = 0;
533 x->qTXT.SearchListIndex = 0;
663 x->q.SearchListIndex = 0;
H A Duds_daemon.c2331 request->u.resolve.qsrv.SearchListIndex = 0;
2350 request->u.resolve.qtxt.SearchListIndex = 0;
2411 if (question->SearchListIndex == -1)
2413 LogMsg("AppendNewSearchDomain: question %##s (%s) SearchListIndex is -1", question->qname.c, DNSTypeName(question->qtype));
2433 sd = uDNS_GetNextSearchDomain(m, question->InterfaceID, &question->SearchListIndex, !question->AppendLocalSearchDomains);
2436 if (question->SearchListIndex == -1)
2467 LogInfo("AppnedNewSearchDomain: Returning question with name %##s, SearchListIndex %d", question->qname.c, question->SearchListIndex);
2573 q2->SearchListIndex = 0;
2596 if (!question->SuppressQuery && question->SearchListIndex !
[all...]
/external/mdnsresponder/mDNSPosix/
H A DIdentify.c224 q->SearchListIndex = 0;
/external/mdnsresponder/mDNSCore/
H A DmDNS.c4716 q->SearchListIndex = 0;
8755 question->SearchListIndex = 0;
8934 query->qSRV.SearchListIndex = 0;
8954 query->qTXT.SearchListIndex = 0;
8974 query->qAv4.SearchListIndex = 0;
8994 query->qAv6.SearchListIndex = 0;
9050 question->SearchListIndex = 0;
H A DmDNSEmbeddedAPI.h1580 mDNSs8 SearchListIndex; // Index into SearchList; Used by the client layer but not touched by core member in struct:DNSQuestion_struct
H A DuDNS.c1590 zd->question.SearchListIndex = 0;
2271 q->SearchListIndex = 0;
H A DDNSCommon.c1101 q->SearchListIndex = 0;

Completed in 4796 milliseconds