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

Function TSIOBufferBlockNext

src/api/InkIOCoreAPI.cc:527–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

525}
526
527TSIOBufferBlock
528TSIOBufferBlockNext(TSIOBufferBlock blockp)
529{
530 sdk_assert(sdk_sanity_check_iocore_structure(blockp) == TS_SUCCESS);
531
532 IOBufferBlock *blk = (IOBufferBlock *)blockp;
533 return (TSIOBufferBlock)(blk->next.get());
534}
535
536// dev API, not exposed
537int64_t

Callers 15

InterceptTransferDataFunction · 0.50
request_body_getFunction · 0.50
strsearch_ioreaderFunction · 0.50
strextract_ioreaderFunction · 0.50
doReadMethod · 0.50
availMethod · 0.50
GeneratorInterceptHookFunction · 0.50
handleReadFunction · 0.50

Calls 2

getMethod · 0.45