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

Function TSVConnClosedGet

src/api/InkAPI.cc:5784–5794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5782}
5783
5784int
5785TSVConnClosedGet(TSVConn connp)
5786{
5787 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5788
5789 VConnection *vc = reinterpret_cast<VConnection *>(connp);
5790 int data = 0;
5791 bool f = vc->get_data(TS_API_DATA_CLOSED, &data);
5792 ink_assert(f); // This can fail in some cases, we need to track those down.
5793 return data;
5794}
5795
5796TSVIO
5797TSVConnRead(TSVConn connp, TSCont contp, TSIOBuffer bufp, int64_t nbytes)

Callers 15

bnull_transformFunction · 0.85
body_reader_helperFunction · 0.85
transform_handlerFunction · 0.85
transform_handlerFunction · 0.85
append_transformFunction · 0.85
null_transformFunction · 0.85
transformtest_transformFunction · 0.85
doProduceMethod · 0.85
setOutputCompleteMethod · 0.85
null_transformFunction · 0.85

Calls 2

get_dataMethod · 0.45