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

Function TSContDataSet

src/api/InkAPI.cc:3354–3362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3352}
3353
3354void
3355TSContDataSet(TSCont contp, void *data)
3356{
3357 sdk_assert(sdk_sanity_check_iocore_structure(contp) == TS_SUCCESS);
3358
3359 INKContInternal *i = reinterpret_cast<INKContInternal *>(contp);
3360
3361 i->mdata = data;
3362}
3363
3364void *
3365TSContDataGet(TSCont contp)

Callers 15

InterceptAttemptDestroyFunction · 0.85
InterceptContCreateFunction · 0.85
InterceptInterceptHookFunction · 0.85
TxnSMCreateFunction · 0.85
handle_transformFunction · 0.85
body_reader_helperFunction · 0.85
transform_createFunction · 0.85
transform_handlerFunction · 0.85
transform_addFunction · 0.85
PassthruSessionMethod · 0.85
~PassthruSessionMethod · 0.85
handle_transformFunction · 0.85

Calls 1