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

/httpd/modules/filters/
H A Dmod_include.h95 const char *time_str; member in struct:__anon164
H A Dmod_ext_filter.c399 char time_str[APR_CTIME_LEN]; local
404 ap_recent_ctime(time_str, apr_time_now());
407 time_str,
H A Dmod_include.c688 val = add_include_vars_lazy(r, var, ctx->time_str);
2099 ctx->time_str = ap_ssi_parse_string(ctx, tag_val, NULL, 0,
2103 ctx->time_str, 0));
2105 ctx->time_str, 1));
2108 ctx->time_str, 0));
2272 t_val = ap_ht_time(ctx->pool, finfo.mtime, ctx->time_str, 0);
2717 val_text = add_include_vars_lazy(r, elts[i].key, ctx->time_str);
3861 ctx->time_str = conf->default_time_fmt ? conf->default_time_fmt :
/httpd/include/
H A Dapreq_cookie.h218 * @param time_str If NULL, the Cookie's expiration date is unset,
220 * attribute will appear in the cookie's serialized form. If time_str
222 * represented by time_str. The time_str should be in a format that
225 * @remarks Now time_str may also be a fixed date; see apr_date_parse_rfc()
229 const char *time_str);
/httpd/server/
H A Dapreq_cookie.c32 const char *time_str)
34 if (time_str == NULL) {
39 if (!strcasecmp(time_str, "now"))
42 c->max_age = apr_date_parse_rfc(time_str);
44 c->max_age = apr_time_from_sec(apreq_atoi64t(time_str));
31 apreq_cookie_expires(apreq_cookie_t *c, const char *time_str) argument
H A Dutil.c2441 const char *time_str; local
2449 time_str = default_time_unit;
2452 time_str = endp;
2455 switch (*time_str) {
2465 switch (*(++time_str)) {
H A Dlog.c1620 char time_str[APR_CTIME_LEN]; local
1622 apr_ctime(time_str, apr_time_now());
1625 time_str, szFile, nLine, szExp);
/httpd/modules/ssl/
H A Dssl_ct_log_config.c166 static apr_status_t parse_time_str(apr_pool_t *p, const char *time_str, argument
173 val = apr_strtoi64(time_str, (char **)&end, 10);
/httpd/modules/generators/
H A Dmod_cgi.c169 char time_str[APR_CTIME_LEN]; local
187 apr_ctime(time_str, apr_time_now());
188 apr_file_printf(f, "%%%% [%s] %s %s%s%s %s\n", time_str, r->method, r->uri,
235 char time_str[APR_CTIME_LEN]; local
252 apr_ctime(time_str, apr_time_now());
253 apr_file_printf(f, "%%%% [%s] %s %s%s%s %s\n", time_str, r->method, r->uri,
H A Dmod_autoindex.c1755 char time_str[32]; local
1758 apr_strftime(time_str, &rv, sizeof(time_str),
1761 ap_rvputs(r, "</td><td", (d->style_sheet != NULL) ? " class=\"indexcollastmod\">" : " align=\"right\">",time_str, NULL);
1843 char time_str[32]; local
1846 apr_strftime(time_str, &rv, sizeof(time_str),
1848 ap_rputs(time_str, r);
H A Dmod_cgid.c1072 char time_str[APR_CTIME_LEN]; local
1088 apr_ctime(time_str, apr_time_now());
1089 apr_file_printf(f, "%%%% [%s] %s %s%s%s %s\n", time_str, r->method, r->uri,
1115 char time_str[APR_CTIME_LEN]; local
1134 apr_ctime(time_str, apr_time_now());
1135 apr_file_printf(f, "%%%% [%s] %s %s%s%s %s\n", time_str, r->method, r->uri,
/httpd/modules/metadata/
H A Dmod_mime_magic.c1696 char time_str[APR_CTIME_LEN]; local
1727 apr_ctime(time_str, apr_time_from_sec(*(time_t *)&p->l));
1728 pp = time_str;

Completed in 131 milliseconds