Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_proxy.c1203 unsigned long cur_max; in mod_proxy_check_extension() local
1207 cur_max = generate_crc32c(CONST_BUF_LEN(con->uri.path)) + in mod_proxy_check_extension()
1217 cur_max); 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()