EAGAIN            218 ext/fileinfo/libmagic/compress.c 				if (errno == EINTR || errno == EAGAIN)
EAGAIN            205 ext/openssl/xp_ssl.c 			errno = EAGAIN;
EAGAIN           1882 ext/openssl/xp_ssl.c 		} else if (errno == EAGAIN) {
EAGAIN           2011 ext/openssl/xp_ssl.c 				if (errno == EAGAIN && err == SSL_ERROR_WANT_READ && read) {
EAGAIN           2014 ext/openssl/xp_ssl.c 				if (errno == EAGAIN && err == SSL_ERROR_WANT_WRITE && read == 0) {
EAGAIN           2020 ext/openssl/xp_ssl.c 					stream->eof = (retry == 0 && errno != EAGAIN && !SSL_pending(sslsock->ssl_handle));
EAGAIN           2354 ext/openssl/xp_ssl.c 									alive = php_socket_errno() == EAGAIN;
EAGAIN           2370 ext/openssl/xp_ssl.c 					} else if (0 == recv(sslsock->s.socket, &buf, sizeof(buf), MSG_PEEK) && php_socket_errno() != EAGAIN) {
EAGAIN            444 ext/pcntl/pcntl.c #ifdef EAGAIN
EAGAIN            445 ext/pcntl/pcntl.c 	REGISTER_PCNTL_ERRNO_CONSTANT(EAGAIN);
EAGAIN           1119 ext/pcntl/pcntl.c 	if (signo == -1 && errno != EAGAIN) {
EAGAIN             85 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           1167 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           26216 ext/sqlite3/libsqlite/sqlite3.c   case EAGAIN:
EAGAIN           27928 ext/sqlite3/libsqlite/sqlite3.c       if( EAGAIN != tErrno ){
EAGAIN             70 ext/standard/flock_compat.c 			(errno == EACCES || errno == EAGAIN))
EAGAIN            118 ext/standard/random.c 			if (errno == EINTR || errno == EAGAIN) {
EAGAIN            134 ext/sysvmsg/sysvmsg.c 	REGISTER_LONG_CONSTANT("MSG_EAGAIN",	 EAGAIN, 	     CONST_PERSISTENT|CONST_CS);
EAGAIN            332 ext/sysvsem/sysvsem.c 			if (errno != EAGAIN) {
EAGAIN             52 main/php_network.h # define EWOULDBLOCK EAGAIN
EAGAIN             83 main/streams/xp_socket.c 		if (sock->is_blocked && (err == EWOULDBLOCK || err == EAGAIN)) {
EAGAIN            170 main/streams/xp_socket.c 	stream->eof = (nr_bytes == 0 || (nr_bytes == -1 && err != EWOULDBLOCK && err != EAGAIN));
EAGAIN            329 main/streams/xp_socket.c 						(0 > ret && err != EWOULDBLOCK && err != EAGAIN)) { /* there was an unrecoverable error */
EAGAIN            280 sapi/cli/php_cli.c 	} while (ret <= 0 && errno == EAGAIN && sapi_cli_select(STDOUT_FILENO));
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            139 sapi/fpm/fpm/fpm_stdio.c 				if (res < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) {
EAGAIN            350 sapi/litespeed/lsapilib.c             if ( errno == EAGAIN )
EAGAIN           1349 sapi/litespeed/lsapilib.c                     if (( errno == EINTR )||( errno == EAGAIN))
EAGAIN           1720 sapi/litespeed/lsapilib.c     if (( !ret )||( errno == EAGAIN ))
EAGAIN           2931 sapi/litespeed/lsapilib.c             if (( errno == EINTR )||( errno == EAGAIN))
EAGAIN           3041 sapi/litespeed/lsapilib.c                         if (( errno == EINTR )||( errno == EAGAIN))