Home
last modified time | relevance | path

Searched refs:POLLPRI (Results 1 – 5 of 5) sorted by relevance

/PHP-7.1/ext/openssl/
H A Dxp_ssl.c1828 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
2021 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2024 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2040 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2043 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2337 } else if (php_pollfd_for(sslsock->s.socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_openssl_sockop_set_option()
/PHP-7.1/main/
H A Dphp_network.h143 # define POLLPRI 0x0002 /* There is urgent data to read */ macro
H A Dnetwork.c357 if ((n = php_pollfd_for(sockfd, POLLOUT|POLLPRI, timeout)) == 0) {
1248 if (ufds[i].events & POLLPRI) {
1277 ufds[i].revents |= POLLPRI;
/PHP-7.1/ext/ftp/
H A Dftp.c332 p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT; in ftp_login()
1418 p.events = POLLIN|POLLPRI; in my_recv()
1725 p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT; in data_accept()
/PHP-7.1/main/streams/
H A Dxp_socket.c328 } else if (php_pollfd_for(sock->socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_sockop_set_option()

Completed in 27 milliseconds