Lines Matching refs:curmatch

7809 	McastResolver *curmatch = mDNSNULL;  in GetTimeoutForMcastQuestion()  local
7821 curmatch = curr; in GetTimeoutForMcastQuestion()
7825 …o("GetTimeoutForMcastQuestion: question %##s curmatch %p, Timeout %d", question->qname.c, curmatch, in GetTimeoutForMcastQuestion()
7826 curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT); in GetTimeoutForMcastQuestion()
7827 return ( curmatch ? curmatch->timeout : DEFAULT_MCAST_TIMEOUT); in GetTimeoutForMcastQuestion()
7833 DNSServer *curmatch = mDNSNULL; in SetValidDNSServers() local
7870 curmatch = curr; in SetValidDNSServers()
7894 DNSServer *curmatch = mDNSNULL; in GetBestServer() local
7957 …{ currindex = index; curmatch = curr; bestmatchlen = currcount; bestPenaltyTime = currPenaltyTime;… in GetBestServer()
7962 return curmatch; in GetBestServer()
7968 DNSServer *curmatch = mDNSNULL; in GetServerForName() local
7980 curmatch = GetBestServer(m, name, InterfaceID, allValid, mDNSNULL, mDNStrue); in GetServerForName()
7982 if (curmatch != mDNSNULL) in GetServerForName()
7983 …Name: DNS server %#a:%d (Penalty Time Left %d) (Scope %s:%p) found for name %##s", &curmatch->addr, in GetServerForName()
7984 …mDNSVal16(curmatch->port), (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifn… in GetServerForName()
7989 return(curmatch); in GetServerForName()
7995 DNSServer *curmatch = mDNSNULL; in GetServerForQuestion() local
8008 curmatch = GetBestServer(m, name, InterfaceID, question->validDNSServers, &currindex, mDNSfalse); in GetServerForQuestion()
8012 if (curmatch != mDNSNULL) in GetServerForQuestion()
8013 …r %#a:%d (Penalty Time Left %d) (Scope %s:%p) found for name %##s (%s)", question, &curmatch->addr, in GetServerForQuestion()
8014 …mDNSVal16(curmatch->port), (curmatch->penaltyTime ? (curmatch->penaltyTime - m->timenow) : 0), ifn… in GetServerForQuestion()
8019 return(curmatch); in GetServerForQuestion()