Searched refs:php_select (Results 1 – 6 of 6) sorted by relevance
/PHP-8.1/win32/ |
H A D | select.h | 22 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval…
|
H A D | select.c | 31 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval… in php_select() function
|
/PHP-8.1/sapi/cli/ |
H A D | php_cli.c | 85 # define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 249 ret = php_select(fd+1, NULL, &wfd, NULL, &tv); in sapi_cli_select()
|
H A D | php_cli_server.c | 71 # define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 832 return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv); in php_cli_server_poller_poll()
|
/PHP-8.1/ext/standard/ |
H A D | streamsfuncs.c | 34 #define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 858 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
|
/PHP-8.1/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 2211 #define php_select(m, r, w, e, t) select(m, r, w, e, t) macro 2276 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);
|
Completed in 33 milliseconds