Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
692
int64_t
693
TSIOBufferReaderAvail(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
InterceptInterceptHook
Function · 0.85
state_read_request_from_client
Function · 0.85
load_buffer_cache_data
Function · 0.85
state_read_response_from_server
Function · 0.85
send_response_to_client
Function · 0.85
get_info_from_buffer
Function · 0.85
handle_buffering
Function · 0.85
handle_output
Function · 0.85
body_reader_helper
Function · 0.85
request_body_get
Function · 0.85
transform_connect
Function · 0.85
transform_write
Function · 0.85
Calls
2
sdk_sanity_check_iocore_structure
Function · 0.85
read_avail
Method · 0.45
Tested by
12
synclient_txn_read_response_handler
Function · 0.68
synserver_txn_read_request_handler
Function · 0.68
cache_handler
Function · 0.68
REGRESSION_TEST(SDK_API_TSIOBufferProduce)
Function · 0.68
REGRESSION_TEST(SDK_API_TSIOBufferReaderConsume)
Function · 0.68
REGRESSION_TEST(SDK_API_TSIOBufferReaderClone)
Function · 0.68
test_url_print
Function · 0.68
REGRESSION_TEST(SDK_API_TSHttpHdr)
Function · 0.68
convert_http_hdr_to_string
Function · 0.68
convert_mime_hdr_to_string
Function · 0.68
handle_transform
Function · 0.68
load
Function · 0.68