Searched refs:timefmt (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_include.c622 static const char *add_include_vars_lazy(request_rec *r, const char *var, const char *timefmt) argument
626 val = ap_ht_time(r->pool, r->request_time, timefmt, 0);
629 val = ap_ht_time(r->pool, r->request_time, timefmt, 1);
632 val = ap_ht_time(r->pool, r->finfo.mtime, timefmt, 0);
2051 * <!--#config [timefmt="..."] [sizefmt="..."] [errmsg="..."]
2096 else if (!strcmp(tag, "timefmt")) {
3878 * nested document resets <!--#config timefmt -->.

Completed in 19 milliseconds