Searched defs:xt (Results 1 - 3 of 3) sorted by relevance
/httpd/server/ |
H A D | util_time.c | 36 apr_time_exp_t xt; member in struct:exploded_time_cache_element 55 static apr_status_t cached_explode(apr_time_exp_t *xt, apr_time_t t, argument 114 return apr_time_exp_gmt(xt, t); 117 return apr_time_exp_lt(xt, t); 122 memcpy(xt, &(cache_element_snapshot.xt), 129 r = apr_time_exp_gmt(xt, t); 132 r = apr_time_exp_lt(xt, t); 138 memcpy(&(cache_element->xt), xt, sizeo 170 apr_time_exp_t xt; local 264 apr_time_exp_t xt; local [all...] |
H A D | util.c | 129 apr_time_exp_t xt; local 135 apr_time_exp_gmt(&xt, t); 167 apr_time_exp_lt(&xt, t); 171 apr_strftime(ts, &retcode, MAX_STRING_LEN, fmt, &xt);
|
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 622 apr_time_exp_t *xt) 626 apr_strftime(tstr, &retcode, sizeof(tstr), a, xt); 666 apr_time_exp_t xt; local 755 ap_explode_recent_localtime(&xt, request_time); 756 return log_request_time_custom(r, a, &xt); 777 ap_explode_recent_localtime(&xt, request_time); 778 timz = xt.tm_gmtoff; 789 xt.tm_mday, apr_month_snames[xt.tm_mon], 790 xt 621 log_request_time_custom(request_rec *r, char *a, apr_time_exp_t *xt) argument [all...] |
Completed in 22 milliseconds