Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ get_entry
Method
get_entry
include/proxy/http/HttpUserAgent.h:107–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
};
106
107
inline HttpVCTableEntry *
108
HttpUserAgent::get_entry() const
109
{
110
return m_entry;
111
}
112
113
inline void
114
HttpUserAgent::set_entry(HttpVCTableEntry *entry)
Callers
15
state_add_to_list
Method · 0.80
attach_client_session
Method · 0.80
setup_client_read_request_header
Method · 0.80
state_read_client_request_header
Method · 0.80
wait_for_full_body
Method · 0.80
state_watch_for_client_abort
Method · 0.80
setup_push_read_response_header
Method · 0.80
state_read_push_response_header
Method · 0.80
state_hostdb_reverse_lookup
Method · 0.80
tunnel_handler_post_or_put
Method · 0.80
tunnel_handler_post
Method · 0.80
tunnel_handler_trailer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected