Searched refs:poll (Results 1 – 13 of 13) sorted by relevance
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | proc_open_sockets2.phpt | 6 function poll($pipe, $read = true) 19 poll($pipe); 30 poll($pipe, false);
|
H A D | proc_open_sockets3.phpt | 6 function poll($pipe, $read = true) 19 poll($pipe);
|
/PHP-8.1/ext/pgsql/tests/ |
H A D | 29nb_async_connect.phpt | 38 die("unknown poll status");
|
/PHP-8.1/ext/mysqli/tests/ |
H A D | mysqli_reap_async_query_error.phpt | 18 mysqli::poll($reads, $errors, $rejects, 1);
|
H A D | mysqli_class_mysqli_interface.phpt | 68 $expected_methods['poll'] = true;
|
/PHP-8.1/sapi/fpm/fpm/events/ |
H A D | poll.c | 137 ret = poll(active_pollfds, npollfds, timeout); in fpm_event_poll_wait()
|
/PHP-8.1/sapi/fpm/ |
H A D | php-fpm.conf.in | 112 ; - poll (any POSIX os) 115 ; - /dev/poll (Solaris >= 7)
|
H A D | config.m4 | 407 AC_MSG_CHECKING([for /dev/poll]) 421 AC_DEFINE([HAVE_DEVPOLL], 1, [do we have /dev/poll?]) 684 fpm/events/poll.c \
|
/PHP-8.1/main/ |
H A D | php_network.h | 159 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout)
|
H A D | fastcgi.c | 1439 ret = poll(&fds, 1, 5000);
|
/PHP-8.1/ext/mysqli/ |
H A D | mysqli.stub.php | 279 …public static function poll(?array &$read, ?array &$error, array &$reject, int $seconds, int $micr… function in mysqli
|
H A D | mysqli_arginfo.h | 1003 ZEND_ME_MAPPING(poll, mysqli_poll, arginfo_class_mysqli_poll, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
|
/PHP-8.1/ |
H A D | configure.ac | 400 poll.h \ 411 sys/poll.h \ 597 poll \
|
Completed in 40 milliseconds