Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 13 of 13) sorted by relevance

/PHP-8.0/ext/standard/tests/general_functions/
H A Dproc_open_sockets2.phpt6 function poll($pipe, $read = true)
19 poll($pipe);
30 poll($pipe, false);
H A Dproc_open_sockets3.phpt6 function poll($pipe, $read = true)
19 poll($pipe);
/PHP-8.0/ext/pgsql/tests/
H A D29nb_async_connect.phpt36 die("unknown poll status");
/PHP-8.0/sapi/fpm/fpm/events/
H A Dpoll.c137 ret = poll(active_pollfds, npollfds, timeout); in fpm_event_poll_wait()
/PHP-8.0/sapi/fpm/
H A Dphp-fpm.conf.in112 ; - poll (any POSIX os)
115 ; - /dev/poll (Solaris >= 7)
H A Dconfig.m4407 AC_MSG_CHECKING([for /dev/poll])
421 AC_DEFINE([HAVE_DEVPOLL], 1, [do we have /dev/poll?])
684 fpm/events/poll.c \
/PHP-8.0/sapi/phpdbg/
H A Dphpdbg_io.c106 j = poll(&pfd, 1, tmo);
/PHP-8.0/main/
H A Dphp_network.h152 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout)
H A Dfastcgi.c1440 ret = poll(&fds, 1, 5000);
/PHP-8.0/ext/mysqli/
H A Dmysqli.stub.php155 …public static function poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $micr… function in mysqli
H A Dmysqli_arginfo.h970 ZEND_ME_MAPPING(poll, mysqli_poll, arginfo_class_mysqli_poll, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
/PHP-8.0/ext/mysqli/tests/
H A Dmysqli_class_mysqli_interface.phpt67 $expected_methods['poll'] = true;
/PHP-8.0/
H A Dconfigure.ac392 poll.h \
403 sys/poll.h \
588 poll \

Completed in 36 milliseconds