Home
last modified time | relevance | path

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

/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpSM.h261 HttpCacheSM &get_cache_sm(); // Added to get the object of CacheSM YTS Team, yamsat
700 HttpSM::get_cache_sm() in get_cache_sm() function
H A DHttpTransact.cc4035 CacheVConnection *cw_vc = s->state_machine->get_cache_sm().cache_write_vc; in handle_forward_server_connection_open()
7161 HttpCacheSM &cache_sm = s->state_machine->get_cache_sm(); in calculate_document_freshness_limit()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/logging/
H A DLogAccess.cc2796 id = m_http_sm->get_cache_sm().get_open_read_tries(); in marshal_cache_read_retries()
2812 id = m_http_sm->get_cache_sm().get_open_write_tries(); in marshal_cache_write_retries()
2828 …if ((m_http_sm->get_cache_sm().get_open_write_tries() > (m_http_sm->t_state.txn_conf->max_cache_op… in marshal_cache_collapsed_connection_success()
2832 …} else if (m_http_sm->get_cache_sm().get_open_write_tries() > (m_http_sm->t_state.txn_conf->max_ca… in marshal_cache_collapsed_connection_success()
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_server/
H A DInkAPI.cc5517 HttpCacheSM *c_sm = &(s->get_cache_sm()); in TSHttpTxnInfoIntGet()
5562 if (HttpCacheSM *c_sm = &(sm->get_cache_sm()); c_sm) { in TSHttpTxnCacheDiskPathGet()
H A DInkAPITest.cc8819 HttpCacheSM *c_sm = &(s->get_cache_sm()); in REGRESSION_TEST()