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

/httpd/include/
H A Dhttp_request.h270 AP_DECLARE(void) ap_update_mtime(request_rec *r, apr_time_t dependency_mtime);
/httpd/modules/filters/
H A Dmod_reflector.c87 ap_update_mtime(r, apr_time_now());
H A Dmod_include.c3921 ap_update_mtime(r, r->finfo.mtime);
3933 ap_update_mtime(r, r->finfo.mtime);
/httpd/modules/test/
H A Dmod_dialup.c182 ap_update_mtime(r, r->finfo.mtime);
/httpd/modules/cache/
H A Dmod_file_cache.c341 ap_update_mtime(r, match->finfo.mtime);
H A Dcache_storage.c197 ap_update_mtime(r, apr_date_parse_http(v));
/httpd/server/
H A Dutil_script.c629 ap_update_mtime(r, apr_date_parse_http(l));
H A Drequest.c2426 AP_DECLARE(void) ap_update_mtime(request_rec *r, apr_time_t dependency_mtime) function
H A Dcore.c4638 ap_update_mtime(r, r->finfo.mtime);
/httpd/modules/dav/fs/
H A Drepos.c33 #include "http_request.h" /* for ap_update_mtime() */
1053 ap_update_mtime(r, resource->info->finfo.mtime);
/httpd/modules/generators/
H A Dmod_autoindex.c2053 ap_update_mtime(r, r->finfo.mtime);
/httpd/modules/mappers/
H A Dmod_negotiation.c330 ap_update_mtime(vlistr, vlistr->finfo.mtime);
3006 * ap_update_mtime(r, r->finfo.mtime);

Completed in 111 milliseconds