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

Function TSVIOReaderGet

src/api/InkIOCoreAPI.cc:334–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332}
333
334TSIOBufferReader
335TSVIOReaderGet(TSVIO viop)
336{
337 sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
338
339 VIO *vio = (VIO *)viop;
340 return reinterpret_cast<TSIOBufferReader>(vio->get_reader());
341}
342
343int64_t
344TSVIONBytesGet(TSVIO viop)

Callers 15

handle_bufferingFunction · 0.85
body_reader_helperFunction · 0.85
transform_buffer_eventFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
cache_handlerFunction · 0.85
handle_transformFunction · 0.85
handle_transformFunction · 0.85
initMethod · 0.85

Calls 2

get_readerMethod · 0.80

Tested by 2

cache_handlerFunction · 0.68
handle_transformFunction · 0.68