Lines Matching defs:xt
622 apr_time_exp_t *xt)
626 apr_strftime(tstr, &retcode, sizeof(tstr), a, xt);
666 apr_time_exp_t xt;
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.tm_year+1900, xt.tm_hour, xt.tm_min, xt.tm_sec,