Searched refs:tv_p (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/standard/ |
H A D | streamsfuncs.c | 766 struct timeval tv, *tv_p = NULL; in PHP_FUNCTION() local 838 tv_p = &tv; in PHP_FUNCTION() 859 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2187 struct timeval *tv_p = NULL; local 2239 tv_p = &tv; 2241 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
|
/php-src/ext/sockets/ |
H A D | sockets.c | 593 struct timeval *tv_p = NULL; local 652 tv_p = &tv; 655 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
|
Completed in 21 milliseconds