Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dstreamsfuncs.c767 struct timeval tv, *tv_p = NULL; in PHP_FUNCTION() local
829 tv_p = &tv; in PHP_FUNCTION()
850 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
/PHP-7.3/ext/sockets/
H A Dsockets.c963 struct timeval *tv_p = NULL; local
1001 tv_p = &tv;
1004 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_connection.c2586 struct timeval *tv_p = NULL; local
2636 tv_p = &tv;
2638 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);

Completed in 32 milliseconds