/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_scoreboard.h | 30 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 D | fpm_request.h | 16 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 D | fpm_clock.c | 34 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 D | fpm_request.c | 42 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 D | fpm_children.h | 24 struct timeval started; 30 struct timeval slow_logged;
|
H A D | zlog.h | 10 struct timeval; 18 size_t zlog_print_time(struct timeval *tv, char *timebuf, size_t timebuf_len);
|
H A D | fpm_events.h | 17 struct timeval timeout; /* next time to trigger */ 18 struct timeval frequency;
|
H A D | fpm_clock.h | 11 int fpm_clock_get(struct timeval *tv);
|
H A D | fpm_events.c | 368 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 D | fpm_process_ctl.c | 292 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 D | fpm_status.h | 21 struct timeval last_update;
|
H A D | zlog.c | 67 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 D | time.h | 27 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 D | select.h | 21 PHPAPI int php_select(int max_fd, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *tv);
|
H A D | select.c | 37 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 D | time.c | 48 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 D | php_network.h | 142 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 D | network.c | 304 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 D | php_stream_transport.h | 32 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 D | uniqid.c | 54 struct timeval tv; in PHP_FUNCTION() 71 gettimeofday((struct timeval *) &tv, (struct timezone *) NULL); in PHP_FUNCTION()
|
H A D | lcg.c | 78 struct timeval tv; in lcg_seed()
|
/PHP-5.3/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 99 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 D | cdf.h | 40 #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 D | thttpd_patch | 813 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 D | mysqli_report.h | 37 struct timeval starttime,
|