Home
last modified time | relevance | path

Searched refs:strftime_cache_get (Results 1 – 5 of 5) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dresponse.h19 buffer * strftime_cache_get(server *srv, time_t last_mod);
H A Dhttp-header-glue.c219 buffer * strftime_cache_get(server *srv, time_t last_mod) { in strftime_cache_get() function
H A Dmod_staticfile.c483 mtime = strftime_cache_get(srv, sce->st.st_mtime); in URIHANDLER_FUNC()
H A Dmod_compress.c837 mtime = strftime_cache_get(srv, sce->st.st_mtime); in PHYSICALPATH_FUNC()
H A Dmod_ssi.c1098 mtime = strftime_cache_get(srv, lm_time); in mod_ssi_handle_request()