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

/httpd/server/
H A Dlog.c563 int time_len = buflen; local
576 ap_recent_ctime_ex(buf, apr_time_now(), option, &time_len);
578 /* ap_recent_ctime_ex includes the trailing \0 in time_len */
579 return time_len - 1;

Completed in 2504 milliseconds