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

Function TSIOBufferBlockWriteStart

src/api/InkIOCoreAPI.cc:596–607  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596char *
597TSIOBufferBlockWriteStart(TSIOBufferBlock blockp, int64_t *avail)
598{
599 sdk_assert(sdk_sanity_check_iocore_structure(blockp) == TS_SUCCESS);
600
601 IOBufferBlock *blk = (IOBufferBlock *)blockp;
602
603 if (avail) {
604 *avail = blk->write_avail();
605 }
606 return blk->end();
607}
608
609int64_t
610TSIOBufferBlockWriteAvail(TSIOBufferBlock blockp)

Callers 11

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

Calls 3

write_availMethod · 0.45
endMethod · 0.45

Tested by 5

cache_handlerFunction · 0.68
loadFunction · 0.68