Home
last modified time | relevance | path

Searched refs:min (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dstat.h34 uint64_t min; member
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_accesslog.c711 long scd, hrs, min; in REQUESTDONE_FUNC() local
729 min = (scd % 3600) / 60; in REQUESTDONE_FUNC()
735 if (min < 10) buffer_append_string_len(p->conf.ts_accesslog_str, CONST_STR_LEN("0")); in REQUESTDONE_FUNC()
736 buffer_append_long(p->conf.ts_accesslog_str, min); in REQUESTDONE_FUNC()
H A Dlemon.c1270 static int findbreak(msg,min,max) in findbreak() argument
1272 int min;
1277 for(i=spot=min; i<=max; i++){
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dfastcgi.txt268 .. note:: This feature is disabled in 1.3.14 again. min-procs is
275 more of the number of requests increases you can use min-procs
292 "min-procs" => 1,
309 2. If not set ``min-procs == max-procs``.
318 "min-procs" => 1,
/mOS-networking-stack/core/src/
H A Dcore.c155 counter->min = 0; in InitStatCounter()
165 if (counter->min == 0 || value < counter->min) in UpdateStatCounter()
166 counter->min = value; in UpdateStatCounter()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS392 * fix min-procs handling in mod_scgi.c, just set to max-procs (patch from #623)
831 * fixed min-procs and max-procs in FastCGI on PowerPC