Home
last modified time | relevance | path

Searched refs:EAGAIN (Results 1 – 24 of 24) sorted by relevance

/PHP-5.5/ext/sockets/
H A Dwindows_common.h75 # undef EAGAIN
118 #define EAGAIN WSAEWOULDBLOCK macro
H A Dphp_sockets.h81 if (_err != EAGAIN && _err != EWOULDBLOCK && _err != EINPROGRESS) { \
H A Dunix_socket_constants.h51 #ifdef EAGAIN
53 REGISTER_LONG_CONSTANT("SOCKET_EAGAIN", EAGAIN, CONST_CS | CONST_PERSISTENT);
H A Dsockets.c533 if (errno != 0 && errno != ESPIPE && errno != EAGAIN) {
1150 if (errno == EAGAIN
/PHP-5.5/ext/sockets/tests/
H A Dbug51958.phpt12 die('skip test relies Winsock\'s error code for WSAEWOULDBLOCK/EAGAIN');
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt24 var_dump(socket_recvfrom($socket, $buf, 12, 0, $from, $port)); //false (EAGAIN - no warning)
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt21 var_dump(socket_recvfrom($socket, $buf, 12, 0, $from, $port)); // false (EAGAIN, no warning)
H A Dsocket_sentto_recvfrom_unix.phpt21 var_dump(socket_recvfrom($socket, $buf, 12, 0, $from, $port)); //false (EAGAIN, no warning)
/PHP-5.5/ext/standard/
H A Dflock_compat.c70 (errno == EACCES || errno == EAGAIN)) in php_flock()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c112 errno = EAGAIN; in handle_ssl_error()
265 if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) { in php_openssl_sockop_io()
268 if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) { in php_openssl_sockop_io()
274 stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle)); in php_openssl_sockop_io()
723 n = errno == EAGAIN ? 0 : -1; in php_openssl_enable_crypto()
849 alive = php_socket_errno() == EAGAIN; in php_openssl_sockop_set_option()
865 …se if (0 == recv(sslsock->s.socket, &buf, sizeof(buf), MSG_PEEK) && php_socket_errno() != EAGAIN) { in php_openssl_sockop_set_option()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_stdio.c115 if (res < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) { in fpm_stdio_child_said()
H A Dfpm_events.c68 if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) { in fpm_got_signal()
/PHP-5.5/main/
H A Dphp_network.h52 # define EWOULDBLOCK EAGAIN
/PHP-5.5/sapi/thttpd/
H A Dthttpd.c81 if (errno == EAGAIN) { in sapi_thttpd_ub_write()
116 if (errno == EAGAIN) { in do_writev()
H A Dthttpd_patch2092 + if (errno == EAGAIN)
2116 + if (errno == EAGAIN)
/PHP-5.5/ext/pcntl/
H A Dpcntl.c430 #ifdef EAGAIN in php_pcntl_register_errno_constants()
431 REGISTER_PCNTL_ERRNO_CONSTANT(EAGAIN); in php_pcntl_register_errno_constants()
1027 if (signo == -1 && errno != EAGAIN) { in pcntl_sigwaitinfo()
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c134 REGISTER_LONG_CONSTANT("MSG_EAGAIN", EAGAIN, CONST_PERSISTENT|CONST_CS); in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c208 if (errno == EINTR || errno == EAGAIN) in sread()
/PHP-5.5/sapi/tux/
H A Dphp_tux.c84 if (n == -1 && errno == EAGAIN) in sapi_tux_ub_write()
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c350 if ( errno == EAGAIN ) in lsapi_writev()
1294 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Accept_r()
1665 if (( !ret )||( errno == EAGAIN )) in gsendfile()
2876 if (( errno == EINTR )||( errno == EAGAIN)) in lsapi_prefork_server_accept()
2986 if (( errno == EINTR )||( errno == EAGAIN)) in LSAPI_Prefork_Accept_r()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c274 } while (ret <= 0 && errno == EAGAIN && sapi_cli_select(STDOUT_FILENO TSRMLS_CC)); in sapi_cli_single_write()
H A Dphp_cli_server.c83 # define SOCK_EAGAIN EAGAIN
/PHP-5.5/
H A DUPGRADING185 errno is EAGAIN, EWOULDBLOCK or EINPROGRESS.
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c26216 case EAGAIN:
27928 if( EAGAIN != tErrno ){

Completed in 380 milliseconds