Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_proxy.c1115 unsigned long last_max = ULONG_MAX; in mod_proxy_check_extension() local
1201 for (k = 0, ndx = -1, last_max = ULONG_MAX; k < extension->value->used; k++) { in mod_proxy_check_extension()
1220 if ((last_max == ULONG_MAX) || /* first round */ in mod_proxy_check_extension()
1221 (cur_max > last_max)) { in mod_proxy_check_extension()
1222 last_max = cur_max; in mod_proxy_check_extension()