Home
last modified time | relevance | path

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

/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)
/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)
/external/rust/crates/quiche/examples/
Dhttp3-server.rs535 let written = match http3_conn.send_body(conn, stream_id, &body, true) { in handle_request()
637 let written = match http3_conn.send_body(conn, stream_id, body, true) { in handle_writable()
/external/rust/crates/quiche/src/h3/
Dmod.rs861 pub fn send_body( in send_body() method
1968 .send_body(&mut self.pipe.client, stream, &bytes, fin)?; in send_body_client()
1993 .send_body(&mut self.pipe.server, stream, &bytes, fin)?; in send_body_server()
2900 .send_body(&mut s.pipe.client, stream, &bytes, false), in stream_backpressure()
2908 s.client.send_body(&mut s.pipe.client, stream, &bytes, true), in stream_backpressure()
3153 s.client.send_body(&mut s.pipe.client, 0, b"", true), in zero_length_data_blocked()
3160 assert_eq!(s.client.send_body(&mut s.pipe.client, 0, b"", true), Ok(0)); in zero_length_data_blocked()
Dffi.rs241 match conn.send_body(quic_conn, stream_id, body, fin) { in quiche_h3_send_body()
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py929 def send_body(n): function
954 send_body.get_concrete_function())