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

Function TSVIONDoneSet

src/api/InkIOCoreAPI.cc:371–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void
372TSVIONDoneSet(TSVIO viop, int64_t ndone)
373{
374 sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
375 sdk_assert(ndone >= 0);
376
377 VIO *vio = (VIO *)viop;
378 vio->ndone = ndone;
379}
380
381int64_t
382TSVIONTodoGet(TSVIO viop)

Callers 15

handle_bufferingFunction · 0.85
body_reader_helperFunction · 0.85
transform_buffer_eventFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
cache_handlerFunction · 0.85
handle_transformFunction · 0.85
setOutputCompleteMethod · 0.85
doReadMethod · 0.85
handle_transformFunction · 0.85

Calls 1

Tested by 2

cache_handlerFunction · 0.68
handle_transformFunction · 0.68