Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dstreamsfuncs.c754 struct timeval tv, *tv_p = NULL; in PHP_FUNCTION() local
818 tv_p = &tv; in PHP_FUNCTION()
839 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
/PHP-8.0/ext/sockets/
H A Dsockets.c728 struct timeval *tv_p = NULL; local
782 tv_p = &tv;
785 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_connection.c2579 struct timeval *tv_p = NULL; local
2631 tv_p = &tv;
2633 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);

Completed in 20 milliseconds