Searched defs:starttime (Results 1 - 2 of 2) sorted by relevance

/httpd/server/
H A Dmpm_unix.c184 apr_time_t starttime = apr_time_now(); local
221 if (action_table[next_action].action_time <= apr_time_now() - starttime) {
/httpd/support/
H A Dab.c253 apr_time_t starttime; /* start time of connection */ member in struct:data
1062 fprintf(out, "starttime\tseconds\tctime\tdtime\tttime\twait\n");
1064 (void) apr_ctime(tmstring, stats[i].starttime);
1068 apr_time_sec(stats[i].starttime),
1363 s->starttime = c->start;
1632 s->starttime = c->start;

Completed in 702 milliseconds