Home
last modified time | relevance | path

Searched refs:getbyname_re (Results 1 – 3 of 3) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/iocore/hostdb/
H A DI_HostDBProcessor.h474 …inkcoreapi Action *getbyname_re(Continuation *cont, const char *hostname, int len, Options const &…
H A DHostDB.cc722 HostDBProcessor::getbyname_re(Continuation *cont, const char *ahostname, int len, Options const &op… in getbyname_re() function in HostDBProcessor
2286 hostDBProcessor.getbyname_re(this, hostnames[i++], 0); in mainEvent()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc7476 return (TSAction)hostDBProcessor.getbyname_re(i, hostname, namelen); in TSHostLookup()