Home
last modified time | relevance | path

Searched refs:EPROCLIM (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h122 #ifndef EPROCLIM
123 #define EPROCLIM (MHDW32ERRBASE+27) macro
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h72 #undef EPROCLIM macro
73 #define EPROCLIM WSAEPROCLIM macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c81 case WSAEPROCLIM: return EPROCLIM; in MHD_W32_errno_from_winsock_()
174 case EPROCLIM: in MHD_W32_strerror_()
513 case EPROCLIM: in MHD_W32_set_last_winsock_error_()
/third_party/rust/crates/nix/src/
H A Derrno.rs885 EPROCLIM => "Too many processes",
1481 EPROCLIM = libc::EPROCLIM,
1599 libc::EPROCLIM => EPROCLIM,
1717 EPROCLIM = libc::EPROCLIM,
1826 libc::EPROCLIM => EPROCLIM,
1934 EPROCLIM
[all...]
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Derrno.rs69 pub const EPROCLIM: u32 = 67; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Derrno.rs69 pub const EPROCLIM: u32 = 67; consts
/third_party/python/Modules/
H A Derrnomodule.c906 #ifdef EPROCLIM in errno_exec()
907 add_errcode("EPROCLIM", EPROCLIM, "Too many processes"); in errno_exec()
/third_party/curl/lib/
H A Dcurl_setup_once.h390 #define EPROCLIM WSAEPROCLIM macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h432 # define EPROCLIM WSAEPROCLIM macro
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs324 pub const EPROCLIM: ::c_int = 67; consts
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Derrno.rs829 /// `EPROCLIM`
838 pub const PROCLIM: Self = Self(c::EPROCLIM);
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs718 pub const EPROCLIM: ::c_int = 67; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs3032 pub const EPROCLIM: ::c_int = 67; consts

Completed in 28 milliseconds