Home
last modified time | relevance | path

Searched refs:php_select (Results 1 – 6 of 6) sorted by relevance

/php-src/win32/
H A Dselect.h22 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval…
H A Dselect.c31 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-src/sapi/cli/
H A Dphp_cli.c86 # define php_select(m, r, w, e, t) select(m, r, w, e, t) macro
237 ret = php_select(fd+1, NULL, &wfd, NULL, &tv); in sapi_cli_select()
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) macro
880 return php_select(poller->max_fd + 1, &poller->active.rfds, &poller->active.wfds, NULL, tv); in php_cli_server_poller_poll()
/php-src/ext/standard/
H A Dstreamsfuncs.c31 #define php_select(m, r, w, e, t) select(m, r, w, e, t) macro
859 retval = php_select(max_fd+1, &rfds, &wfds, &efds, tv_p); in PHP_FUNCTION()
/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c2176 #define php_select(m, r, w, e, t) select(m, r, w, e, t) macro
2241 retval = php_select(max_fd + 1, &rfds, &wfds, &efds, tv_p);

Completed in 42 milliseconds