Home
last modified time | relevance | path

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

123

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_scoreboard.h30 struct timeval accepted;
31 struct timeval duration;
33 struct timeval tv;
42 struct timeval cpu_duration;
44 struct timeval last_request_cpu_duration;
H A Dfpm_request.h16 struct timeval;
18 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *tv, int terminate_timeo…
21 int fpm_request_last_activity(struct fpm_child_s *child, struct timeval *tv);
H A Dfpm_clock.c34 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
88 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
115 int fpm_clock_get(struct timeval *tv) /* {{{ */ in fpm_clock_get()
H A Dfpm_request.c42 struct timeval now; in fpm_request_accepting()
65 struct timeval now; in fpm_request_reading_headers()
115 struct timeval now; in fpm_request_info()
159 struct timeval now; in fpm_request_executing()
178 struct timeval now; in fpm_request_end()
212 struct timeval now; in fpm_request_finished()
230 void fpm_request_check_timed_out(struct fpm_child_s *child, struct timeval *now, int terminate_time… in fpm_request_check_timed_out()
254 struct timeval tv; in fpm_request_check_timed_out()
301 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 Dzlog.h10 struct timeval;
18 size_t zlog_print_time(struct timeval *tv, char *timebuf, size_t timebuf_len);
H A Dfpm_events.h17 struct timeval timeout; /* next time to trigger */
18 struct timeval frequency;
H A Dfpm_clock.h11 int fpm_clock_get(struct timeval *tv);
H A Dfpm_events.c368 struct timeval ms; in fpm_event_loop()
369 struct timeval tmp; in fpm_event_loop()
370 struct timeval now; in fpm_event_loop()
479 struct timeval now; in fpm_event_add()
480 struct timeval tmp; in fpm_event_add()
H A Dfpm_process_ctl.c292 static void fpm_pctl_check_request_timeout(struct timeval *now) /* {{{ */ in fpm_pctl_check_request_timeout()
310 static void fpm_pctl_perform_idle_server_maintenance(struct timeval *now) /* {{{ */ in fpm_pctl_perform_idle_server_maintenance()
360 struct timeval last, now; in fpm_pctl_perform_idle_server_maintenance()
444 struct timeval now; in fpm_pctl_heartbeat()
469 struct timeval now; in fpm_pctl_perform_idle_server_maintenance_heartbeat()
H A Dfpm_status.h21 struct timeval last_update;
H A Dzlog.c67 size_t zlog_print_time(struct timeval *tv, char *timebuf, size_t timebuf_len) /* {{{ */ in zlog_print_time()
103 struct timeval tv; in zlog_ex()
/PHP-5.3/win32/
H A Dtime.h27 struct timeval it_interval; /* next value */
28 struct timeval it_value; /* current value */
45 PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);
H A Dselect.h21 PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv);
H A Dselect.c37 PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv) in php_select()
46 struct timeval tvslice; in php_select()
H A Dtime.c48 int getfilesystemtime(struct timeval *tv) in getfilesystemtime()
80 PHPAPI int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info) in gettimeofday()
/PHP-5.3/main/
H A Dphp_network.h142 static inline int php_tvtoto(struct timeval *timeouttv) in php_tvtoto()
154 static inline int php_pollfd_for(php_socket_t fd, int events, struct timeval *timeouttv) in php_pollfd_for()
224 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
232 struct timeval *timeout,
247 struct timeval *timeout,
271 struct timeval timeout;
284 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC);
305 …n_unix_rel(path, pathlen, persistent, timeval) _php_stream_sock_open_unix((path), (pathlen), (pers… argument
H A Dnetwork.c304 struct timeval *timeout,
396 static inline void sub_times(struct timeval a, struct timeval b, struct timeval *result)
709 struct timeval *timeout,
761 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
768 struct timeval working_timeout;
771 struct timeval limit_time, time_now;
1053 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC)
1140 struct timeval tv;
/PHP-5.3/main/streams/
H A Dphp_stream_transport.h32 struct timeval *timeout,
51 struct timeval *timeout,
70 struct timeval *timeout,
86 struct timeval *timeout,
146 struct timeval *timeout;
/PHP-5.3/ext/standard/
H A Duniqid.c54 struct timeval tv; in PHP_FUNCTION()
71 gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()
H A Dlcg.c78 struct timeval tv; in lcg_seed()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcdf_time.c99 cdf_timestamp_to_timespec(struct timeval *ts, cdf_timestamp_t t) in cdf_timestamp_to_timespec()
147 cdf_timespec_to_timestamp(cdf_timestamp_t *t, const struct timeval *ts) in cdf_timespec_to_timestamp()
185 struct timeval ts; in main()
H A Dcdf.h40 #define timespec timeval
44 #define timespec timeval
274 struct timeval;
275 int cdf_timestamp_to_timespec(struct timeval *, cdf_timestamp_t);
276 int cdf_timespec_to_timestamp(cdf_timestamp_t *, const struct timeval *);
/PHP-5.3/sapi/thttpd/
H A Dthttpd_patch813 make_log_entry( httpd_conn* hc, struct timeval* nowP )
863 - if ( nowP != (struct timeval*) 0 )
1399 if ( nowP != (struct timeval*) 0 )
1505 static void logstats( struct timeval* nowP );
1787 +setup_read_body(connecttab *c, struct timeval *tvP)
1856 handle_read( connecttab* c, struct timeval* tvP )
1924 +handle_request( connecttab *c, struct timeval *tvP)
2023 handle_send( connecttab* c, struct timeval* tvP )
2083 +handle_read_body(connecttab *c, struct timeval *tvP)
2109 +handle_send_resp(connecttab *c, struct timeval *tvP)
[all …]
/PHP-5.3/ext/mysqli/
H A Dmysqli_report.h37 struct timeval starttime,

Completed in 41 milliseconds

123