Home
last modified time | relevance | path

Searched defs:EINPROGRESS (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/musl/libc-test/src/functional/
H A Dsocket.c49 TESTE(connect(c, (void *)&sa, sizeof sa)==0 || errno==EINPROGRESS); in main() local
/third_party/ffmpeg/libavformat/
H A Dnetwork.h51 #define EINPROGRESS WSAEINPROGRESS macro
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h10 #undef EINPROGRESS macro
11 #define EINPROGRESS WSAEINPROGRESS macro
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h48 #define EINPROGRESS (MHDW32ERRBASE+2) macro
/third_party/python/Modules/
H A Derrnomodule.c21 #undef EINPROGRESS macro
/third_party/curl/lib/
H A Dcurl_setup_once.h331 #undef EINPROGRESS /* override definition in errno.h */ macro
332 #define EINPROGRESS WSAEINPROGRESS macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h373 # undef EINPROGRESS /* override definition in errno.h */ macro
374 # define EINPROGRESS WSAEINPROGRESS macro
/third_party/python/Lib/
H A Dasyncore.py58 errorcode global() namespace
/third_party/libwebsockets/include/
H A Dlibwebsockets.h491 #define EINPROGRESS 115 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h117 #define EINPROGRESS 115 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h117 #define EINPROGRESS 115 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h117 #define EINPROGRESS 115 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h116 #define EINPROGRESS 115 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h117 #define EINPROGRESS 115 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h166 #define EINPROGRESS 115 /* Operation now in progress */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h116 #define EINPROGRESS 115 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h121 #define EINPROGRESS 150 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h121 #define EINPROGRESS 150 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h121 #define EINPROGRESS 150 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h116 #define EINPROGRESS 115 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h116 #define EINPROGRESS 115 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs117 pub const EINPROGRESS: u32 = 115; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs117 pub const EINPROGRESS: u32 = 115; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs117 pub const EINPROGRESS: u32 = 115; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs124 pub const EINPROGRESS: u32 = 150; consts

Completed in 20 milliseconds

1234