Home
last modified time | relevance | path

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

/PHP-7.1/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.c1221 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout) function
/PHP-7.1/ext/ftp/
H A Dftp.c335 i = php_poll2(&p, 1, 300); in ftp_login()
1332 i = php_poll2(&p, 1, 300); in my_send()
1421 i = php_poll2(&p, 1, 300); in my_recv()
1728 i = php_poll2(&p, 1, 300); in data_accept()

Completed in 16 milliseconds