POLLPRI           324 ext/ftp/ftp.c  						p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT;
POLLPRI          1410 ext/ftp/ftp.c  						p.events = POLLIN|POLLPRI;
POLLPRI          1708 ext/ftp/ftp.c  						p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT;
POLLPRI          1841 ext/openssl/xp_ssl.c 						(POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL);
POLLPRI          2034 ext/openssl/xp_ssl.c 							(POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL);
POLLPRI          2037 ext/openssl/xp_ssl.c 							(POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL);
POLLPRI          2053 ext/openssl/xp_ssl.c 							(POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL);
POLLPRI          2056 ext/openssl/xp_ssl.c 							(POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL);
POLLPRI          2344 ext/openssl/xp_ssl.c 				} else if (php_pollfd_for(sslsock->s.socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) {
POLLPRI           356 main/network.c 	if ((n = php_pollfd_for(sockfd, POLLOUT|POLLPRI, timeout)) == 0) {
POLLPRI          1225 main/network.c 		if (ufds[i].events & POLLPRI) {
POLLPRI          1254 main/network.c 				ufds[i].revents |= POLLPRI;
POLLPRI           318 main/streams/xp_socket.c 				} else if (php_pollfd_for(sock->socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) {