Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/lib/records/
H A DRecHttp.cc199 size_t const OPT_HOST_RES_PREFIX_LEN = strlen(HttpProxyPort::OPT_HOST_RES_PREFIX); variable
449 …e if (nullptr != (value = this->checkPrefix(item, OPT_HOST_RES_PREFIX, OPT_HOST_RES_PREFIX_LEN))) { in processOptions()