Home
last modified time | relevance | path

Searched refs:ENOMORE (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h84 #undef ENOMORE macro
85 #define ENOMORE WSAENOMORE macro
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs683 /// `ENOMORE`
685 pub const NOMORE: Self = Self(c::ENOMORE);

Completed in 4 milliseconds