Home
last modified time | relevance | path

Searched refs:handle_buffering (Results 1 – 4 of 4) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/plugins/http-transformations/
H A Dsample-buffered-null-transformation-plugin.en.rst118 #. Get a handle to the input VIO (see the ``handle_buffering``
124 ``handle_buffering`` function for the following code fragment:
132 the ``handle_buffering`` function for the following code fragment:
139 (increase the value of ``ndone``). See the ``handle_buffering``
147 ``handle_buffering`` function wakes up the upstream vconnection by
177 ``handle_buffering`` function sets the state of the transformation's
/dports/www/trafficserver/trafficserver-9.1.1/doc/locale/ja/LC_MESSAGES/developer-guide/plugins/http-transformations/
H A Dsample-buffered-null-transformation-plugin.en.po114 "Get a handle to the input VIO (see the ``handle_buffering`` function). "
123 "``handle_buffering`` function for the following code fragment:"
129 "``handle_buffering`` function for the following code fragment:"
135 "value of ``ndone``). See the ``handle_buffering`` function for the "
142 "``handle_buffering`` function wakes up the upstream vconnection by sending "
170 "When the data is read into the output buffer, the ``handle_buffering`` "
/dports/www/trafficserver/trafficserver-9.1.1/example/plugins/c-api/bnull_transform/
H A Dbnull_transform.c81 handle_buffering(TSCont contp, MyData *data) in handle_buffering() function
194 done = handle_buffering(contp, data); in handle_transform()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/utils/fallbackswitch/src/fallbacksrc/
H A Dimp.rs796 self.handle_buffering(bin, m); in handle_message()
1878 fn handle_buffering(&self, element: &super::FallbackSrc, m: &gst::message::Buffering) { in handle_buffering() method