Searched refs:tv_p (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | streamsfuncs.c | 769 struct timeval tv, *tv_p = NULL; in PHP_FUNCTION() local 841 tv_p = &tv; in PHP_FUNCTION() 862 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
|
/PHP-8.2/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2221 struct timeval *tv_p = NULL; local 2273 tv_p = &tv; 2275 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
|
/PHP-8.2/ext/sockets/ |
H A D | sockets.c | 569 struct timeval *tv_p = NULL; local 623 tv_p = &tv; 626 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
|
Completed in 33 milliseconds