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

Function TSIOBufferReaderAvail

src/api/InkIOCoreAPI.cc:692–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692int64_t
693TSIOBufferReaderAvail(TSIOBufferReader readerp)
694{
695 sdk_assert(sdk_sanity_check_iocore_structure(readerp) == TS_SUCCESS);
696
697 IOBufferReader *r = (IOBufferReader *)readerp;
698 return r->read_avail();
699}

Callers 15

InterceptInterceptHookFunction · 0.85
load_buffer_cache_dataFunction · 0.85
send_response_to_clientFunction · 0.85
get_info_from_bufferFunction · 0.85
handle_bufferingFunction · 0.85
handle_outputFunction · 0.85
body_reader_helperFunction · 0.85
request_body_getFunction · 0.85
transform_connectFunction · 0.85
transform_writeFunction · 0.85

Calls 2

read_availMethod · 0.45