Home
last modified time | relevance | path

Searched refs:last_used (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_magnet_cache.c66 sc->last_used = time(NULL); in script_cache_get_script()
113 sc->last_used = time(NULL); in script_cache_get_script()
H A Dmod_magnet_cache.h16 time_t last_used; /* LRU */ member
H A Dmod_scgi.c65 time_t last_used; /* see idle_timeout */ member
891 proc->last_used = srv->cur_ts; in scgi_spawn_connection()
2280 hctx->proc->last_used = srv->cur_ts; in scgi_write_request()
3022 if (srv->cur_ts - proc->last_used > host->idle_timeout) { in TRIGGER_FUNC()