/PHP-5.3/main/ |
H A D | php_network.h | 138 # define php_poll2(ufds, nfds, timeout) poll(ufds, nfds, timeout) argument 172 static inline int php_pollfd_for_ms(php_socket_t fd, int events, int timeout) in php_pollfd_for_ms() 236 #define php_connect_nonb(sock, addr, addrlen, timeout) \ argument 271 struct timeval timeout; member 300 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument 304 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
|
H A D | network.c | 304 struct timeval *timeout, 709 struct timeval *timeout, 761 int socktype, int asynchronous, struct timeval *timeout, char **error_string, 1053 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC) 1134 PHPAPI int php_poll2(php_pollfd *ufds, unsigned int nfds, int timeout)
|
/PHP-5.3/sapi/fpm/fpm/events/ |
H A D | select.c | 86 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 | 116 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 | 117 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 | 133 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 | 148 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 | 119 static int fpm_event_kqueue_wait(struct fpm_event_queue_s *queue, unsigned long int timeout) /* {{{… in fpm_event_kqueue_wait()
|
/PHP-5.3/main/streams/ |
H A D | transports.c | 54 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 D | php_stream_transport.h | 57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument 146 struct timeval *timeout; member
|
H A D | xp_socket.c | 784 struct timeval *timeout, in php_stream_generic_socket_factory()
|
/PHP-5.3/ext/curl/ |
H A D | multi.c | 158 static void _make_timeval_struct(struct timeval *to, double timeout) /* {{{ */ in _make_timeval_struct() 178 double timeout = 1.0; in PHP_FUNCTION() local
|
/PHP-5.3/ext/standard/ |
H A D | fsock.c | 38 double timeout = FG(default_socket_timeout); in php_fsockopen_stream() local
|
H A D | http_fopen_wrapper.c | 110 struct timeval timeout; in php_stream_url_wrap_http_ex() local
|
H A D | streamsfuncs.c | 91 double timeout = FG(default_socket_timeout); in PHP_FUNCTION() local 242 double timeout = FG(default_socket_timeout); in PHP_FUNCTION() local
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_events.h | 17 struct timeval timeout; /* next time to trigger */ member
|
H A D | fpm_events.c | 371 unsigned long int timeout; in fpm_event_loop() local
|
H A D | fpm_process_ctl.c | 175 int sig, timeout; in fpm_pctl_action_next() local
|
/PHP-5.3/ext/openssl/ |
H A D | xp_ssl.c | 427 *timeout; in php_openssl_enable_crypto() local 890 struct timeval *timeout, in php_openssl_ssl_socket_factory()
|
/PHP-5.3/ext/snmp/ |
H A D | snmp.c | 781 long timeout = SNMP_DEFAULT_TIMEOUT; in php_snmp() local 1179 long timeout = SNMP_DEFAULT_TIMEOUT; local
|
/PHP-5.3/ext/ldap/ |
H A D | ldap.c | 1587 struct timeval *timeout = NULL; in PHP_FUNCTION() local 1605 int timeout; in PHP_FUNCTION() local 1696 struct timeval timeout; in PHP_FUNCTION() local 1708 int timeout; in PHP_FUNCTION() local
|
/PHP-5.3/ext/sockets/ |
H A D | sockets.c | 1736 int timeout = 0; local 1813 int timeout; local
|
/PHP-5.3/ext/pcntl/ |
H A D | pcntl.c | 979 struct timespec timeout; in pcntl_sigwaitinfo() local
|
/PHP-5.3/ext/mssql/ |
H A D | php_mssql.h | 168 long connect_timeout, timeout; variable
|
/PHP-5.3/ |
H A D | server-tests.php | 242 public $timeout = 4; variable in HTTPRequest
|