Home
last modified time | relevance | path

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

/dports/www/squid/squid-4.15/src/adaptation/
H A DIterator.h64 void handleAdaptedHeader(HttpMsg *msg);
H A DIterator.cc121 handleAdaptedHeader(const_cast<HttpMsg*>(answer.message.getRaw())); in noteAdaptationAnswer()
135 Adaptation::Iterator::handleAdaptedHeader(HttpMsg *aMsg) in handleAdaptedHeader() function in Adaptation::Iterator
/dports/www/squid/squid-4.15/src/clients/
H A DClient.h130 void handleAdaptedHeader(HttpMsg *msg);
H A DClient.cc695 handleAdaptedHeader(const_cast<HttpMsg*>(answer.message.getRaw())); in noteAdaptationAnswer()
709 Client::handleAdaptedHeader(HttpMsg *msg) in handleAdaptedHeader() function in Client
/dports/www/squid/squid-4.15/src/
H A Dclient_side_request.h210 void handleAdaptedHeader(HttpMsg *msg);
H A Dclient_side_request.cc2003 handleAdaptedHeader(const_cast<HttpMsg*>(answer.message.getRaw())); in noteAdaptationAnswer()
2017 ClientHttpRequest::handleAdaptedHeader(HttpMsg *msg) in handleAdaptedHeader() function in ClientHttpRequest