/PHP-7.4/main/ |
H A D | php_network.h | 154 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument 188 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() 257 #define php_connect_nonb(sock, addr, addrlen, timeout) \ argument 293 struct timeval timeout; member 326 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument 330 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
|
H A D | network.c | 309 struct timeval *timeout, 727 struct timeval *timeout, 784 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, 1110 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC) 1187 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout)
|
/PHP-7.4/main/streams/ |
H A D | transports.c | 56 struct timeval *timeout, in _php_stream_xport_create() 221 struct timeval *timeout, in php_stream_xport_connect() 281 struct timeval *timeout, in php_stream_xport_accept()
|
H A D | php_stream_transport.h | 56 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument 144 struct timeval *timeout; member
|
H A D | xp_socket.c | 891 struct timeval *timeout, in php_stream_generic_socket_factory()
|
/PHP-7.4/sapi/fpm/fpm/events/ |
H A D | select.c | 84 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_select_wait()
|
H A D | epoll.c | 118 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ … in fpm_event_epoll_wait()
|
H A D | port.c | 115 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_port_wait()
|
H A D | poll.c | 131 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_poll_wait()
|
H A D | devpoll.c | 146 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{… in fpm_event_devpoll_wait()
|
H A D | kqueue.c | 117 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
|
/PHP-7.4/ext/standard/ |
H A D | fsock.c | 36 double timeout = (double)FG(default_socket_timeout); in php_fsockopen_stream() local
|
H A D | http_fopen_wrapper.c | 142 struct timeval timeout; in php_stream_url_wrap_http_ex() local
|
H A D | streamsfuncs.c | 95 double timeout = (double)FG(default_socket_timeout); in PHP_FUNCTION() local 247 double timeout = (double)FG(default_socket_timeout); in PHP_FUNCTION() local
|
/PHP-7.4/ext/curl/ |
H A D | multi.c | 193 static void _make_timeval_struct(struct timeval *to, double timeout) /* {{{ */ in _make_timeval_struct() 210 double timeout = 1.0; in PHP_FUNCTION() local
|
/PHP-7.4/sapi/fpm/fpm/ |
H A D | fpm_events.h | 15 struct timeval timeout; /* next time to trigger */ member
|
H A D | fpm_events.c | 390 unsigned long int timeout; in fpm_event_loop() local
|
H A D | fpm_process_ctl.c | 177 int sig, timeout; in fpm_pctl_action_next() local
|
/PHP-7.4/ext/pdo_dblib/ |
H A D | dblib_driver.c | 485 int timeout = pdo_attr_lval(driver_options, PDO_ATTR_TIMEOUT, 30); in pdo_dblib_handle_factory() local
|
/PHP-7.4/ext/ldap/ |
H A D | ldap.c | 3084 struct timeval *timeout = NULL; in PHP_FUNCTION() local 3101 int timeout; in PHP_FUNCTION() local 3112 struct timeval *timeout = NULL; in PHP_FUNCTION() local 3259 struct timeval timeout; in PHP_FUNCTION() local 3271 int timeout; in PHP_FUNCTION() local 3283 struct timeval timeout; in PHP_FUNCTION() local
|
/PHP-7.4/ext/snmp/ |
H A D | snmp.c | 1073 …p_snmp_session **session_p, int version, char *hostname, char *community, int timeout, int retries) in netsnmp_session_init() 1369 zend_long timeout = SNMP_DEFAULT_TIMEOUT; in php_snmp() local 1753 zend_long timeout = SNMP_DEFAULT_TIMEOUT; in PHP_METHOD() local
|
/PHP-7.4/ext/openssl/ |
H A D | xp_ssl.c | 1880 struct timeval start_time, *timeout; in php_openssl_enable_crypto() local 2046 struct timeval *timeout = NULL; in php_openssl_sockop_io() local 2660 struct timeval *timeout, in php_openssl_ssl_socket_factory()
|
/PHP-7.4/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 800 zend_long timeout = 60, flags; in pdo_sqlite_handle_factory() local
|
/PHP-7.4/ext/soap/ |
H A D | php_http.c | 172 struct timeval *timeout = NULL; in http_connect() local
|
/PHP-7.4/ext/pcntl/ |
H A D | pcntl.c | 1225 struct timespec timeout; in pcntl_sigwaitinfo() local
|