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