Home
last modified time | relevance | path

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

/PHP-7.1/ext/ftp/
H A Dftp.c1284 n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000); in my_send()
1374 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); in my_recv()
1449 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000); in data_available()
1473 n = php_pollfd_for_ms(s, POLLOUT, 1000); in data_writeable()
1498 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); in my_accept()
/PHP-7.1/main/
H A Dphp_network.h192 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() function
/PHP-7.1/main/streams/
H A Dxp_socket.c213 n = php_pollfd_for_ms(sock->socket, POLLOUT, 500); in php_sockop_close()
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c1082 php_pollfd_for_ms(PQsocket(H->server), PHP_POLLREADABLE, (int)ms_timeout); in PHP_METHOD()
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c2148 n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500); in php_openssl_sockop_close()

Completed in 24 milliseconds