Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSVIOReenable
Function
TSVIOReenable
src/api/InkIOCoreAPI.cc:316–323 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
314
/* VIOs */
315
316
void
317
TSVIOReenable(TSVIO viop)
318
{
319
sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
320
321
VIO *vio = (VIO *)viop;
322
vio->reenable();
323
}
324
325
TSIOBuffer
326
TSVIOBufferGet(TSVIO viop)
Callers
15
InterceptInterceptHook
Function · 0.85
state_read_request_from_client
Function · 0.85
state_handle_cache_read_response
Function · 0.85
state_send_request_to_server
Function · 0.85
state_interface_with_server
Function · 0.85
state_read_response_from_server
Function · 0.85
state_write_to_cache
Function · 0.85
state_send_response_to_client
Function · 0.85
transform_write_event
Function · 0.85
transform_read_event
Function · 0.85
transform_bypass_event
Function · 0.85
wake_up_streams
Function · 0.85
Calls
2
sdk_sanity_check_iocore_structure
Function · 0.85
reenable
Method · 0.45
Tested by
6
synclient_txn_read_response_handler
Function · 0.68
synclient_txn_write_request_handler
Function · 0.68
synserver_txn_write_response_handler
Function · 0.68
synserver_txn_read_request_handler
Function · 0.68
cache_handler
Function · 0.68
handle_transform
Function · 0.68