Home
last modified time | relevance | path

Searched refs:do_io_write (Results 1 – 25 of 62) sorted by relevance

123

/dports/www/trafficserver/trafficserver-9.1.1/iocore/eventsystem/
H A DI_VConnection.h250 …virtual VIO *do_io_write(Continuation *c = nullptr, int64_t nbytes = INT64_MAX, IOBufferReader *bu…
380do_io_write(Continuation * /* c ATS_UNUSED */, int64_t /* nbytes ATS_UNUSED */, IOBufferReader * /… in do_io_write() function
H A DP_VConnection.h80 return vc->do_io_write(cont, nbytes, reader, true); in vc_do_io_write()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/test/
H A Dtest_RWW.cc102 base->do_io_write(); in process_write_event()
210 base->do_io_write(); in process_write_event()
322 base->do_io_write(); in process_write_event()
H A Dmain.h171 do_io_write(size_t size = 0)
197 void do_io_write(size_t size = 0) override;
H A Dmain.cc190 CacheWriteTest::do_io_write(size_t size) in do_io_write() function in CacheWriteTest
196 this->vio = this->vc->do_io_write(this, size, this->_write_buffer->alloc_reader()); in do_io_write()
H A DCacheTestHandler.cc46 base->do_io_write(); in handle_cache_event()
H A Dtest_Update_S_to_L.cc98 base->do_io_write(); in handle_cache_event()
H A Dtest_Update_L_to_S.cc98 base->do_io_write(); in handle_cache_event()
H A Dtest_Update_header.cc131 base->do_io_write(); in handle_cache_event()
H A Dtest_Alternate_L_to_S.cc121 base->do_io_write(); in handle_cache_event()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/test/
H A Dtest_QUICStream.cc223 stream->do_io_write(&mock_cont, INT64_MAX, write_buffer_reader);
318 stream->do_io_write(&mock_cont, INT64_MAX, write_buffer_reader);
367 stream->do_io_write(&mock_cont, INT64_MAX, write_buffer_reader);
398 stream->do_io_write(&mock_cont, INT64_MAX, write_buffer_reader);
430 stream1->do_io_write(&mock_cont1, INT64_MAX, write_buffer_reader);
440 stream2->do_io_write(&mock_cont2, INT64_MAX, write_buffer_reader);
450 stream3->do_io_write(&mock_cont3, INT64_MAX, write_buffer_reader);
738 stream->do_io_write(&mock_cont, INT64_MAX, write_buffer_reader);
831 stream->do_io_write(&mock_cont, INT64_MAX, write_buffer_reader);
878 stream->do_io_write(&mock_cont, INT64_MAX, write_buffer_reader);
[all …]
/dports/www/trafficserver/trafficserver-9.1.1/proxy/
H A DTransformInternal.h38 …VIO *do_io_write(Continuation *c, int64_t nbytes, IOBufferReader *buf, bool owner = false) overrid…
63 …VIO *do_io_write(Continuation *c, int64_t nbytes, IOBufferReader *buf, bool owner = false) overrid…
H A DTransform.cc292 TransformTerminus::do_io_write(Continuation *c, int64_t nbytes, IOBufferReader *buf, bool owner) in do_io_write() function in TransformTerminus
440 TransformVConnection::do_io_write(Continuation *c, int64_t nbytes, IOBufferReader *buf, bool /* own… in do_io_write() function in TransformVConnection
444 return m_transform->do_io_write(c, nbytes, buf); in do_io_write()
559 m_tvc->do_io_write(this, 4 * 1024, m_write_buf->alloc_reader()); in handle_event()
657 m_output_vio = m_output_vc->do_io_write(this, m_write_vio.nbytes, m_output_reader); in handle_event()
807 m_output_vio = m_output_vc->do_io_write(this, m_output_cl, m_output_reader); in handle_event()
H A DProxyTransaction.cc196 ProxyTransaction::do_io_write(Continuation *c, int64_t nbytes, IOBufferReader *buf, bool owner) in do_io_write() function in ProxyTransaction
198 return _proxy_ssn->do_io_write(c, nbytes, buf, owner); in do_io_write()
H A DProxySession.cc287 ProxySession::do_io_write(Continuation *c, int64_t nbytes, IOBufferReader *buf, bool owner) in do_io_write() function in ProxySession
289 return _vc ? this->_vc->do_io_write(c, nbytes, buf, owner) : nullptr; in do_io_write()
/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/quic/
H A DQUICUnidirectionalStream.h49 …VIO *do_io_write(Continuation *c = nullptr, int64_t nbytes = INT64_MAX, IOBufferReader *buf = 0, b…
99 …VIO *do_io_write(Continuation *c = nullptr, int64_t nbytes = INT64_MAX, IOBufferReader *buf = 0, b…
H A DQUICApplication.cc48 this->_write_vio = stream_vc->do_io_write(app, INT64_MAX, this->_write_buffer_reader); in QUICStreamIO()
51 this->_write_vio = stream_vc->do_io_write(app, INT64_MAX, this->_write_buffer_reader); in QUICStreamIO()
H A DQUICBidirectionalStream.h59 …VIO *do_io_write(Continuation *c = nullptr, int64_t nbytes = INT64_MAX, IOBufferReader *buf = 0, b…
/dports/www/trafficserver/trafficserver-9.1.1/iocore/utils/
H A DOneWayTunnel.cc149 vioTarget = vcTarget->do_io_write(this, nbytes, buf2->alloc_reader(), false); in init()
179 vioTarget = vcTarget->do_io_write(this, TUNNEL_TILL_DONE, reader, false); in init()
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http3/
H A DHttp3Session.h40 …VIO *do_io_write(Continuation *c = nullptr, int64_t nbytes = INT64_MAX, IOBufferReader *buf = 0, b…
H A DHttp3Session.cc93 HQSession::do_io_write(Continuation *c, int64_t nbytes, IOBufferReader *buf, bool owner) in do_io_write() function in HQSession
H A DHttp3Transaction.h59 …virtual VIO *do_io_write(Continuation *c = nullptr, int64_t nbytes = INT64_MAX, IOBufferReader *bu…
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttp1ClientSession.cc401 this->do_io_write(this, 0, nullptr); in release()
477 ssession->do_io_write(this, 0, nullptr); in attach_server_session()
/dports/www/trafficserver/trafficserver-9.1.1/include/ts/
H A DInkAPIPrivateIOCore.h78 …VIO *do_io_write(Continuation *c, int64_t nbytes, IOBufferReader *buf, bool owner = false) overrid…
/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DCacheTest.cc66 cvio = cache_vc->do_io_write(this, nbytes, buffer_reader); in open_write_callout()
339 cvio = cache_vc->do_io_write(this, nbytes, buffer_reader); in EXCLUSIVE_REGRESSION_TEST()
358 cvio = cache_vc->do_io_write(this, nbytes, buffer_reader); in EXCLUSIVE_REGRESSION_TEST()

123