Searched refs:php_select (Results 1 - 6 of 6) sorted by relevance
| /PHP_TRUNK/win32/ |
| H A D | select.c | 37 PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv) function
|
| H A D | select.h | 21 PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv);
|
| /PHP_TRUNK/sapi/cli/ |
| H A D | php_cli_server.c | 80 # define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 769 return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, (struct timeval *)tv);
|
| H A D | php_cli.c | 93 # define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 250 ret = php_select(fd+1, &dfd, &wfd, &dfd, &tv);
|
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd.c | 1321 #define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 1384 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
|
| /PHP_TRUNK/ext/standard/ |
| H A D | streamsfuncs.c | 35 #define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 857 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p);
|
Completed in 16 milliseconds