Lines Matching defs:tm
1902 apr_time_exp_t tm;
1910 apr_time_exp_lt(&tm, apr_time_now());
1912 tm.tm_year+1900, tm.tm_mon+1, tm.tm_mday,
1913 tm.tm_hour, tm.tm_min, tm.tm_sec);
1942 apr_time_exp_lt(&tm, apr_time_now());
1943 return apr_psprintf(r->pool, "%02d", tm.tm_mday);
1949 apr_time_exp_lt(&tm, apr_time_now());
1950 return apr_psprintf(r->pool, "%02d", tm.tm_sec);
1956 apr_time_exp_lt(&tm, apr_time_now());
1957 return apr_psprintf(r->pool, "%02d", tm.tm_min);
1963 apr_time_exp_lt(&tm, apr_time_now());
1964 return apr_psprintf(r->pool, "%02d", tm.tm_mon+1);
1974 apr_time_exp_lt(&tm, apr_time_now());
1975 return apr_psprintf(r->pool, "%d", tm.tm_wday);
1978 apr_time_exp_lt(&tm, apr_time_now());
1979 return apr_psprintf(r->pool, "%04d", tm.tm_year+1900);
2009 apr_time_exp_lt(&tm, apr_time_now());
2010 return apr_psprintf(r->pool, "%02d", tm.tm_hour);