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

Function TSVIOContGet

src/api/InkIOCoreAPI.cc:390–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

388}
389
390TSCont
391TSVIOContGet(TSVIO viop)
392{
393 sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
394
395 VIO *vio = (VIO *)viop;
396 return (TSCont)vio->cont;
397}
398
399TSVConn
400TSVIOVConnGet(TSVIO viop)

Callers 15

handle_bufferingFunction · 0.85
bnull_transformFunction · 0.85
body_reader_helperFunction · 0.85
transform_buffer_eventFunction · 0.85
wake_up_streamsFunction · 0.85
transform_handlerFunction · 0.85
handle_transformFunction · 0.85
append_transformFunction · 0.85
handle_transformFunction · 0.85
null_transformFunction · 0.85
cache_handlerFunction · 0.85
handle_transformFunction · 0.85

Calls 1

Tested by 3

cache_handlerFunction · 0.68
handle_transformFunction · 0.68
transformtest_transformFunction · 0.68