Home
last modified time | relevance | path

Searched refs:EWOULDBLOCK (Results 1 – 15 of 15) sorted by relevance

/PHP-7.4/ext/standard/
H A Dflock_compat.h43 # ifdef EWOULDBLOCK
44 # undef EWOULDBLOCK
46 # define EWOULDBLOCK WSAEWOULDBLOCK macro
H A Dflock_compat.c65 errno = EWOULDBLOCK; in php_flock()
150 _set_errno(EWOULDBLOCK);
H A Dfile.c367 if (operation && errno == EWOULDBLOCK && wouldblock) { in PHP_FUNCTION()
/PHP-7.4/main/streams/
H A Dphp_streams_int.h49 # ifdef EWOULDBLOCK
50 # undef EWOULDBLOCK
52 # define EWOULDBLOCK WSAEWOULDBLOCK macro
H A Dxp_socket.c80 if (err == EWOULDBLOCK || err == EAGAIN) { in php_sockop_write()
171 if (err == EAGAIN || err == EWOULDBLOCK) { in php_sockop_read()
349 …(0 > ret && err != EWOULDBLOCK && err != EAGAIN && err != EMSGSIZE)) { /* there was an unrecoverab… in php_sockop_set_option()
H A Dplain_wrapper.c351 if (errno == EWOULDBLOCK || errno == EAGAIN) { in php_stdiop_write()
420 if (errno == EWOULDBLOCK || errno == EAGAIN) { in php_stdiop_read()
/PHP-7.4/main/
H A Dphp_network.h38 # ifdef EWOULDBLOCK
39 # undef EWOULDBLOCK
44 # define EWOULDBLOCK WSAEWOULDBLOCK macro
50 #ifndef EWOULDBLOCK
51 # define EWOULDBLOCK EAGAIN macro
/PHP-7.4/ext/sockets/
H A Dwindows_common.h37 # undef EWOULDBLOCK
79 #define EWOULDBLOCK WSAEWOULDBLOCK macro
H A Dphp_sockets.h85 if (_err != EAGAIN && _err != EWOULDBLOCK && _err != EINPROGRESS) { \
H A Dunix_socket_constants.h149 #ifdef EWOULDBLOCK
151 REGISTER_LONG_CONSTANT("SOCKET_EWOULDBLOCK", EWOULDBLOCK, CONST_CS | CONST_PERSISTENT);
H A Dsockets.c1291 #ifdef EWOULDBLOCK
1292 || errno == EWOULDBLOCK
/PHP-7.4/ext/standard/tests/streams/
H A Deagain_is_not_an_error.phpt2 EAGAIN/EWOULDBLOCK on a non-blocking socket should not result in an error return value
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c169 if (in_buf == 0 || (errno != EAGAIN && errno != EWOULDBLOCK)) {
H A Dfpm_events.c74 if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) { in fpm_got_signal()
/PHP-7.4/
H A DUPGRADING177 Previously an empty string or 0 was returned. EAGAIN/EWOULDBLOCK are not

Completed in 52 milliseconds