/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
H A D | io_raw.c | 106 #if EAGAIN != EWOULDBLOCK in SPDYF_raw_recv() 107 case EWOULDBLOCK: in SPDYF_raw_recv() 135 #if EAGAIN != EWOULDBLOCK in SPDYF_raw_send() 136 case EWOULDBLOCK: in SPDYF_raw_send()
|
/third_party/node/deps/openssl/openssl/crypto/bio/ |
H A D | bss_sock.c | 245 # ifdef EWOULDBLOCK in BIO_sock_non_fatal_error() 247 # if WSAEWOULDBLOCK != EWOULDBLOCK in BIO_sock_non_fatal_error() 248 case EWOULDBLOCK: in BIO_sock_non_fatal_error() 251 case EWOULDBLOCK: in BIO_sock_non_fatal_error() 264 # if EWOULDBLOCK != EAGAIN in BIO_sock_non_fatal_error()
|
H A D | bss_fd.c | 242 # ifdef EWOULDBLOCK in BIO_fd_non_fatal_error() 244 # if WSAEWOULDBLOCK != EWOULDBLOCK in BIO_fd_non_fatal_error() 245 case EWOULDBLOCK: in BIO_fd_non_fatal_error() 248 case EWOULDBLOCK: in BIO_fd_non_fatal_error() 261 # if EWOULDBLOCK != EAGAIN in BIO_fd_non_fatal_error()
|
/third_party/openssl/crypto/bio/ |
H A D | bss_sock.c | 245 # ifdef EWOULDBLOCK in BIO_sock_non_fatal_error() 247 # if WSAEWOULDBLOCK != EWOULDBLOCK in BIO_sock_non_fatal_error() 248 case EWOULDBLOCK: in BIO_sock_non_fatal_error() 251 case EWOULDBLOCK: in BIO_sock_non_fatal_error() 264 # if EWOULDBLOCK != EAGAIN in BIO_sock_non_fatal_error()
|
H A D | bss_fd.c | 242 # ifdef EWOULDBLOCK in BIO_fd_non_fatal_error() 244 # if WSAEWOULDBLOCK != EWOULDBLOCK in BIO_fd_non_fatal_error() 245 case EWOULDBLOCK: in BIO_fd_non_fatal_error() 248 case EWOULDBLOCK: in BIO_fd_non_fatal_error() 261 # if EWOULDBLOCK != EAGAIN in BIO_fd_non_fatal_error()
|
/third_party/lwip/src/api/ |
H A D | err.c | 52 EWOULDBLOCK, /* ERR_TIMEOUT -3 Timeout */ 56 EWOULDBLOCK, /* ERR_WOULDBLOCK -7 Operation would block. */
|
/third_party/ltp/testcases/kernel/syscalls/delete_module/ |
H A D | delete_module03.c | 11 * Verify that, delete_module(2) returns -1 and sets errno to EWOULDBLOCK, 31 if (TST_ERR == EWOULDBLOCK) { in do_delete_module() 37 tst_strerrno(EWOULDBLOCK)); in do_delete_module()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_wait01.c | 10 * 2. Test if FUTEX_WAIT op returns -EWOULDBLOCK if the futex value differs 27 {&futex, FUTEX_INITIALIZER+1, 0, EWOULDBLOCK}, 29 {&futex, FUTEX_INITIALIZER+1, FUTEX_PRIVATE_FLAG, EWOULDBLOCK},
|
H A D | futex_wait04.c | 38 if (res == -1 && errno == EWOULDBLOCK) in run()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 44 #ifndef EWOULDBLOCK 45 #define EWOULDBLOCK (MHDW32ERRBASE+1) macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 49 case WSAEWOULDBLOCK: return EWOULDBLOCK; in MHD_W32_errno_from_winsock_() 114 case EWOULDBLOCK: in MHD_W32_strerror_() 417 case EWOULDBLOCK: in MHD_W32_set_last_winsock_error_() 534 #if EAGAIN != EWOULDBLOCK in MHD_W32_set_last_winsock_error_()
|
/third_party/curl/lib/vquic/ |
H A D | vquic.c | 170 #if EAGAIN != EWOULDBLOCK in do_sendmsg() 171 case EWOULDBLOCK: in do_sendmsg() 206 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in do_sendmsg() 261 CURL_TRC_CF(data, cf, "vquic_flush() simulate EWOULDBLOCK"); in vquic_send_packets() 368 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvmmsg_packets() 439 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvmsg_packets() 498 if(SOCKERRNO == EAGAIN || SOCKERRNO == EWOULDBLOCK) { in recvfrom_packets()
|
/third_party/ltp/testcases/cve/ |
H A D | cve-2017-17053.c | 30 * call to fail whenn the error is EAGAIN or EWOULDBLOCK */ 38 if (rval && rval != EAGAIN && rval != EWOULDBLOCK) in try_pthread_create() 44 * call to fail whenn the error is EAGAIN or EWOULDBLOCK */ 52 if (pid < 0 && errno != EAGAIN && errno == EWOULDBLOCK) in try_fork()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 31 EAGAIN, "EAGAIN", EWOULDBLOCK}, { 108 EWOULDBLOCK, "EWOULDBLOCK", EAGAIN}, { 121 if (tst->value == sym[i].value && tst->duplicate != sym[i].value && strcmp(tst->name, sym[i].name)) { //In case EAGAIN is not equal to EWOULDBLOCK,compare the name in main()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 8 #undef EWOULDBLOCK macro 9 #define EWOULDBLOCK WSAEWOULDBLOCK macro
|
/third_party/libuv/test/ |
H A D | test-poll-oob.c | 49 #ifdef EWOULDBLOCK in got_eagain() 50 || errno == EWOULDBLOCK in got_eagain()
|
/third_party/libwebsockets/lib/plat/optee/ |
H A D | network.c | 285 if (errno == EAGAIN || errno == EWOULDBLOCK) in lws_plat_mbedtls_net_send() 310 if (errno == EAGAIN || errno == EWOULDBLOCK) in lws_plat_mbedtls_net_recv()
|
H A D | private-lib-plat-optee.h | 37 #define LWS_EWOULDBLOCK EWOULDBLOCK
|
/third_party/node/deps/uv/src/unix/ |
H A D | async.c | 140 if (errno == EAGAIN || errno == EWOULDBLOCK) in uv__async_io() 195 if (errno == EAGAIN || errno == EWOULDBLOCK) in uv__async_send()
|
/third_party/python/Lib/ |
H A D | asyncore.py | 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \ 337 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \ 354 if why.errno in (EWOULDBLOCK, ECONNABORTED, EAGAIN): 366 if why.errno == EWOULDBLOCK: 58 errorcode global() namespace
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 329 #undef EWOULDBLOCK /* override definition in errno.h */ macro 330 #define EWOULDBLOCK WSAEWOULDBLOCK macro
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-sockets.c | 347 if (errno == EAGAIN || errno == EWOULDBLOCK) in lws_plat_mbedtls_net_send() 372 if (errno == EAGAIN || errno == EWOULDBLOCK) in lws_plat_mbedtls_net_recv()
|
/third_party/libuv/src/unix/ |
H A D | async.c | 123 if (errno == EAGAIN || errno == EWOULDBLOCK) in uv__async_io() 191 if (errno == EAGAIN || errno == EWOULDBLOCK || errno == EINTR) in uv__async_send()
|
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-serial.c | 270 if (errno == EWOULDBLOCK) in jerryx_debugger_serial_send() 304 if (errno != EWOULDBLOCK || length == 0) in jerryx_debugger_serial_receive()
|
/third_party/selinux/libselinux/src/ |
H A D | avc_internal.c | 155 errno = EWOULDBLOCK; in avc_netlink_receive() 253 if (errno == EWOULDBLOCK) in avc_netlink_check_nb()
|