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

Function TSVIONDoneGet

src/api/InkIOCoreAPI.cc:362–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362int64_t
363TSVIONDoneGet(TSVIO viop)
364{
365 sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
366
367 VIO *vio = (VIO *)viop;
368 return vio->ndone;
369}
370
371void
372TSVIONDoneSet(TSVIO viop, int64_t ndone)

Callers 15

InterceptInterceptHookFunction · 0.85
state_write_to_cacheFunction · 0.85
handle_bufferingFunction · 0.85
body_reader_helperFunction · 0.85
transform_buffer_eventFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
handle_ioFunction · 0.85
handle_transformFunction · 0.85
cache_handlerFunction · 0.85
handle_transformFunction · 0.85

Calls 1

Tested by 2

cache_handlerFunction · 0.68
handle_transformFunction · 0.68