/php-src/ext/snmp/ |
H A D | snmp.stub.php | 113 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 D | snmp.c | 795 … **session_p, int version, zend_string *hostname, zend_string *community, int timeout, int retries) in netsnmp_session_init() 1134 zend_long timeout = SNMP_DEFAULT_TIMEOUT; in php_snmp() local 1531 zend_long timeout = SNMP_DEFAULT_TIMEOUT; in PHP_METHOD() local
|
/php-src/main/ |
H A D | php_network.h | 157 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument 191 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() 279 #define php_connect_nonb(sock, addr, addrlen, timeout) \ argument 315 struct timeval timeout; member 348 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument 352 #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, 720 struct timeval *timeout, 777 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, 1095 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC) 1172 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout)
|
/php-src/main/streams/ |
H A D | transports.c | 54 struct timeval *timeout, in _php_stream_xport_create() 232 struct timeval *timeout, in php_stream_xport_connect() 292 struct timeval *timeout, in php_stream_xport_accept()
|
H A D | php_stream_transport.h | 54 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument 142 struct timeval *timeout; member
|
H A D | xp_socket.c | 935 struct timeval *timeout, in php_stream_generic_socket_factory()
|
/php-src/sapi/fpm/fpm/events/ |
H A D | select.c | 81 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 | 114 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 | 112 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 | 126 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_poll_wait()
|
H A D | kqueue.c | 113 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
|
/php-src/ext/ftp/ |
H A D | ftp.stub.php | 62 … 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-src/ext/standard/ |
H A D | fsock.c | 34 double timeout; in php_fsockopen_stream() local
|
H A D | http_fopen_wrapper.c | 168 struct timeval timeout; in php_stream_url_wrap_http_ex() local
|
H A D | streamsfuncs.c | 100 double timeout; in PHP_FUNCTION() local 261 double timeout; in PHP_FUNCTION() local
|
/php-src/sapi/fpm/fpm/ |
H A D | fpm_events.h | 15 struct timeval timeout; /* next time to trigger */ member
|
H A D | fpm_events.c | 386 unsigned long int timeout; in fpm_event_loop() local
|
H A D | fpm_process_ctl.c | 181 int sig, timeout; in fpm_pctl_action_next() local
|
/php-src/ext/pdo_dblib/ |
H A D | dblib_driver.c | 509 int timeout = pdo_attr_lval(driver_options, PDO_ATTR_TIMEOUT, 30); in pdo_dblib_handle_factory() local
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 1910 struct timeval start_time, *timeout; in php_openssl_enable_crypto() local 2051 struct timeval *timeout = NULL; in php_openssl_sockop_io() local 2485 struct timeval *timeout = NULL; in php_openssl_sockop_set_option() local 2768 struct timeval *timeout, in php_openssl_ssl_socket_factory()
|
/php-src/ext/ldap/ |
H A D | ldap.c | 2989 struct timeval *timeout = NULL; in PHP_FUNCTION() local 3006 int timeout; in PHP_FUNCTION() local 3017 struct timeval *timeout = NULL; in PHP_FUNCTION() local 3170 struct timeval timeout; in PHP_FUNCTION() local 3186 int timeout; in PHP_FUNCTION() local 3202 struct timeval timeout; in PHP_FUNCTION() local
|
/php-src/ext/curl/ |
H A D | multi.c | 205 double timeout = 1.0; in PHP_FUNCTION() local
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 801 zend_long timeout = 60, flags; in pdo_sqlite_handle_factory() local
|
/php-src/ext/soap/ |
H A D | php_http.c | 176 struct timeval *timeout = NULL; in http_connect() local
|