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

Function TSVIONBytesGet

src/api/InkIOCoreAPI.cc:343–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341}
342
343int64_t
344TSVIONBytesGet(TSVIO viop)
345{
346 sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
347
348 VIO *vio = (VIO *)viop;
349 return vio->nbytes;
350}
351
352void
353TSVIONBytesSet(TSVIO viop, int64_t nbytes)

Callers 13

state_write_to_cacheFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
cache_handlerFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
GeneratorInterceptHookFunction · 0.85
StaticHitInterceptHookFunction · 0.85
transform_handlerFunction · 0.85
HTTPStatsInterceptHookFunction · 0.85
ts_lua_client_handlerFunction · 0.85

Calls 1

Tested by 2

cache_handlerFunction · 0.68
handle_transformFunction · 0.68