Home
last modified time | relevance | path

Searched refs:EREFUSED (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h88 #undef EREFUSED macro
89 #define EREFUSED WSAEREFUSED macro
/third_party/node/src/
H A Dcares_wrap.h65 V(EREFUSED) in ToErrorCodeString()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs882 /// `EREFUSED`
884 pub const REFUSED: Self = Self(c::EREFUSED);

Completed in 4 milliseconds