Searched refs:php_pollfd_for_ms (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/main/ |
H A D | php_network.h | 193 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() function
|
/PHP-8.3/ext/ftp/ |
H A D | ftp.c | 1457 n = php_pollfd_for_ms(s, POLLOUT, ftp->timeout_sec * 1000); in my_send() 1496 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); in my_recv() 1570 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, 1000); in data_available() 1593 n = php_pollfd_for_ms(s, POLLOUT, 1000); in data_writeable() 1617 n = php_pollfd_for_ms(s, PHP_POLLREADABLE, ftp->timeout_sec * 1000); in my_accept()
|
/PHP-8.3/main/streams/ |
H A D | xp_socket.c | 241 n = php_pollfd_for_ms(sock->socket, POLLOUT, 500); in php_sockop_close()
|
/PHP-8.3/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 1148 php_pollfd_for_ms(PQsocket(H->server), PHP_POLLREADABLE, (int)ms_timeout); in PHP_METHOD()
|
/PHP-8.3/ext/openssl/ |
H A D | xp_ssl.c | 2280 n = php_pollfd_for_ms(sslsock->s.socket, POLLOUT, 500); in php_openssl_sockop_close()
|
Completed in 21 milliseconds