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

Function TSTransformCreate

src/api/InkAPI.cc:5882–5889  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5880/* Transformations */
5881
5882TSVConn
5883TSTransformCreate(TSEventFunc event_funcp, TSHttpTxn txnp)
5884{
5885 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
5886
5887 return TSVConnCreate(event_funcp,
5888 reinterpret_cast<TSMutex>(static_cast<Continuation *>(reinterpret_cast<HttpSM *>(txnp))->getMutex()));
5889}
5890
5891TSVConn
5892TSTransformOutputVConnGet(TSVConn connp)

Callers 15

transform_addFunction · 0.85
main_hookFunction · 0.85
transform_createFunction · 0.85
transform_addFunction · 0.85
transform_addFunction · 0.85
transform_addFunction · 0.85
transform_addFunction · 0.85
TransformationPluginMethod · 0.85
transform_addFunction · 0.85
addTransformFunction · 0.85
XScanRequestHeadersFunction · 0.85

Calls 3

sdk_sanity_check_txnFunction · 0.85
TSVConnCreateFunction · 0.85
getMutexMethod · 0.45

Tested by 1

transform_addFunction · 0.68