Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dinstall-sh87 usage="\
127 --help) echo "$usage"; exit $?;;
H A Dconfig.sub55 usage="\
87 echo "$usage"; exit ;;
H A DNEWS71 * Fix mod_proxy HUP handling (send final chunk, fix usage counter)
223 * Backup errno for later usage (reported by Guido Reina via mailinglist)
233 * Fix 100% cpu usage if time() < 0 (thx to gaspa and cate, fixes #1964)
268 * Optimized buffer usage in mod_proxy (fixes #1850)
279 * Fix max-connection limit handling/100% cpu usage (fixes #1436)
428 * fixed prctl() usage (#1310)
702 * fixed mem-usage for large FastCGI transfers
H A Dconfig.guess37 usage="\
69 echo "$usage"; exit ;;
H A Dltmain.sh1448 usage='$progpath [OPTION]...'
1811 eval \$ECHO \""Usage: $usage"\"
1925 eval \$ECHO \""Usage: $usage"\"
2022 usage='$progpath [OPTION]... [MODE-ARG]...'
H A Daclocal.m4873 # recipes. So use an aggressive probe to check that the usage we want is
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dtraffic-shaping.txt14 limiting bandwidth usage
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Darray.h156 int usage; /* fair-balancing needs the no. of connections active on this host */ member
H A Dmod_proxy.c353 hctx->host->usage--; in proxy_connection_close()
1241 if (host->usage < max_usage) { in mod_proxy_check_extension()
1242 max_usage = host->usage; in mod_proxy_check_extension()
1312 host->usage++; in mod_proxy_check_extension()