Searched refs:lm (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c752 apr_time_t lm; member in struct:ent
1279 p->lm = -1;
1363 p->lm = -1;
1371 p->lm = rr->finfo.mtime;
1408 if (p->lm < 0) {
1409 p->lm = 0;
1754 if (ar[x]->lm != -1) {
1757 apr_time_exp_lt(&ts, ar[x]->lm);
1842 if (ar[x]->lm != -1) {
1845 apr_time_exp_lt(&ts, ar[x]->lm);
[all...]

Completed in 407 milliseconds