Searched refs:POLLPRI (Results 1 – 5 of 5) sorted by relevance
/PHP-7.2/ext/openssl/ |
H A D | xp_ssl.c | 1906 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto() 2100 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io() 2103 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io() 2119 (POLLOUT|POLLPRI) : (POLLIN|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io() 2122 (POLLIN|POLLPRI) : (POLLOUT|POLLPRI), has_timeout ? &left_time : NULL); in php_openssl_sockop_io() 2417 } else if (php_pollfd_for(sslsock->s.socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_openssl_sockop_set_option()
|
/PHP-7.2/main/ |
H A D | php_network.h | 143 # define POLLPRI 0x0002 /* There is urgent data to read */ macro
|
H A D | network.c | 345 if ((n = php_pollfd_for(sockfd, POLLOUT|POLLPRI, timeout)) == 0) { 1238 if (ufds[i].events & POLLPRI) { 1267 ufds[i].revents |= POLLPRI;
|
/PHP-7.2/ext/ftp/ |
H A D | ftp.c | 322 p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT; in ftp_login() 1548 p.events = POLLIN|POLLPRI; in my_recv() 1864 p.events = (err == SSL_ERROR_WANT_READ) ? (POLLIN|POLLPRI) : POLLOUT; in data_accept()
|
/PHP-7.2/main/streams/ |
H A D | xp_socket.c | 328 } else if (php_pollfd_for(sock->socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_sockop_set_option()
|
Completed in 22 milliseconds