Lines Matching refs:curmatch
10577 McastResolver *curmatch = mDNSNULL; in GetTimeoutForMcastQuestion() local
10589 curmatch = curr; in GetTimeoutForMcastQuestion()
10593 …o("GetTimeoutForMcastQuestion: question %##s curmatch %p, Timeout %d", question->qname.c, curmatch, in GetTimeoutForMcastQuestion()
10594 curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT); in GetTimeoutForMcastQuestion()
10595 return ( curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT); in GetTimeoutForMcastQuestion()
10766 DNSServer *curmatch = mDNSNULL; in GetBestServer() local
10826 curmatch = curr; in GetBestServer()
10834 return curmatch; in GetBestServer()
10840 DNSServer *curmatch = mDNSNULL; in GetServerForName() local
10852 curmatch = GetBestServer(m, name, InterfaceID, ServiceID, allValid, mDNSNULL, mDNStrue); in GetServerForName()
10854 if (curmatch != mDNSNULL) in GetServerForName()
10855 …Name: DNS server %#a:%d (Penalty Time Left %d) (Scope %s:%p) found for name %##s", &curmatch->addr, in GetServerForName()
10856 …mDNSVal16(curmatch->port), (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifn… in GetServerForName()
10861 return(curmatch); in GetServerForName()
10867 DNSServer *curmatch = mDNSNULL; in GetServerForQuestion() local
10881 …curmatch = GetBestServer(m, name, InterfaceID, question->ServiceID, question->validDNSServers, &cu… in GetServerForQuestion()
10886 if (curmatch != mDNSNULL) in GetServerForQuestion()
10889 question, curmatch, &curmatch->addr, mDNSVal16(curmatch->port), in GetServerForQuestion()
10890 … (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifname ? ifname : "None", in GetServerForQuestion()
10899 return(curmatch); in GetServerForQuestion()