Searched refs:usage (Results 1 – 9 of 9) sorted by relevance
87 usage="\127 --help) echo "$usage"; exit $?;;
55 usage="\87 echo "$usage"; exit ;;
71 * 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
37 usage="\69 echo "$usage"; exit ;;
1448 usage='$progpath [OPTION]...'1811 eval \$ECHO \""Usage: $usage"\"1925 eval \$ECHO \""Usage: $usage"\"2022 usage='$progpath [OPTION]... [MODE-ARG]...'
873 # recipes. So use an aggressive probe to check that the usage we want is
14 limiting bandwidth usage
156 int usage; /* fair-balancing needs the no. of connections active on this host */ member
353 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()