tv_p             1386 ext/mysqlnd/mysqlnd.c 	struct timeval *tv_p = NULL;
tv_p             1436 ext/mysqlnd/mysqlnd.c 	tv_p = &tv;
tv_p             1438 ext/mysqlnd/mysqlnd.c 	retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
tv_p              848 ext/sockets/sockets.c 	struct timeval *tv_p = NULL;
tv_p              893 ext/sockets/sockets.c 		tv_p = &tv;
tv_p              900 ext/sockets/sockets.c 	retval = select(max_fd+1, &rfds, &wfds, &efds, tv_p);
tv_p              738 ext/standard/streamsfuncs.c 	struct timeval tv, *tv_p = NULL;
tv_p              806 ext/standard/streamsfuncs.c 		tv_p = &tv;
tv_p              825 ext/standard/streamsfuncs.c 	retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p);