Searched defs:tm (Results 1 - 5 of 5) sorted by relevance

/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c961 apr_time_exp_t tm; local
1093 apr_time_exp_lt(&tm, apr_time_now());
1095 (tm.tm_year / 100) + 19, tm.tm_year % 100);
1099 apr_time_exp_lt(&tm, apr_time_now()); \
1100 result = apr_psprintf(p, format, tm.tmfield); \
1121 apr_time_exp_lt(&tm, apr_time_now());
1123 "%02d%02d%02d%02d%02d%02d%02d", (tm.tm_year / 100) + 19,
1124 (tm.tm_year % 100), tm
[all...]
/httpd/modules/ssl/
H A Dssl_engine_vars.c46 static char *ssl_var_lookup_ssl_cert_valid(apr_pool_t *p, ASN1_TIME *tm);
47 static char *ssl_var_lookup_ssl_cert_remain(apr_pool_t *p, ASN1_TIME *tm);
211 apr_time_exp_t tm; local
342 apr_time_exp_lt(&tm, apr_time_now());
344 (tm.tm_year / 100) + 19, tm.tm_year % 100);
348 apr_time_exp_lt(&tm, apr_time_now()); \
349 result = apr_psprintf(p, format, tm.tmfield); \
370 apr_time_exp_lt(&tm, apr_time_now());
372 "%02d%02d%02d%02d%02d%02d%02d", (tm
692 ssl_var_lookup_ssl_cert_valid(apr_pool_t *p, ASN1_TIME *tm) argument
713 ssl_var_lookup_ssl_cert_remain(apr_pool_t *p, ASN1_TIME *tm) argument
[all...]
/httpd/server/
H A Dutil_expr_eval.c1520 apr_time_exp_t tm; local
1521 apr_time_exp_lt(&tm, r->mtime);
1523 (tm.tm_year / 100) + 19, (tm.tm_year % 100),
1524 tm.tm_mon+1, tm.tm_mday, tm.tm_hour, tm.tm_min,
1525 tm.tm_sec);
1613 apr_time_exp_t tm; local
[all...]
/httpd/support/win32/
H A DApacheMonitor.c943 TEXTMETRIC tm; local
1069 GetTextMetrics(lpdis->hDC, &tm);
1070 y = (lpdis->rcItem.bottom + lpdis->rcItem.top - tm.tmHeight) / 2;
/httpd/modules/mappers/
H A Dmod_rewrite.c1902 apr_time_exp_t tm; local
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
[all...]

Completed in 37 milliseconds