Searched defs:t_val (Results 1 - 4 of 4) sorted by relevance
/httpd/modules/loggers/ | ||
H A D | mod_syslog.c | 41 int t_val; member in struct:__anon206 121 fac->t_val); |
/httpd/server/ | ||
H A D | apreq_module_cgi.c | 86 int t_val; member in struct:__anon351 |
H A D | log.c | 70 int t_val; member in struct:__anon361 1868 *val = priorities[i].t_val; |
/httpd/modules/filters/ | ||
H A D | mod_include.c | 2269 char *t_val; local 2272 t_val = ap_ht_time(ctx->pool, finfo.mtime, ctx->time_str, 0); 2273 t_len = strlen(t_val); 2275 APR_BRIGADE_INSERT_TAIL(bb, apr_bucket_pool_create(t_val, t_len, |
Completed in 34 milliseconds