Searched refs:tv_p (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/ext/sockets/ |
| H A D | sockets.c | 790 struct timeval *tv_p = NULL; local 835 tv_p = &tv; 842 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd.c | 1207 struct timeval *tv_p = NULL; local 1258 tv_p = &tv; 1260 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
|
| /PHP_5_3/ext/standard/ |
| H A D | streamsfuncs.c | 767 struct timeval *tv_p = NULL; local 830 tv_p = &tv; 850 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p);
|
Completed in 11 milliseconds