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

Function TSContDestroy

src/api/InkAPI.cc:3340–3352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3338}
3339
3340void
3341TSContDestroy(TSCont contp)
3342{
3343 sdk_assert(sdk_sanity_check_iocore_structure(contp) == TS_SUCCESS);
3344
3345 INKContInternal *i = reinterpret_cast<INKContInternal *>(contp);
3346
3347 if (i->m_context) {
3348 reinterpret_cast<PluginThreadContext *>(i->m_context)->release();
3349 }
3350
3351 i->destroy();
3352}
3353
3354void
3355TSContDataSet(TSCont contp, void *data)

Callers 15

InterceptAttemptDestroyFunction · 0.85
InterceptInterceptHookFunction · 0.85
state_doneFunction · 0.85
accept_handlerFunction · 0.85
bnull_transformFunction · 0.85
body_reader_helperFunction · 0.85
request_buffer_pluginFunction · 0.85
transform_destroyFunction · 0.85
transform_handlerFunction · 0.85
trylock_handlerFunction · 0.85
~PassthruSessionMethod · 0.85
append_transformFunction · 0.85

Calls 3

releaseMethod · 0.45
destroyMethod · 0.45

Tested by 15

synserver_deleteFunction · 0.68
synserver_txn_closeFunction · 0.68
server_handlerFunction · 0.68
client_handlerFunction · 0.68
action_cancel_handlerFunction · 0.68
cont_data_handlerFunction · 0.68
cont_schedule_handlerFunction · 0.68