Searched refs:tv_p (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/ext/standard/ |
H A D | streamsfuncs.c | 728 struct timeval tv, *tv_p = NULL; in PHP_FUNCTION() local 790 tv_p = &tv; in PHP_FUNCTION() 809 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
|
/PHP-7.0/ext/sockets/ |
H A D | sockets.c | 854 struct timeval *tv_p = NULL; local 899 tv_p = &tv; 906 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd.c | 1386 struct timeval *tv_p = NULL; local 1436 tv_p = &tv; 1438 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
|
Completed in 21 milliseconds