Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Dstreamsfuncs.c765 struct timeval tv, *tv_p = NULL; in PHP_FUNCTION() local
837 tv_p = &tv; in PHP_FUNCTION()
858 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_connection.c2222 struct timeval *tv_p = NULL; local
2274 tv_p = &tv;
2276 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
/PHP-8.1/ext/sockets/
H A Dsockets.c734 struct timeval *tv_p = NULL; local
788 tv_p = &tv;
791 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);

Completed in 25 milliseconds