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

Function TSVConnWriteVIOGet

src/api/InkAPI.cc:5769–5782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5767}
5768
5769TSVIO
5770TSVConnWriteVIOGet(TSVConn connp)
5771{
5772 sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS);
5773
5774 VConnection *vc = reinterpret_cast<VConnection *>(connp);
5775 TSVIO data;
5776
5777 if (vc->get_data(TS_API_DATA_WRITE_VIO, &data)) {
5778 return data;
5779 }
5780
5781 return nullptr;
5782}
5783
5784int
5785TSVConnClosedGet(TSVConn connp)

Callers 15

handle_bufferingFunction · 0.85
bnull_transformFunction · 0.85
body_reader_helperFunction · 0.85
transform_buffer_eventFunction · 0.85
wake_up_streamsFunction · 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

Calls 2

get_dataMethod · 0.45

Tested by 2

handle_transformFunction · 0.68
transformtest_transformFunction · 0.68