Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
390
TSCont
391
TSVIOContGet(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
399
TSVConn
400
TSVIOVConnGet(TSVIO viop)
Callers
15
handle_buffering
Function · 0.85
bnull_transform
Function · 0.85
body_reader_helper
Function · 0.85
transform_buffer_event
Function · 0.85
wake_up_streams
Function · 0.85
transform_handler
Function · 0.85
handle_transform
Function · 0.85
append_transform
Function · 0.85
handle_transform
Function · 0.85
null_transform
Function · 0.85
cache_handler
Function · 0.85
handle_transform
Function · 0.85
Calls
1
sdk_sanity_check_iocore_structure
Function · 0.85
Tested by
3
cache_handler
Function · 0.68
handle_transform
Function · 0.68
transformtest_transform
Function · 0.68