Searched refs:NotInProgress (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/crates/test-programs/src/bin/ |
| H A D | p2_tcp_states.rs | 11 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 D | p2_udp_states.rs | 11 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 D | network.rs | 51 crate::sockets::util::ErrorCode::NotInProgress => Self::NotInProgress, in from()
|
| /wasmtime-44.0.1/crates/wasi/src/sockets/ |
| H A D | tcp.rs | 286 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 D | udp.rs | 110 _ => Err(ErrorCode::NotInProgress), in finish_bind()
|
| H A D | util.rs | 30 NotInProgress, enumerator
|
| /wasmtime-44.0.1/crates/wasi/src/p3/sockets/ |
| H A D | conv.rs | 242 crate::sockets::util::ErrorCode::NotInProgress => Self::InvalidState, in from()
|