Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSVIONDoneGet
Function
TSVIONDoneGet
src/api/InkIOCoreAPI.cc:362–369 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
360
}
361
362
int64_t
363
TSVIONDoneGet(TSVIO viop)
364
{
365
sdk_assert(sdk_sanity_check_iocore_structure(viop) == TS_SUCCESS);
366
367
VIO *vio = (VIO *)viop;
368
return vio->ndone;
369
}
370
371
void
372
TSVIONDoneSet(TSVIO viop, int64_t ndone)
Callers
15
InterceptInterceptHook
Function · 0.85
state_write_to_cache
Function · 0.85
state_send_response_to_client
Function · 0.85
handle_buffering
Function · 0.85
body_reader_helper
Function · 0.85
transform_buffer_event
Function · 0.85
handle_transform
Function · 0.85
handle_transform
Function · 0.85
handle_io
Function · 0.85
handle_transform
Function · 0.85
cache_handler
Function · 0.85
handle_transform
Function · 0.85
Calls
1
sdk_sanity_check_iocore_structure
Function · 0.85
Tested by
2
cache_handler
Function · 0.68
handle_transform
Function · 0.68