Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dxp_ssl.c1912 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
2088 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2091 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2107 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2110 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io()
2410 } else if (php_pollfd_for(sslsock->s.socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_openssl_sockop_set_option()
/PHP-8.0/main/
H A Dphp_network.h137 # define POLLPRI 0x0002 /* There is urgent data to read */ macro
H A Dnetwork.c348 if ((n = php_pollfd_for(sockfd, POLLOUT|POLLPRI, timeout)) == 0) {
1219 if (ufds[i].events & POLLPRI) {
1248 ufds[i].revents |= POLLPRI;
/PHP-8.0/ext/ftp/
H A Dftp.c316 p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT; in ftp_login()
1519 p.events = POLLIN|POLLPRI; in my_recv()
1830 p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT; in data_accept()
/PHP-8.0/main/streams/
H A Dxp_socket.c339 } else if (php_pollfd_for(sock->socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_sockop_set_option()

Completed in 38 milliseconds