Home
last modified time | relevance | path

Searched refs:php_poll2 (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/main/
H A Dphp_network.h139 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout);
158 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) macro
183 n = php_poll2(&p, 1, php_tvtoto(timeouttv)); in php_pollfd_for()
201 n = php_poll2(&p, 1, timeout); in php_pollfd_for_ms()
H A Dnetwork.c1211 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) function
/PHP-7.2/ext/ftp/
H A Dftp.c325 i = php_poll2(&p, 1, 300); in ftp_login()
1462 i = php_poll2(&p, 1, 300); in my_send()
1551 i = php_poll2(&p, 1, 300); in my_recv()
1867 i = php_poll2(&p, 1, 300); in data_accept()

Completed in 30 milliseconds