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

Function TSVConnClose

src/api/InkAPI.cc:5826–5833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5824}
5825
5826void
5827TSVConnClose(TSVConn connp)
5828{
5829 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5830
5831 VConnection *vc = reinterpret_cast<VConnection *>(connp);
5832 vc->do_io_close();
5833}
5834
5835void
5836TSVConnAbort(TSVConn connp, int error)

Callers 15

closeMethod · 0.85
state_write_to_cacheFunction · 0.85
transform_read_eventFunction · 0.85
~PassthruSessionMethod · 0.85
PassthruSessionEventFunction · 0.85
handle_acceptFunction · 0.85
cleanupFunction · 0.85
synclient_txn_closeFunction · 0.85
synserver_vc_refuseFunction · 0.85

Calls 2

do_io_closeMethod · 0.45

Tested by 6

synclient_txn_closeFunction · 0.68
synserver_vc_refuseFunction · 0.68
synserver_txn_closeFunction · 0.68
~SDK_NetVConn_ParamsMethod · 0.68
client_handlerFunction · 0.68
cache_handlerFunction · 0.68