Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ TSIOBufferDestroy
Function
TSIOBufferDestroy
src/api/InkIOCoreAPI.cc:449–454 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
447
}
448
449
void
450
TSIOBufferDestroy(TSIOBuffer bufp)
451
{
452
sdk_assert(sdk_sanity_check_iocore_structure(bufp) == TS_SUCCESS);
453
free_MIOBuffer((MIOBuffer *)bufp);
454
}
455
456
TSIOBufferBlock
457
TSIOBufferStart(TSIOBuffer bufp)
Callers
15
~InterceptIOChannel
Method · 0.85
state_handle_cache_read_response
Function · 0.85
state_done
Function · 0.85
my_data_destroy
Function · 0.85
transform_destroy
Function · 0.85
transform_connect
Function · 0.85
transform_read
Function · 0.85
transform_bypass
Function · 0.85
cont_data_destroy
Function · 0.85
clear
Method · 0.85
handle_dns
Function · 0.85
my_data_destroy
Function · 0.85
Calls
2
sdk_sanity_check_iocore_structure
Function · 0.85
free_MIOBuffer
Function · 0.85
Tested by
10
synclient_txn_close
Function · 0.68
synserver_txn_close
Function · 0.68
~SDK_NetVConn_Params
Method · 0.68
cache_handler
Function · 0.68
REGRESSION_TEST(SDK_API_TSIOBufferCreate)
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
~AppendTransformTestData
Method · 0.68