/third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
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/openssl/crypto/bio/ |
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()
|
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()
|
D | bss_dgram.c | 1654 && (get_last_socket_error() != EWOULDBLOCK)) in dgram_sctp_wait_for_dry() 1676 && (get_last_socket_error() != EWOULDBLOCK)) in dgram_sctp_wait_for_dry() 1746 && (get_last_socket_error() != EWOULDBLOCK)) in dgram_sctp_wait_for_dry() 1860 # ifdef EWOULDBLOCK in BIO_dgram_non_fatal_error() 1862 # if WSAEWOULDBLOCK != EWOULDBLOCK in BIO_dgram_non_fatal_error() 1863 case EWOULDBLOCK: in BIO_dgram_non_fatal_error() 1866 case EWOULDBLOCK: in BIO_dgram_non_fatal_error() 1875 # if EWOULDBLOCK != EAGAIN in BIO_dgram_non_fatal_error()
|
/third_party/libxml2/include/ |
D | wsockcompat.h | 50 #ifndef EWOULDBLOCK 51 #define EWOULDBLOCK WSAEWOULDBLOCK macro
|
/third_party/lwip/src/api/ |
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/ |
D | delete_module03.c | 31 if (TST_ERR == EWOULDBLOCK) { in do_delete_module() 37 tst_strerrno(EWOULDBLOCK)); in do_delete_module()
|
/third_party/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait01.c | 27 {&futex, FUTEX_INITIALIZER+1, 0, EWOULDBLOCK}, 29 {&futex, FUTEX_INITIALIZER+1, FUTEX_PRIVATE_FLAG, EWOULDBLOCK},
|
D | futex_wait04.c | 38 if (res == -1 && errno == EWOULDBLOCK) in run()
|
/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 44 #ifndef EWOULDBLOCK 45 #define EWOULDBLOCK (MHDW32ERRBASE+1) macro
|
/third_party/ltp/testcases/cve/ |
D | cve-2017-17053.c | 38 if (rval && rval != EAGAIN && rval != EWOULDBLOCK) in try_pthread_create() 52 if (pid < 0 && errno != EAGAIN && errno == EWOULDBLOCK) in try_fork()
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 8 #undef EWOULDBLOCK 9 #define EWOULDBLOCK WSAEWOULDBLOCK macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
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/iowow/src/platform/unix/ |
D | unix.c | 179 } else if (errno == EWOULDBLOCK || errno == IW_ERROR_AGAIN) { in iwp_pread() 197 } else if (errno == EWOULDBLOCK || errno == EAGAIN) { in iwp_read() 215 } else if (errno == EAGAIN || errno == EWOULDBLOCK) { in iwp_pwrite() 231 } else if (errno == EAGAIN || errno == EWOULDBLOCK) { in iwp_write()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstsparsefile.c | 618 #ifdef EWOULDBLOCK in gst_sparse_file_io_error_from_errno() 619 case EWOULDBLOCK: in gst_sparse_file_io_error_from_errno() 625 #if defined (EAGAIN) && (!defined (EWOULDBLOCK) || (EWOULDBLOCK != EAGAIN)) in gst_sparse_file_io_error_from_errno()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 31 EAGAIN, "EAGAIN", EWOULDBLOCK}, { 108 EWOULDBLOCK, "EWOULDBLOCK", EAGAIN}, {
|
/third_party/libuv/src/unix/ |
D | async.c | 103 if (errno == EAGAIN || errno == EWOULDBLOCK) in uv__async_io() 159 if (errno == EAGAIN || errno == EWOULDBLOCK || errno == EINTR) in uv__async_send()
|
/third_party/libuv/test/ |
D | test-poll-oob.c | 49 #ifdef EWOULDBLOCK in got_eagain() 50 || errno == EWOULDBLOCK in got_eagain()
|
/third_party/selinux/libselinux/src/ |
D | avc_internal.c | 156 errno = EWOULDBLOCK; in avc_netlink_receive() 254 if (errno == EWOULDBLOCK) in avc_netlink_check_nb()
|
/third_party/libwebsockets/lib/plat/optee/ |
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()
|
D | private-lib-plat-optee.h | 37 #define LWS_EWOULDBLOCK EWOULDBLOCK
|
/third_party/python/Lib/ |
D | asyncore.py | 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \ 339 if err in (EINPROGRESS, EALREADY, EWOULDBLOCK) \ 356 if why.errno in (EWOULDBLOCK, ECONNABORTED, EAGAIN): 368 if why.errno == EWOULDBLOCK:
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbufferpool.c | 82 # ifndef EWOULDBLOCK 83 # define EWOULDBLOCK EAGAIN /* This is just to placate gcc */ macro 412 if (errno == EWOULDBLOCK) { in default_stop() 472 if (errno == EWOULDBLOCK) { in do_set_flushing() 1123 if (errno == EWOULDBLOCK) { in default_acquire_buffer() 1158 if (errno == EWOULDBLOCK) { in default_acquire_buffer()
|
/third_party/jerryscript/jerry-ext/debugger/ |
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/mbedtls/library/ |
D | net_sockets.c | 340 #if defined EWOULDBLOCK && EWOULDBLOCK != EAGAIN in net_would_block() 341 case EWOULDBLOCK: in net_would_block()
|