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

Function TSVIONTodoGet

src/api/InkIOCoreAPI.cc:381–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381int64_t
382TSVIONTodoGet(TSVIO viop)
383{
384 sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
385
386 VIO *vio = (VIO *)viop;
387 return vio->ntodo();
388}
389
390TSCont
391TSVIOContGet(TSVIO viop)

Callers 15

InterceptInterceptHookFunction · 0.85
handle_bufferingFunction · 0.85
body_reader_helperFunction · 0.85
transform_buffer_eventFunction · 0.85
wake_up_streamsFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
cache_handlerFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85

Calls 2

ntodoMethod · 0.80

Tested by 2

cache_handlerFunction · 0.68
handle_transformFunction · 0.68