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

Function TSVIONBytesSet

src/api/InkIOCoreAPI.cc:352–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void
353TSVIONBytesSet(TSVIO viop, int64_t nbytes)
354{
355 sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
356 sdk_assert(nbytes >= 0);
357
358 VIO *vio = (VIO *)viop;
359 vio->nbytes = nbytes;
360}
361
362int64_t
363TSVIONDoneGet(TSVIO viop)

Callers 15

wake_up_streamsFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
handle_scanFunction · 0.85
handle_transformFunction · 0.85
cache_handlerFunction · 0.85
handle_transformFunction · 0.85
setOutputCompleteMethod · 0.85
setOutputCompleteMethod · 0.85
handle_transformFunction · 0.85
GeneratorWriteResponseFunction · 0.85

Calls 1

Tested by 2

cache_handlerFunction · 0.68
handle_transformFunction · 0.68