Searched defs:time_str (Results 1 - 10 of 10) 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,
/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/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 Dlog.c1620 char time_str[APR_CTIME_LEN]; local
1622 apr_ctime(time_str, apr_time_now());
1625 time_str, szFile, nLine, szExp);
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)) {
/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 53 milliseconds