Lines Matching defs:start
89 /* Note: this version string should start with \d+[\d\.]* and be a valid
240 apr_time_t start, /* Start of connection */
241 connect, /* Connected, start writing */
253 apr_time_t starttime; /* start time of connection */
340 apr_time_t start, lasttime, stoptime;
816 timetaken = (double) (lasttime - start) / APR_USEC_PER_SEC;
1089 double timetaken = (double) (lasttime - start) / APR_USEC_PER_SEC;
1220 /* start asnchronous non-blocking connection */
1274 c->start = lasttime = apr_time_now();
1363 s->starttime = c->start;
1364 s->ctime = ap_max(0, c->connect - c->start);
1365 s->time = ap_max(0, c->done - c->start);
1632 s->starttime = c->start;
1633 s->ctime = ap_max(0, c->connect - c->start);
1634 s->time = ap_max(0, c->done - c->start);
1647 c->start = c->connect = lasttime = apr_time_now();
1803 /* ok - lets start */
1804 start = lasttime = apr_time_now();
1805 stoptime = tlimit ? (start + apr_time_from_sec(tlimit)) : AB_MAX;