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

Function TSIOBufferProduce

src/api/InkIOCoreAPI.cc:507–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507void
508TSIOBufferProduce(TSIOBuffer bufp, int64_t nbytes)
509{
510 sdk_assert(sdk_sanity_check_iocore_structure(bufp) == TS_SUCCESS);
511 sdk_assert(nbytes >= 0);
512
513 MIOBuffer *b = (MIOBuffer *)bufp;
514 b->fill(nbytes);
515}
516
517// dev API, not exposed
518void

Callers 13

psi_includeFunction · 0.85
loadFunction · 0.85
cache_handlerFunction · 0.85
loadFunction · 0.85
gzip_transform_oneFunction · 0.85
gzip_transform_finishFunction · 0.85

Calls 2

fillMethod · 0.45