Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_network.h188 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() function
/PHP-7.4/ext/ftp/
H A Dftp.c1474 n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000); in my_send()
1514 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); in my_recv()
1589 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000); in data_available()
1613 n = php_pollfd_for_ms(s, POLLOUT, 1000); in data_writeable()
1638 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); in my_accept()
/PHP-7.4/main/streams/
H A Dxp_socket.c217 n = php_pollfd_for_ms(sock->socket, POLLOUT, 500); in php_sockop_close()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c1079 php_pollfd_for_ms(PQsocket(H->server), PHP_POLLREADABLE, (int)ms_timeout); in PHP_METHOD()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2271 n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500); in php_openssl_sockop_close()

Completed in 28 milliseconds