Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_network.h123 # define POLLPRI 0x0002 /* There is urgent data to read */ macro
H A Dnetwork.c348 if ((n = php_pollfd_for(sockfd, POLLOUT|POLLPRI, timeout)) == 0) {
1161 if (ufds[i].events & POLLPRI) {
1190 ufds[i].revents |= POLLPRI;
/PHP-5.3/ext/openssl/
H A Dxp_ssl.c502 (POLLIN|POLLPRI) : POLLOUT, has_timeout ? &left_time : NULL); in php_openssl_enable_crypto()
701 } else if (php_pollfd_for(sslsock->s.socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_openssl_sockop_set_option()
/PHP-5.3/main/streams/
H A Dxp_socket.c295 } else if (php_pollfd_for(sock->socket, PHP_POLLREADABLE|POLLPRI, &tv) > 0) { in php_sockop_set_option()

Completed in 16 milliseconds