Home
last modified time | relevance | path

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

12

/PHP-5.5/main/
H A Dphp_network.h140 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument
174 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms()
243 #define php_connect_nonb(sock, addr, addrlen, timeout) \ argument
278 struct timeval timeout; member
307 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument
311 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
H A Dnetwork.c312 struct timeval *timeout,
717 struct timeval *timeout,
769 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
1063 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC)
1139 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout)
/PHP-5.5/sapi/fpm/fpm/events/
H A Dselect.c86 static int fpm_event_select_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_select_wait()
H A Depoll.c120 static int fpm_event_epoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ … in fpm_event_epoll_wait()
H A Dport.c117 static int fpm_event_port_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_port_wait()
H A Dpoll.c133 static int fpm_event_poll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{ */ in fpm_event_poll_wait()
H A Ddevpoll.c148 static int fpm_event_devpoll_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{… in fpm_event_devpoll_wait()
H A Dkqueue.c119 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
/PHP-5.5/main/streams/
H A Dtransports.c54 struct timeval *timeout, in _php_stream_xport_create()
227 struct timeval *timeout, in php_stream_xport_connect()
287 struct timeval *timeout, in php_stream_xport_accept()
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
146 struct timeval *timeout; member
H A Dxp_socket.c781 struct timeval *timeout, in php_stream_generic_socket_factory()
/PHP-5.5/ext/standard/
H A Dfsock.c38 double timeout = FG(default_socket_timeout); in php_fsockopen_stream() local
H A Dhttp_fopen_wrapper.c134 struct timeval timeout; in php_stream_url_wrap_http_ex() local
H A Dstreamsfuncs.c91 double timeout = FG(default_socket_timeout); in PHP_FUNCTION() local
242 double timeout = FG(default_socket_timeout); in PHP_FUNCTION() local
/PHP-5.5/ext/curl/
H A Dmulti.c153 static void _make_timeval_struct(struct timeval *to, double timeout) /* {{{ */ in _make_timeval_struct()
173 double timeout = 1.0; in PHP_FUNCTION() local
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c203 struct timeval *timeout = NULL; in php_openssl_sockop_io() local
577 *timeout; in php_openssl_enable_crypto() local
1043 struct timeval *timeout, in php_openssl_ssl_socket_factory()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_events.h17 struct timeval timeout; /* next time to trigger */ member
H A Dfpm_events.c379 unsigned long int timeout; in fpm_event_loop() local
H A Dfpm_process_ctl.c175 int sig, timeout; in fpm_pctl_action_next() local
/PHP-5.5/ext/ldap/
H A Dldap.c1974 struct timeval *timeout = NULL; in PHP_FUNCTION() local
1992 int timeout; in PHP_FUNCTION() local
2083 struct timeval timeout; in PHP_FUNCTION() local
2095 int timeout; in PHP_FUNCTION() local
/PHP-5.5/ext/snmp/
H A Dsnmp.c1127 …nmp_session **session_p, int version, char *hostname, char *community, int timeout, int retries TS… in netsnmp_session_init()
1432 long timeout = SNMP_DEFAULT_TIMEOUT; in php_snmp() local
1816 long timeout = SNMP_DEFAULT_TIMEOUT; in PHP_METHOD() local
/PHP-5.5/ext/sockets/
H A Dsockets.c1838 int timeout = 0; local
1947 int timeout; local
/PHP-5.5/ext/pcntl/
H A Dpcntl.c986 struct timespec timeout; in pcntl_sigwaitinfo() local
/PHP-5.5/ext/mssql/
H A Dphp_mssql.h168 long connect_timeout, timeout; variable
/PHP-5.5/
H A Dserver-tests.php242 public $timeout = 4; variable in HTTPRequest

Completed in 96 milliseconds

12