Home
last modified time | relevance | path

Searched refs:php_select (Results 1 – 5 of 5) sorted by path

/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd.c1196 #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); in _mysqlnd_poll()
/PHP-5.3/ext/standard/
H A Dstreamsfuncs.c35 #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); in PHP_FUNCTION()
/PHP-5.3/sapi/cli/
H A Dphp_cli.c95 # 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); in sapi_cli_select()
/PHP-5.3/win32/
H A Dselect.c37 PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv) in php_select() function
H A Dselect.h21 PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv);

Completed in 33 milliseconds