Searched refs:HttpTunnelType_t (Results 1 – 2 of 2) sorted by relevance
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/ |
H A D | HttpTunnel.h | 68 enum HttpTunnelType_t { HT_HTTP_SERVER, HT_HTTP_CLIENT, HT_CACHE_READ, HT_CACHE_WRITE, HT_TRANSFORM… enum 158 HttpTunnelType_t vc_type = HT_HTTP_CLIENT; 193 HttpTunnelType_t vc_type = HT_HTTP_SERVER; 288 HttpTunnelType_t vc_type, const char *name); 294 …r(VConnection *vc, VConnection *producer, HttpConsumerHandler sm_handler, HttpTunnelType_t vc_type, 301 HttpTunnelProducer *get_producer(HttpTunnelType_t type); 335 void update_stats_after_abort(HttpTunnelType_t t); 430 HttpTunnel::get_producer(HttpTunnelType_t type) in get_producer()
|
H A D | HttpTunnel.cc | 601 HttpTunnelType_t vc_type, const char *name_arg) in add_producer() 657 …r(VConnection *vc, VConnection *producer, HttpConsumerHandler sm_handler, HttpTunnelType_t vc_type, in add_consumer() 1662 HttpTunnel::update_stats_after_abort(HttpTunnelType_t t) in update_stats_after_abort()
|