Searched refs:tunnel_handler_post_ua (Results 1 – 2 of 2) sorted by relevance
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/ |
H A D | HttpSM.h | 500 int tunnel_handler_post_ua(int event, HttpTunnelProducer *c);
|
H A D | HttpSM.cc | 973 …p = tunnel.add_producer(ua_entry->vc, post_bytes, buf_start, &HttpSM::tunnel_handler_post_ua, HT_B… in wait_for_full_body() 3592 HttpSM::tunnel_handler_post_ua(int event, HttpTunnelProducer *p) in tunnel_handler_post_ua() function in HttpSM 3594 STATE_ENTER(&HttpSM::tunnel_handler_post_ua, event); in tunnel_handler_post_ua() 5901 …ua_entry->vc, post_bytes - transfered_bytes, buf_start, &HttpSM::tunnel_handler_post_ua, HT_HTTP_C… in do_setup_post_tunnel()
|