Searched refs:tms (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/metadata/ |
H A D | mod_usertrack.c | 117 apr_time_exp_t tms; local 118 apr_time_exp_gmt(&tms, r->request_time 123 new_cookie, apr_day_snames[tms.tm_wday], 124 tms.tm_mday, 125 apr_month_snames[tms.tm_mon], 126 tms.tm_year % 100, 127 tms.tm_hour, tms.tm_min, tms.tm_sec);
|
/httpd/include/ |
H A D | scoreboard.h | 113 struct tms times;
|
/httpd/modules/dav/fs/ |
H A D | repos.c | 298 apr_time_exp_t tms; local 301 (void) apr_time_exp_gmt(&tms, sec); 308 tms.tm_year + 1900, tms.tm_mon + 1, tms.tm_mday, 309 tms.tm_hour, tms.tm_min, tms.tm_sec); 317 apr_day_snames[tms.tm_wday], 318 tms [all...] |
/httpd/modules/proxy/ |
H A D | mod_proxy_ftp.c | 1833 struct tm tms; local 1834 memset (&tms, '\0', sizeof tms); 1835 tms.tm_year = atoi(time_val.YYYY) - 1900; 1836 tms.tm_mon = atoi(time_val.MM) - 1; 1837 tms.tm_mday = atoi(time_val.DD); 1838 tms.tm_hour = atoi(time_val.hh); 1839 tms.tm_min = atoi(time_val.mm); 1840 tms.tm_sec = atoi(time_val.ss); 1842 mtime = timegm(&tms); [all...] |
/httpd/modules/mappers/ |
H A D | mod_rewrite.c | 2536 apr_time_exp_t tms; local 2541 apr_time_exp_gmt(&tms, r->request_time 2545 apr_day_snames[tms.tm_wday], 2546 tms.tm_mday, 2547 apr_month_snames[tms.tm_mon], 2548 tms.tm_year+1900, 2549 tms.tm_hour, tms.tm_min, tms.tm_sec);
|
Completed in 33 milliseconds