Searched refs:min (Results 1 – 6 of 6) sorted by relevance
34 uint64_t min; member
711 long scd, hrs, min; in REQUESTDONE_FUNC() local729 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()
1270 static int findbreak(msg,min,max) in findbreak() argument1272 int min;1277 for(i=spot=min; i<=max; i++){
268 .. note:: This feature is disabled in 1.3.14 again. min-procs is275 more of the number of requests increases you can use min-procs292 "min-procs" => 1,309 2. If not set ``min-procs == max-procs``.318 "min-procs" => 1,
155 counter->min = 0; in InitStatCounter()165 if (counter->min == 0 || value < counter->min) in UpdateStatCounter()166 counter->min = value; in UpdateStatCounter()
392 * 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