Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.h152 time_t disable_ts; member
H A Dmod_proxy.c926 host->disable_ts = srv->cur_ts; in SUBREQUEST_FUNC()
1064 hctx->host->disable_ts = srv->cur_ts; in proxy_handle_fdevent()
1072 hctx->host->disable_ts = srv->cur_ts; in proxy_handle_fdevent()
1370 srv->cur_ts - host->disable_ts < 5) continue; in TRIGGER_FUNC()
H A Dmod_scgi.c69 time_t disable_ts; /* replace by host->something */ member
2089 (srv->cur_ts - proc->disable_ts > host->disable_time)) { in scgi_restart_dead_procs()
2401 proc->disable_ts = srv->cur_ts; in SUBREQUEST_FUNC()