Searched refs:EWOULDBLOCK (Results 1 – 11 of 11) sorted by relevance
52 # ifdef EWOULDBLOCK53 # undef EWOULDBLOCK55 # define EWOULDBLOCK WSAEWOULDBLOCK macro
52 errno = EWOULDBLOCK; in php_flock()137 _set_errno(EWOULDBLOCK);
219 if (operation && errno == EWOULDBLOCK && wouldblock) { in php_flock_common()
47 # ifdef EWOULDBLOCK48 # undef EWOULDBLOCK50 # define EWOULDBLOCK WSAEWOULDBLOCK macro
381 …(0 > ret && err != EWOULDBLOCK && err != EAGAIN && err != EMSGSIZE)) { /* there was an unrecoverab… in php_sockop_set_option()
36 # ifdef EWOULDBLOCK37 # undef EWOULDBLOCK42 # define EWOULDBLOCK WSAEWOULDBLOCK macro48 #ifndef EWOULDBLOCK49 # define EWOULDBLOCK EAGAIN macro53 #if EAGAIN != EWOULDBLOCK54 # define PHP_IS_TRANSIENT_ERROR(err) (err == EAGAIN || err == EWOULDBLOCK)
35 # undef EWOULDBLOCK77 #define EWOULDBLOCK WSAEWOULDBLOCK macro
105 if (_err != EAGAIN && _err != EWOULDBLOCK && _err != EINPROGRESS) { \198 #elif defined(EWOULDBLOCK)199 #define PHP_SOCKET_EWOULDBLOCK EWOULDBLOCK
2 EAGAIN/EWOULDBLOCK on a non-blocking socket should not result in an error return value
74 if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) { in fpm_got_signal()
2589 …(0 > ret && err != EWOULDBLOCK && err != EAGAIN && err != EMSGSIZE)) { /* there was an unrecoverab… in php_openssl_sockop_set_option()
Completed in 48 milliseconds