Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dstreamsfuncs.c778 struct timeval *tv_p = NULL; in PHP_FUNCTION() local
841 tv_p = &tv; in PHP_FUNCTION()
861 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
/PHP-5.5/ext/sockets/
H A Dsockets.c846 struct timeval *tv_p = NULL; local
891 tv_p = &tv;
898 retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1360 struct timeval *tv_p = NULL; local
1410 tv_p = &tv;
1412 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);

Completed in 25 milliseconds