Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/
H A Dcore.c152 counter->cnt = 0; in InitStatCounter()
153 counter->sum = 0; in InitStatCounter()
154 counter->max = 0; in InitStatCounter()
155 counter->min = 0; in InitStatCounter()
161 counter->cnt++; in UpdateStatCounter()
162 counter->sum += value; in UpdateStatCounter()
163 if (value > counter->max) in UpdateStatCounter()
164 counter->max = value; in UpdateStatCounter()
165 if (counter->min == 0 || value < counter->min) in UpdateStatCounter()
166 counter->min = value; in UpdateStatCounter()
[all …]
/mOS-networking-stack/
H A Dsetup.sh96 counter=0
108 let "counter=$counter + 1"
180 while [ $start -lt $counter ]
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dmagnet.txt379 magnet.attract-raw-url-to = server.docroot + "/counter.lua"
381 counter.lua ::
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_magnet.c418 int counter = luaL_checkint(L, 3); in magnet_status_set() local
425 status_counter_set(srv, key, key_len, counter); in magnet_status_set()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS71 * Fix mod_proxy HUP handling (send final chunk, fix usage counter)
176 …* mod_fastcgi: Fix host->active_procs counter, return 503 if connect wasn't successful after 5 tri…
422 * fixed counter overrun in ?auto in mod_status (#909)
916 * fixed request counter in the rrdtool module
H A Dltmain.sh10639 counter=1
10650 newobj=lt$counter-$objbase
10651 func_arith $counter + 1
10652 counter=$func_arith_result