Home
last modified time | relevance | path

Searched refs:NotInProgress (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dp2_tcp_states.rs11 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_tcp_unbound_state_invariants()
15 Err(ErrorCode::NotInProgress) in test_tcp_unbound_state_invariants()
23 Err(ErrorCode::NotInProgress) in test_tcp_unbound_state_invariants()
65 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_tcp_bound_state_invariants()
69 Err(ErrorCode::NotInProgress) in test_tcp_bound_state_invariants()
74 Err(ErrorCode::NotInProgress) in test_tcp_bound_state_invariants()
117 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_tcp_listening_state_invariants()
124 Err(ErrorCode::NotInProgress) in test_tcp_listening_state_invariants()
129 Err(ErrorCode::NotInProgress) in test_tcp_listening_state_invariants()
185 Err(ErrorCode::NotInProgress) in test_tcp_connected_state_invariants()
[all …]
H A Dp2_udp_states.rs11 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_udp_unbound_state_invariants()
39 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_udp_bound_state_invariants()
68 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_udp_connected_state_invariants()
/wasmtime-44.0.1/crates/wasi/src/p2/
H A Dnetwork.rs51 crate::sockets::util::ErrorCode::NotInProgress => Self::NotInProgress, in from()
/wasmtime-44.0.1/crates/wasi/src/sockets/
H A Dtcp.rs286 Err(ErrorCode::NotInProgress) in finish_bind()
359 Err(ErrorCode::NotInProgress) in take_pending_connect()
402 return Err(ErrorCode::NotInProgress); in finish_listen_p2()
H A Dudp.rs110 _ => Err(ErrorCode::NotInProgress), in finish_bind()
H A Dutil.rs30 NotInProgress, enumerator
/wasmtime-44.0.1/crates/wasi/src/p3/sockets/
H A Dconv.rs242 crate::sockets::util::ErrorCode::NotInProgress => Self::InvalidState, in from()