Home
last modified time | relevance | path

Searched refs:timeval (Results 1 – 25 of 67) sorted by relevance

123

/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_request.h14 struct timeval;
16 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *tv, int terminate_timeo…
19 int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv);
H A Dfpm_scoreboard.h28 struct timeval accepted;
29 struct timeval duration;
31 struct timeval tv;
40 struct timeval cpu_duration;
42 struct timeval last_request_cpu_duration;
H A Dfpm_clock.c32 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
86 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
113 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
H A Dfpm_request.c40 struct timeval now; in fpm_request_accepting()
63 struct timeval now; in fpm_request_reading_headers()
111 struct timeval now; in fpm_request_info()
155 struct timeval now; in fpm_request_executing()
174 struct timeval now; in fpm_request_end()
208 struct timeval now; in fpm_request_finished()
224 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_time… in fpm_request_check_timed_out()
248 struct timeval tv; in fpm_request_check_timed_out()
297 int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv) /* {{{ */ in fpm_request_last_activity()
H A Dfpm_children.h23 struct timeval started;
29 struct timeval slow_logged;
H A Dfpm_events.h15 struct timeval timeout; /* next time to trigger */
16 struct timeval frequency;
H A Dfpm_clock.h9 int fpm_clock_get(struct timeval *tv);
H A Dfpm_status.h19 struct timeval last_update;
H A Dfpm_events.c387 struct timeval ms; in fpm_event_loop()
388 struct timeval tmp; in fpm_event_loop()
389 struct timeval now; in fpm_event_loop()
502 struct timeval now; in fpm_event_add()
503 struct timeval tmp; in fpm_event_add()
H A Dfpm_process_ctl.c294 static void fpm_pctl_check_request_timeout(struct timeval *now) /* {{{ */ in fpm_pctl_check_request_timeout()
313 static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance()
363 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance()
447 struct timeval now; in fpm_pctl_heartbeat()
472 struct timeval now; in fpm_pctl_perform_idle_server_maintenance_heartbeat()
H A Dzlog.h12 struct timeval;
27 size_t zlog_print_time(struct timeval *tv, char *timebuf, size_t timebuf_len);
/PHP-7.4/win32/
H A Dtime.h27 struct timeval it_interval; /* next value */
28 struct timeval it_value; /* current value */
47 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
H A Dgetrusage.h65 struct timeval ru_utime;
68 struct timeval ru_stime;
H A Dselect.h24 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval
H A Dtime.c55 static zend_always_inline int getfilesystemtime(struct timeval *tv) in getfilesystemtime()
81 PHPAPI int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) in gettimeofday()
H A Dselect.c33 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval in php_select()
42 struct timeval tvslice; in php_select()
H A Dgetrusage.c29 static zend_always_inline void usage_to_timeval(FILETIME *ft, struct timeval *tv) in usage_to_timeval()
/PHP-7.4/ext/standard/
H A Duniqid.c40 ZEND_TLS struct timeval prev_tv = { 0, 0 };
51 struct timeval tv; in PHP_FUNCTION()
65 (void)gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()
H A Dlcg.c76 struct timeval tv; in lcg_seed()
/PHP-7.4/main/
H A Dphp_network.h158 static inline int php_tvtoto(struct timeval *timeouttv) in php_tvtoto()
170 static inline int php_pollfd_for(php_socket_t fd, int events, struct timeval *timeouttv) in php_pollfd_for()
245 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
253 struct timeval *timeout,
268 struct timeval *timeout,
293 struct timeval timeout;
306 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC);
331 …n_unix_rel(path, pathlen, persistent, timeval) _php_stream_sock_open_unix((path), (pathlen), (pers… argument
H A Dnetwork.c309 struct timeval *timeout,
394 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
727 struct timeval *timeout,
784 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
791 struct timeval working_timeout;
794 struct timeval limit_time, time_now;
1110 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
1193 struct timeval tv;
/PHP-7.4/main/streams/
H A Dphp_stream_transport.h31 struct timeval *timeout,
50 struct timeval *timeout,
69 struct timeval *timeout,
85 struct timeval *timeout,
144 struct timeval *timeout;
H A Dtransports.c56 struct timeval *timeout, in _php_stream_xport_create()
68 struct timeval default_timeout = { 0, 0 }; in _php_stream_xport_create()
221 struct timeval *timeout, in php_stream_xport_connect()
281 struct timeval *timeout, in php_stream_xport_accept()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c128 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b);
129 static int php_openssl_compare_timeval(struct timeval a, struct timeval b);
165 struct timeval connect_timeout;
1074 struct timeval now; in php_openssl_limit_handshake_reneg()
1946 struct timeval left_time; in php_openssl_enable_crypto()
2045 struct timeval start_time; in php_openssl_sockop_io()
2202 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2204 struct timeval difference; in php_openssl_subtract_timeval()
2218 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
2442 struct timeval tv; in php_openssl_sockop_set_option()
[all …]
/PHP-7.4/sapi/fpm/fpm/events/
H A Dselect.c89 struct timeval t; in fpm_event_select_wait()

Completed in 45 milliseconds

123