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

Function TSTransformOutputVConnGet

src/api/InkAPI.cc:5891–5901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5889}
5890
5891TSVConn
5892TSTransformOutputVConnGet(TSVConn connp)
5893{
5894 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5895
5896 VConnection *vc = reinterpret_cast<VConnection *>(connp);
5897 TSVConn data;
5898
5899 vc->get_data(TS_API_DATA_OUTPUT_VC, &data); // This case can't fail.
5900 return data;
5901}
5902
5903void
5904TSHttpTxnServerIntercept(TSCont contp, TSHttpTxn txnp)

Callers 15

handle_outputFunction · 0.85
bnull_transformFunction · 0.85
transform_readFunction · 0.85
transform_bypassFunction · 0.85
handle_transformFunction · 0.85
transform_handlerFunction · 0.85
handle_transformFunction · 0.85
append_transformFunction · 0.85
handle_transformFunction · 0.85
null_transformFunction · 0.85
handle_transformFunction · 0.85
transformtest_transformFunction · 0.85

Calls 2

get_dataMethod · 0.45

Tested by 2

handle_transformFunction · 0.68
transformtest_transformFunction · 0.68