OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EINPROGRESS
(Results
1 - 25
of
226
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium/third_party/libjingle/source/talk/base/
socket.h
55
#undef
EINPROGRESS
56
#define
EINPROGRESS
WSAEINPROGRESS
140
return (e == EWOULDBLOCK) || (e == EAGAIN) || (e ==
EINPROGRESS
);
/external/chromium_org/third_party/libjingle/source/talk/base/
socket.h
55
#undef
EINPROGRESS
56
#define
EINPROGRESS
WSAEINPROGRESS
140
return (e == EWOULDBLOCK) || (e == EAGAIN) || (e ==
EINPROGRESS
);
/external/bison/lib/
errno.in.h
97
# ifndef
EINPROGRESS
98
# define
EINPROGRESS
112
strerror-override.c
46
case
EINPROGRESS
:
145
/* WSAEINPROGRESS maps to
EINPROGRESS
*/
/external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_egd.c
168
#ifdef
EINPROGRESS
169
case
EINPROGRESS
:
/external/openssl/crypto/rand/
rand_egd.c
168
#ifdef
EINPROGRESS
169
case
EINPROGRESS
:
/bionic/libc/kernel/arch-mips/asm/
errno.h
131
#define
EINPROGRESS
150
/bionic/libc/kernel/common/asm-generic/
errno.h
122
#define
EINPROGRESS
115
/development/ndk/platforms/android-3/include/asm-generic/
errno.h
99
#define
EINPROGRESS
115
/development/ndk/platforms/android-9/arch-mips/include/asm/
errno.h
131
#define
EINPROGRESS
150
/external/chromium_org/third_party/libxml/src/include/
wsockcompat.h
42
#define
EINPROGRESS
WSAEINPROGRESS
/external/kernel-headers/original/asm-generic/
errno.h
88
#define
EINPROGRESS
115 /* Operation now in progress */
/external/kernel-headers/original/asm-mips/
errno.h
104
#define
EINPROGRESS
150 /* Operation now in progress */
/hardware/ti/omap4xxx/libtiutils/
ErrorUtils.cpp
51
case
EINPROGRESS
:
/ndk/sources/host-tools/sed-4.2.1/lib/
errno.in.h
46
# define
EINPROGRESS
10036
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h
88
#define
EINPROGRESS
115 /* Operation now in progress */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h
88
#define
EINPROGRESS
115 /* Operation now in progress */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h
88
#define
EINPROGRESS
115 /* Operation now in progress */
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h
99
#define
EINPROGRESS
115
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm-generic/
errno.h
99
#define
EINPROGRESS
115
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm-generic/
errno.h
99
#define
EINPROGRESS
115
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm-generic/
errno.h
99
#define
EINPROGRESS
115
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm-generic/
errno.h
99
#define
EINPROGRESS
115
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm-generic/
errno.h
99
#define
EINPROGRESS
115
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm-generic/
errno.h
99
#define
EINPROGRESS
115
Completed in 1565 milliseconds
1
2
3
4
5
6
7
8
9
10