Home
last modified time | relevance | path

Searched refs:TSVConnRead (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/api/functions/
H A DTSVConnRead.en.po32 #: ../../developer-guide/api/functions/TSVConnRead.en.rst:32
36 #: ../../developer-guide/api/functions/TSVConnRead.en.rst:25
40 #: ../../developer-guide/api/functions/TSVConnRead.en.rst:22
41 msgid "TSVConnRead"
44 #: ../../developer-guide/api/functions/TSVConnRead.en.rst:27
H A DTSCacheRead.en.po48 "`TSVConnRead`."
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/io/
H A Dindex.en.po81 "To issue a read or write operation, a user calls ``TSVConnRead`` or "
87 "read や write オペレーションを発行するには、ユーザーは ``TSVConnRead`` や "
139 "One obvious issue is that the buffer passed to ``TSVConnRead`` and "
151 "明らかな問題は ``TSVConnRead`` と ``TSVConnWrite`` を通過したバッファーは十"
156 "( ``TSVConnRead`` と ``TSVConnWrite`` を通過した継続を通じて ) 送るというプ"
233 "vconnection がバッファー内のデータを ``TSVConnRead`` オペレーションに送り終"
264 "vconnection は ``TSVConnRead`` オペレーションによって指定された全てのバイト"
294 "``TSVConnRead`` オペレーションをハンドリングしている間の過ぎ去ったバイトのス"
296 "るバイト数がユーザー ``TSVConnRead`` の呼び出しで vconnection から読むべきだ"
360 msgid ":c:func:`TSVConnRead`"
[all …]
H A Dcache-api.en.po155 "of the document (``content_length``). Then, issue ``TSVConnRead`` to read "
176 "APIs such as ``TSVConnRead``, ``TSVConnWrite``, ``TSVConnClose``, "
H A Dtransformations.en.po46 "examining the VIO returned by a call to ``TSVConnRead`` or "
91 "receive. An event is sent to the vconnection whenever an ``TSVConnRead``, "
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/api/functions/
H A DTSVConnRead.en.rst21 TSVConnRead chapter
31 .. function:: TSVIO TSVConnRead(TSVConn connp, TSCont contp, TSIOBuffer bufp, int64_t nbytes)
H A DTSCacheRead.en.rst42 initiate a read operation on that vconnection using :type:`TSVConnRead`.
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/plugins/io/
H A Dindex.en.rst58 To issue a read or write operation, a user calls :c:func:`TSVConnRead` or
85 One obvious issue is that the buffer passed to :c:func:`TSVConnRead` and
89 the user (via the continuation passed to :c:func:`TSVConnRead` and
131 :c:func:`TSVConnRead` operation and it would like to do more IO, but the
145 :c:func:`TSVConnRead` operation. The vconnection can now be used to
155 during the handling of an :c:func:`TSVConnRead` operation. This event
158 should be read from the vconnection in a call to :c:func:`TSVConnRead`. A
192 - :c:func:`TSVConnRead`
H A Dcache-api.en.rst120 ``TSVConnRead`` to read the document with the total data length required
137 cache_vio = TSVConnRead (cache_vconn, contp, cache_bufp, content_length);
161 APIs such as ``TSVConnRead``, ``TSVConnWrite``, ``TSVConnClose``,
H A Dtransformations.en.rst33 examining the VIO returned by a call to :c:func:`TSVConnRead` or
80 :c:func:`TSVConnRead`, :c:func:`TSVConnWrite`, :c:func:`TSVConnClose`,
/dports/www/trafficserver/trafficserver-9.1.1/plugins/multiplexer/
H A Dts.cc34 io->vio = TSVConnRead(v, c, io->buffer, s); in read()
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/continuations/
H A Dactivating-continuations.en.po37 "``TSVConnRead``/``Write`` or ``TSCacheRead``/``Write``"
41 "ることを知らせる。これらのコールバックは ``TSVConnRead``/``Write`` や "
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/plugins/continuations/
H A Dwriting-handler-functions.en.rst120 :data:`TS_EVENT_VCONN_READ_READY` :func:`TSVConnRead` :type:`TSV…
122 :data:`TS_EVENT_VCONN_READ_COMPLETE` :func:`TSVConnRead` :type:`TSV…
124 :data:`TS_EVENT_VCONN_EOS` :func:`TSVConnRead` :type:`TSV…
H A Dactivating-continuations.en.rst37 using functions such ``TSVConnRead``/``Write`` or
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/inliner/
H A Dvconnection.h49 in_.vio = TSVConnRead(vconnection_, continuation, in_.buffer, s); in Read()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/slice/
H A DStage.h73 m_vio = TSVConnRead(vc, contp, m_iobuf, bytesin); in setForRead()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/fastcgi/src/
H A Dserver_connection.cc50 this->vio = TSVConnRead(vc, contp, this->iobuf, INT64_MAX); in read()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/server_transform/
H A Dserver_transform.c222 data->server_vio = TSVConnRead(data->server_vc, contp, data->output_buf, sizeof(int)); in transform_read_status()
239 data->server_vio = TSVConnRead(data->server_vc, contp, data->output_buf, data->content_length); in transform_read()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/protocol/
H A DTxnSM.c178 …txn_sm->q_client_read_vio = TSVConnRead(txn_sm->q_client_vc, contp, txn_sm->q_client_request_buffe… in state_start()
310 …txn_sm->q_cache_read_vio = TSVConnRead(txn_sm->q_cache_vc, contp, txn_sm->q_cache_read_buffer, res… in state_handle_cache_lookup()
551 …txn_sm->q_server_read_vio = TSVConnRead(txn_sm->q_server_vc, contp, txn_sm->q_server_response_buff… in state_send_request_to_server()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/cache_fill/
H A Dbackground_fetch.cc249 data->r_vio = TSVConnRead(data->vc, contp, data->resp_io_buf, INT64_MAX); in cont_bg_fetch()
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/passthru/
H A Dpassthru.cc86 this->vio = TSVConnRead(vconn, contp, this->iobuf, INT64_MAX); in read()
/dports/www/trafficserver/trafficserver-9.1.1/plugins/experimental/acme/
H A Dacme.c227 my_state->read_vio = TSVConnRead(my_state->net_vc, contp, my_state->req_buffer, INT64_MAX); in acme_process_accept()
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/
H A Dnew-protocol-plugins.en.po240 "``TSVConnRead``, and ``TSVConnWrite`` and thus receives events from the "
250 "``TSCacheWrite`` 、 ``TSVConnRead`` 、 そして ``TSVConnWrite`` を使用し、そ"
585 "operation initiated by ``TSVConnRead``."
622 "calling ``TSVConnRead``."
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/plugins/
H A Dnew-protocol-plugins.en.rst186 :c:func:`TSVConnRead`, and :c:func:`TSVConnWrite` and thus receives events from the
333 :c:func:`TSVConnRead`.
337 for the read operation initiated by :c:func:`TSVConnRead`.
/dports/www/trafficserver/trafficserver-9.1.1/plugins/esi/
H A DserverIntercept.cc117 input.vio = TSVConnRead(net_vc, contp, input.buffer, INT_MAX); in init()

12