Home
last modified time | relevance | path

Searched refs:EWOULDBLOCK (Results 1 - 25 of 153) sorted by relevance

1234567

/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dio_raw.c106 #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 Dbss_sock.c245 # 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 Dbss_fd.c242 # 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 Dbss_sock.c245 # 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 Dbss_fd.c242 # 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 Derr.c52 EWOULDBLOCK, /* ERR_TIMEOUT -3 Timeout */
56 EWOULDBLOCK, /* ERR_WOULDBLOCK -7 Operation would block. */
/third_party/ltp/testcases/kernel/syscalls/delete_module/
H A Ddelete_module03.c11 * 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 Dfutex_wait01.c10 * 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 Dfutex_wait04.c38 if (res == -1 && errno == EWOULDBLOCK) in run()
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h44 #ifndef EWOULDBLOCK
45 #define EWOULDBLOCK (MHDW32ERRBASE+1) macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c49 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 Dvquic.c170 #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 Dcve-2017-17053.c30 * 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 D3-2.c31 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 Dwinerrno.h8 #undef EWOULDBLOCK macro
9 #define EWOULDBLOCK WSAEWOULDBLOCK macro
/third_party/libuv/test/
H A Dtest-poll-oob.c49 #ifdef EWOULDBLOCK in got_eagain()
50 || errno == EWOULDBLOCK in got_eagain()
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c285 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 Dprivate-lib-plat-optee.h37 #define LWS_EWOULDBLOCK EWOULDBLOCK
/third_party/node/deps/uv/src/unix/
H A Dasync.c140 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 Dasyncore.py56 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 Dcurl_setup_once.h329 #undef EWOULDBLOCK /* override definition in errno.h */ macro
330 #define EWOULDBLOCK WSAEWOULDBLOCK macro
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c347 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 Dasync.c123 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 Ddebugger-serial.c270 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 Davc_internal.c155 errno = EWOULDBLOCK; in avc_netlink_receive()
253 if (errno == EWOULDBLOCK) in avc_netlink_check_nb()

Completed in 10 milliseconds

1234567