Searched refs:between_bytes_timeout (Results 1 – 10 of 10) sorted by relevance
| /wasmtime-44.0.1/crates/wasi-http/src/p2/ |
| H A D | http_impl.rs | 34 let between_bytes_timeout = opts in handle() localVariable 35 .and_then(|opts| opts.between_bytes_timeout) in handle() 99 between_bytes_timeout, in handle()
|
| H A D | body.rs | 36 pub fn new(body: HyperIncomingBody, between_bytes_timeout: Duration) -> HostIncomingBody { in new() 37 let body = BodyWithTimeout::new(body, between_bytes_timeout); in new() 99 between_bytes_timeout: Duration, field 103 fn new(inner: HyperIncomingBody, between_bytes_timeout: Duration) -> BodyWithTimeout { in new() 106 between_bytes_timeout, in new() 131 .reset(tokio::time::Instant::now() + me.between_bytes_timeout); in poll_frame()
|
| H A D | types.rs | 46 pub between_bytes_timeout: Duration, field 225 pub between_bytes_timeout: Option<std::time::Duration>, field 251 pub between_bytes_timeout: std::time::Duration, field
|
| H A D | mod.rs | 576 between_bytes_timeout, 702 between_bytes_timeout,
|
| H A D | types_impl.rs | 666 let mut body = HostIncomingBody::new(body, resp.between_bytes_timeout); in get() 777 fn between_bytes_timeout( in between_bytes_timeout() method 784 .between_bytes_timeout in between_bytes_timeout() 799 self.table.get_mut(&opts)?.between_bytes_timeout = in set_between_bytes_timeout()
|
| /wasmtime-44.0.1/crates/test-programs/src/p3/ |
| H A D | http.rs | 46 between_bytes_timeout: Option<u64>, in request() 70 .set_between_bytes_timeout(between_bytes_timeout) in request()
|
| /wasmtime-44.0.1/crates/test-programs/src/ |
| H A D | http.rs | 42 between_bytes_timeout: Option<u64>, in request() 85 .set_between_bytes_timeout(between_bytes_timeout) in request()
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/ |
| H A D | request.rs | 25 pub between_bytes_timeout: Option<Duration>, field 321 let between_bytes_timeout = options in default_send_request() localVariable 324 between_bytes_timeout, in default_send_request() 326 }| between_bytes_timeout, in default_send_request() 441 let mut timeout = tokio::time::interval(between_bytes_timeout); in default_send_request()
|
| /wasmtime-44.0.1/crates/wasi-http/src/p3/host/ |
| H A D | types.rs | 558 let Some(between_bytes_timeout) = opts.between_bytes_timeout else { in get_between_bytes_timeout() 561 let ns = between_bytes_timeout.as_nanos(); in get_between_bytes_timeout() 574 opts.between_bytes_timeout = duration.map(core::time::Duration::from_nanos); in set_between_bytes_timeout()
|
| /wasmtime-44.0.1/crates/wasi-http/tests/all/ |
| H A D | p2.rs | 310 between_bytes_timeout, in do_wasi_http_hash_all() 320 between_bytes_timeout, in do_wasi_http_hash_all()
|