Searched refs:php_select (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_3/sapi/cli/ |
| H A D | php_cli.c | 95 # define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 246 ret = php_select(fd+1, &dfd, &wfd, &dfd, &tv);
|
| /PHP_5_3/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_5_3/ext/mysqlnd/ |
| H A D | mysqlnd.c | 1196 #define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 1260 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
|
| /PHP_5_3/ext/standard/ |
| H A D | streamsfuncs.c | 35 #define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 850 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p);
|
Completed in 21 milliseconds