Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSVIOVConnGet
Function
TSVIOVConnGet
src/api/InkIOCoreAPI.cc:399–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
397
}
398
399
TSVConn
400
TSVIOVConnGet(TSVIO viop)
401
{
402
sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
403
404
VIO *vio = (VIO *)viop;
405
return (TSVConn)vio->vc_server;
406
}
407
408
TSMutex
409
TSVIOMutexGet(TSVIO viop)
Callers
9
InterceptInterceptHook
Function · 0.85
PassthruSessionEvent
Function · 0.85
cache_handler
Function · 0.85
GeneratorRequestDestroy
Function · 0.85
GeneratorInterceptHook
Function · 0.85
StaticHitRequestDestroy
Function · 0.85
StaticHitInterceptHook
Function · 0.85
HTTPStatsRequestDestroy
Function · 0.85
HTTPStatsInterceptHook
Function · 0.85
Calls
1
sdk_sanity_check_iocore_structure
Function · 0.85
Tested by
1
cache_handler
Function · 0.68