Lines Matching defs:now
173 apr_time_t now;
184 now = (mtime < r->request_time) ? r->request_time : apr_time_now();
185 return (mtime > now) ? now : mtime;
315 /* We've now processed that new data - update accordingly. */
382 /* Do we have enough space? We may be full now. */
952 * now part of r->headers_in
1169 * now read. may update status.
1530 /* If we've now seen the entire response and it's otherwise
1531 * okay to set the C-L in the response header, then do so now.