Home
last modified time | relevance | path

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

123

/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_request.h20 struct timeval;
22 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *tv, int terminate_timeo…
25 int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv);
H A Dfpm_scoreboard.h31 struct timeval accepted;
32 struct timeval duration;
34 struct timeval tv;
43 struct timeval cpu_duration;
45 struct timeval last_request_cpu_duration;
H A Dfpm_clock.c31 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
84 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
110 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
H A Dfpm_request.c40 struct timeval now; in fpm_request_accepting()
64 struct timeval now; in fpm_request_reading_headers()
113 struct timeval now; in fpm_request_info()
156 struct timeval now; in fpm_request_executing()
174 struct timeval now; in fpm_request_end()
207 struct timeval now; in fpm_request_finished()
222 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_time… in fpm_request_check_timed_out()
246 struct timeval tv; in fpm_request_check_timed_out()
295 int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv) /* {{{ */ in fpm_request_last_activity()
H A Dfpm_children.h24 struct timeval started;
30 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_events.c392 struct timeval ms; in fpm_event_loop()
393 struct timeval tmp; in fpm_event_loop()
394 struct timeval now; in fpm_event_loop()
507 struct timeval now; in fpm_event_add()
508 struct timeval tmp; in fpm_event_add()
H A Dfpm_status.h19 struct timeval last_update;
H A Dzlog.h12 struct timeval;
27 size_t zlog_print_time(struct timeval *tv, char *timebuf, size_t timebuf_len);
H A Dfpm_process_ctl.c297 static void fpm_pctl_check_request_timeout(struct timeval *now) /* {{{ */ in fpm_pctl_check_request_timeout()
327 static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance()
380 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance()
462 struct timeval now; in fpm_pctl_heartbeat()
487 struct timeval now; in fpm_pctl_perform_idle_server_maintenance_heartbeat()
/PHP-8.1/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.h63 struct timeval ru_utime;
66 struct timeval ru_stime;
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.h22 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval
H A Dselect.c31 PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval in php_select()
40 struct timeval tvslice; in php_select()
H A Dgetrusage.c27 static zend_always_inline void usage_to_timeval(FILETIME *ft, struct timeval *tv) in usage_to_timeval()
/PHP-8.1/ext/standard/
H A Duniqid.c38 ZEND_TLS struct timeval prev_tv = { 0, 0 };
48 struct timeval tv; in PHP_FUNCTION()
62 (void)gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()
H A Dlcg.c74 struct timeval tv; in lcg_seed()
/PHP-8.1/main/
H A Dphp_network.h163 static inline int php_tvtoto(struct timeval *timeouttv) in php_tvtoto()
175 static inline int php_pollfd_for(php_socket_t fd, int events, struct timeval *timeouttv) in php_pollfd_for()
269 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
277 struct timeval *timeout,
292 struct timeval *timeout,
317 struct timeval timeout;
330 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC);
355 …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)
730 struct timeval *timeout,
787 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
794 struct timeval working_timeout;
797 struct timeval limit_time, time_now;
1104 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
1187 struct timeval tv;
/PHP-8.1/main/streams/
H A Dphp_stream_transport.h29 struct timeval *timeout,
48 struct timeval *timeout,
67 struct timeval *timeout,
83 struct timeval *timeout,
142 struct timeval *timeout;
H A Dtransports.c54 struct timeval *timeout, in _php_stream_xport_create()
67 struct timeval default_timeout = { 0, 0 }; in _php_stream_xport_create()
227 struct timeval *timeout, in php_stream_xport_connect()
287 struct timeval *timeout, in php_stream_xport_accept()
/PHP-8.1/ext/openssl/
H A Dxp_ssl.c143 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b);
144 static int php_openssl_compare_timeval(struct timeval a, struct timeval b);
180 struct timeval connect_timeout;
1108 struct timeval now; in php_openssl_limit_handshake_reneg()
1959 struct timeval left_time; in php_openssl_enable_crypto()
2040 struct timeval start_time; in php_openssl_sockop_io()
2197 static struct timeval php_openssl_subtract_timeval(struct timeval a, struct timeval b) /* {{{ */ in php_openssl_subtract_timeval()
2199 struct timeval difference; in php_openssl_subtract_timeval()
2213 static int php_openssl_compare_timeval( struct timeval a, struct timeval b ) in php_openssl_compare_timeval()
2441 struct timeval tv; in php_openssl_sockop_set_option()
[all …]
/PHP-8.1/sapi/fpm/fpm/events/
H A Dselect.c86 struct timeval t; in fpm_event_select_wait()

Completed in 94 milliseconds

123