Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 34) sorted by relevance

12

/PHP-8.2/ext/snmp/
H A Dsnmp.stub.php113 function snmpget(string $hostname, string $community, array|string $object_id, int $timeout = -1, i…
115 function snmpgetnext(string $hostname, string $community, array|string $object_id, int $timeout = -…
117 function snmpwalk(string $hostname, string $community, array|string $object_id, int $timeout = -1, …
137 function snmp2_get(string $hostname, string $community, array|string $object_id, int $timeout = -1,…
139 function snmp2_getnext(string $hostname, string $community, array|string $object_id, int $timeout =…
151 array|string $object_id, int $timeout = -1, int $retries = -1): mixed {}
157 array|string $object_id, int $timeout = -1, int $retries = -1): mixed {}
163 array|string $object_id, int $timeout = -1, int $retries = -1): array|false {}
169 array|string $object_id, int $timeout = -1, int $retries = -1): array|false {}
176 int $timeout = -1, int $retries = -1): bool {}
[all …]
H A Dsnmp.c792 … **session_p, int version, zend_string *hostname, zend_string *community, int timeout, int retries) in netsnmp_session_init()
1136 zend_long timeout = SNMP_DEFAULT_TIMEOUT; in php_snmp() local
1533 zend_long timeout = SNMP_DEFAULT_TIMEOUT; in PHP_METHOD() local
/PHP-8.2/main/
H A Dphp_network.h159 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
193 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms()
281 #define php_connect_nonb(sock, addr, addrlen, timeout) \ argument
317 struct timeval timeout; member
350 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument
354 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
H A Dnetwork.c311 struct timeval *timeout,
732 struct timeval *timeout,
789 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
1111 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
1188 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout)
/PHP-8.2/main/streams/
H A Dtransports.c54 struct timeval *timeout, in _php_stream_xport_create()
230 struct timeval *timeout, in php_stream_xport_connect()
290 struct timeval *timeout, in php_stream_xport_accept()
H A Dphp_stream_transport.h54 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
142 struct timeval *timeout; member
H A Dxp_socket.c909 struct timeval *timeout, in php_stream_generic_socket_factory()
/PHP-8.2/sapi/fpm/fpm/events/
H A Dselect.c81 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_select_wait()
H A Depoll.c114 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ … in fpm_event_epoll_wait()
H A Dport.c112 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_port_wait()
H A Dpoll.c126 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_poll_wait()
H A Dkqueue.c115 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
H A Ddevpoll.c142 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{… in fpm_event_devpoll_wait()
/PHP-8.2/ext/ftp/
H A Dftp.stub.php62 … function ftp_connect(string $hostname, int $port = 21, int $timeout = 90): FTP\Connection|false {}
65 …function ftp_ssl_connect(string $hostname, int $port = 21, int $timeout = 90): FTP\Connection|fals…
/PHP-8.2/ext/standard/
H A Dfsock.c34 double timeout; in php_fsockopen_stream() local
H A Dhttp_fopen_wrapper.c140 struct timeval timeout; in php_stream_url_wrap_http_ex() local
H A Dstreamsfuncs.c103 double timeout; in PHP_FUNCTION() local
264 double timeout; in PHP_FUNCTION() local
/PHP-8.2/ext/pdo_oci/
H A Doci_driver.c556 ub4 timeout = (ub4) lval; in oci_handle_set_attribute() local
641 ub4 timeout; in oci_handle_get_attribute() local
/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_events.h15 struct timeval timeout; /* next time to trigger */ member
H A Dfpm_events.c395 unsigned long int timeout; in fpm_event_loop() local
H A Dfpm_process_ctl.c181 int sig, timeout; in fpm_pctl_action_next() local
/PHP-8.2/ext/pdo_dblib/
H A Ddblib_driver.c502 int timeout = pdo_attr_lval(driver_options, PDO_ATTR_TIMEOUT, 30); in pdo_dblib_handle_factory() local
/PHP-8.2/ext/openssl/
H A Dxp_ssl.c1914 struct timeval start_time, *timeout; in php_openssl_enable_crypto() local
2055 struct timeval *timeout = NULL; in php_openssl_sockop_io() local
2489 struct timeval *timeout = NULL; in php_openssl_sockop_set_option() local
2768 struct timeval *timeout, in php_openssl_ssl_socket_factory()
/PHP-8.2/ext/ldap/
H A Dldap.c2933 struct timeval *timeout = NULL; in PHP_FUNCTION() local
2950 int timeout; in PHP_FUNCTION() local
2961 struct timeval *timeout = NULL; in PHP_FUNCTION() local
3106 struct timeval timeout; in PHP_FUNCTION() local
3118 int timeout; in PHP_FUNCTION() local
3130 struct timeval timeout; in PHP_FUNCTION() local
/PHP-8.2/ext/curl/
H A Dmulti.c178 double timeout = 1.0; in PHP_FUNCTION() local

Completed in 83 milliseconds

12