Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.h1008 static void initialize_state_variables_from_response(State *s, HTTPHdr *incoming_response);
H A DHttpTransact.cc3457 initialize_state_variables_from_response(s, &s->hdr_info.server_response); in HandleResponse()
5787 HttpTransact::initialize_state_variables_from_response(State *s, HTTPHdr *incoming_response) in initialize_state_variables_from_response() function in HttpTransact