Home
last modified time | relevance | path

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

/PHP-7.4/ext/openssl/
H A Dxp_ssl.c1952 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
2146 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2149 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2165 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2168 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2464 } else if (php_pollfd_for(sslsock->s.socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_openssl_sockop_set_option()
/PHP-7.4/main/
H A Dphp_network.h139 # define POLLPRI 0x0002 /* There is urgent data to read */ macro
H A Dnetwork.c352 if ((n = php_pollfd_for(sockfd, POLLOUT|POLLPRI, timeout)) == 0) {
1214 if (ufds[i].events & POLLPRI) {
1243 ufds[i].revents |= POLLPRI;
/PHP-7.4/ext/ftp/
H A Dftp.c325 p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT; in ftp_login()
1558 p.events = POLLIN|POLLPRI; in my_recv()
1874 p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT; in data_accept()
/PHP-7.4/main/streams/
H A Dxp_socket.c338 } else if (php_pollfd_for(sock->socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_sockop_set_option()

Completed in 34 milliseconds