Home
last modified time | relevance | path

Searched refs:send_body (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dssl_servers.py93 def do_GET(self, send_body=True): argument
108 if send_body:
113 self.do_GET(send_body=False)
/aosp_15_r20/external/python/cpython2/Lib/test/
Dssl_servers.py93 def do_GET(self, send_body=True): argument
108 if send_body:
113 self.do_GET(send_body=False)
/aosp_15_r20/external/rust/crates/quiche/src/h3/
Dmod.rs1206 pub fn send_body( in send_body() method
3003 .send_body(&mut self.pipe.client, stream, &bytes, fin)?; in send_body_client()
3028 .send_body(&mut self.pipe.server, stream, &bytes, fin)?; in send_body_server()
4650 .send_body(&mut s.pipe.client, stream, &bytes, false), in stream_backpressure()
4658 s.client.send_body(&mut s.pipe.client, stream, &bytes, true), in stream_backpressure()
4987 .send_body(&mut s.pipe.server, stream, &d, true) in send_body_truncation_stream_blocked()
4996 .send_body(&mut s.pipe.server, stream, &d[off..], true), in send_body_truncation_stream_blocked()
5028 .send_body(&mut s.pipe.server, stream, &d[off..], true), in send_body_truncation_stream_blocked()
5048 .send_body(&mut s.pipe.server, stream, &d[off..], true) in send_body_truncation_stream_blocked()
5056 .send_body(&mut s.pipe.server, stream, &d[off..], true), in send_body_truncation_stream_blocked()
[all …]
Dffi.rs281 match conn.send_body(quic_conn, stream_id, body, fin) { in quiche_h3_send_body()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/h3/
Dmod.rs1206 pub fn send_body( in send_body() method
3003 .send_body(&mut self.pipe.client, stream, &bytes, fin)?; in send_body_client()
3028 .send_body(&mut self.pipe.server, stream, &bytes, fin)?; in send_body_server()
4650 .send_body(&mut s.pipe.client, stream, &bytes, false), in stream_backpressure()
4658 s.client.send_body(&mut s.pipe.client, stream, &bytes, true), in stream_backpressure()
4987 .send_body(&mut s.pipe.server, stream, &d, true) in send_body_truncation_stream_blocked()
4996 .send_body(&mut s.pipe.server, stream, &d[off..], true), in send_body_truncation_stream_blocked()
5028 .send_body(&mut s.pipe.server, stream, &d[off..], true), in send_body_truncation_stream_blocked()
5048 .send_body(&mut s.pipe.server, stream, &d[off..], true) in send_body_truncation_stream_blocked()
5056 .send_body(&mut s.pipe.server, stream, &d[off..], true), in send_body_truncation_stream_blocked()
[all …]
Dffi.rs281 match conn.send_body(quic_conn, stream_id, body, fin) { in quiche_h3_send_body()
/aosp_15_r20/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Dclient.rs170 h3_conn.send_body(&mut self.conn, stream_id, first, false)?; in handle_backend_message()
180 h3_conn.send_body(&mut self.conn, stream_id, &ans, true)?; in process_pending_answers()
/aosp_15_r20/external/rust/crates/quiche/examples/
Dhttp3-server.rs547 let written = match http3_conn.send_body(conn, stream_id, &body, true) { in handle_request()
653 let written = match http3_conn.send_body(conn, stream_id, body, true) { in handle_writable()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/examples/
Dhttp3-server.rs547 let written = match http3_conn.send_body(conn, stream_id, &body, true) { in handle_request()
653 let written = match http3_conn.send_body(conn, stream_id, body, true) { in handle_writable()
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_test.py946 def send_body(n): function
971 send_body.get_concrete_function())