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

Function TSIOBufferReaderClone

src/api/InkIOCoreAPI.cc:650–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648}
649
650TSIOBufferReader
651TSIOBufferReaderClone(TSIOBufferReader readerp)
652{
653 sdk_assert(sdk_sanity_check_iocore_structure(readerp) == TS_SUCCESS);
654
655 IOBufferReader *r = (IOBufferReader *)readerp;
656 return (TSIOBufferReader)r->clone();
657}
658
659void
660TSIOBufferReaderFree(TSIOBufferReader readerp)

Callers 13

transform_writeFunction · 0.85
postTransformFunction · 0.85
HandlerMethod · 0.85
dataMethod · 0.85
mp4_update_stts_atomMethod · 0.85
mp4_update_stss_atomMethod · 0.85
mp4_update_ctts_atomMethod · 0.85
mp4_update_stsc_atomMethod · 0.85
mp4_update_stsz_atomMethod · 0.85
mp4_adjust_co64_atomMethod · 0.85
mp4_adjust_stco_atomMethod · 0.85

Calls 2

cloneMethod · 0.45