MCPcopy Create free account
hub / github.com/apache/trafficserver / TSHttpSsnClientVConnGet

Function TSHttpSsnClientVConnGet

src/api/InkAPI.cc:3747–3752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3745}
3746
3747TSVConn
3748TSHttpSsnClientVConnGet(TSHttpSsn ssnp)
3749{
3750 ProxySession *cs = reinterpret_cast<ProxySession *>(ssnp);
3751 return reinterpret_cast<TSVConn>(cs->get_netvc());
3752}
3753
3754TSVConn
3755TSHttpSsnServerVConnGet(TSHttpSsn ssnp)

Callers 15

_initializeMethod · 0.85
cont_globalFunction · 0.85
cont_remapFunction · 0.85
handle_ssn_startFunction · 0.85
getClientAddrFunction · 0.85
getPropertyMethod · 0.85
handle_close_hookFunction · 0.85
handle_read_request_hdrFunction · 0.85
ssl_contextMethod · 0.85
SslHdrExpandRequestHookFunction · 0.85

Calls 1

get_netvcMethod · 0.45

Tested by 1

handle_ssn_startFunction · 0.68