EAGAIN            208 ext/fileinfo/libmagic/compress.c 				if (errno == EINTR || errno == EAGAIN)
EAGAIN            109 ext/openssl/xp_ssl.c 			errno = EAGAIN;
EAGAIN            220 ext/openssl/xp_ssl.c 				stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle));
EAGAIN            601 ext/openssl/xp_ssl.c 			n = errno == EAGAIN ? 0 : -1;
EAGAIN            727 ext/openssl/xp_ssl.c 									alive = php_socket_errno() == EAGAIN;
EAGAIN            743 ext/openssl/xp_ssl.c 					} else if (0 == recv(sslsock->s.socket, &buf, sizeof(buf), MSG_PEEK) && php_socket_errno() != EAGAIN) {
EAGAIN            430 ext/pcntl/pcntl.c #ifdef EAGAIN
EAGAIN            431 ext/pcntl/pcntl.c 	REGISTER_PCNTL_ERRNO_CONSTANT(EAGAIN);
EAGAIN           1026 ext/pcntl/pcntl.c 	if (signo == -1 && errno != EAGAIN) {
EAGAIN             81 ext/sockets/php_sockets.h 			if (_err != EAGAIN && _err != EWOULDBLOCK && _err != EINPROGRESS) { \
EAGAIN            536 ext/sockets/sockets.c 		if (errno != 0 && errno != ESPIPE && errno != EAGAIN) {
EAGAIN           1153 ext/sockets/sockets.c 		if (errno == EAGAIN
EAGAIN             51 ext/sockets/unix_socket_constants.h #ifdef EAGAIN
EAGAIN             53 ext/sockets/unix_socket_constants.h 	REGISTER_LONG_CONSTANT("SOCKET_EAGAIN", EAGAIN, CONST_CS | CONST_PERSISTENT);
EAGAIN           25102 ext/sqlite3/libsqlite/sqlite3.c   case EAGAIN:
EAGAIN           26759 ext/sqlite3/libsqlite/sqlite3.c       if( EAGAIN != tErrno ){
EAGAIN             70 ext/standard/flock_compat.c 			(errno == EACCES || errno == EAGAIN))
EAGAIN            134 ext/sysvmsg/sysvmsg.c 	REGISTER_LONG_CONSTANT("MSG_EAGAIN",	 EAGAIN, 	     CONST_PERSISTENT|CONST_CS);
EAGAIN             52 main/php_network.h # define EWOULDBLOCK EAGAIN
EAGAIN            274 sapi/cli/php_cli.c 	} while (ret <= 0 && errno == EAGAIN && sapi_cli_select(STDOUT_FILENO TSRMLS_CC));
EAGAIN             83 sapi/cli/php_cli_server.c # define SOCK_EAGAIN EAGAIN
EAGAIN             68 sapi/fpm/fpm/fpm_events.c 			if (res < 0 && errno != EAGAIN && errno != EWOULDBLOCK) {
EAGAIN            115 sapi/fpm/fpm/fpm_stdio.c 				if (res < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) {
EAGAIN            251 sapi/litespeed/lsapilib.c             if ( errno == EAGAIN ) {
EAGAIN            669 sapi/litespeed/lsapilib.c                     if (( errno == EINTR )||( errno == EAGAIN)) {
EAGAIN           1910 sapi/litespeed/lsapilib.c             if (( errno == EINTR )||( errno == EAGAIN)) {
EAGAIN           2002 sapi/litespeed/lsapilib.c                                 if (( errno == EINTR )||( errno == EAGAIN)) {
EAGAIN             81 sapi/thttpd/thttpd.c 			if (errno == EAGAIN) {
EAGAIN            116 sapi/thttpd/thttpd.c 			if (errno == EAGAIN) {
EAGAIN             84 sapi/tux/php_tux.c 		if (n == -1 && errno == EAGAIN)