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

Method close

plugins/experimental/inliner/ts.cc:265–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 void
266 WriteOperation::close()
267 {
268 assert(mutex_ != nullptr);
269 const Lock lock(mutex_);
270 if (vio_ != nullptr && TSVIOContGet(vio_) != nullptr) {
271 TSVIONBytesSet(vio_, bytes_);
272 TSVIOReenable(vio_);
273 }
274 vio_ = nullptr;
275 }
276
277 void
278 WriteOperation::abort()

Callers 7

HandleMethod · 0.45
~IOSinkMethod · 0.45
loadhtmlMethod · 0.45
read_htmlMethod · 0.45
read_regexMethod · 0.45
loadFunction · 0.45

Calls 3

TSVIOContGetFunction · 0.85
TSVIONBytesSetFunction · 0.85
TSVIOReenableFunction · 0.85

Tested by

no test coverage detected