Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_network.h191 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() function
/php-src/ext/ftp/
H A Dftp.c1477 n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000); in my_send()
1516 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); in my_recv()
1590 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000); in data_available()
1613 n = php_pollfd_for_ms(s, POLLOUT, 1000); in data_writeable()
1637 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); in my_accept()
/php-src/main/streams/
H A Dxp_socket.c241 n = php_pollfd_for_ms(sock->socket, POLLOUT, 500); in php_sockop_close()
/php-src/ext/pdo_pgsql/
H A Dpgsql_driver.c1209 php_pollfd_for_ms(PQsocket(H->server), PHP_POLLREADABLE, (int)ms_timeout); in pgsqlGetNotify_internal()
/php-src/ext/openssl/
H A Dxp_ssl.c2276 n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500); in php_openssl_sockop_close()

Completed in 28 milliseconds