Searched refs:total (Results 1 - 10 of 10) sorted by relevance

/httpd/server/
H A Dvhost.c284 unsigned total; local
288 total = 0;
294 /* don't count the slop buckets in the total */
295 ++total;
301 "iphash: total hashed = %u, avg chain = %u, "
303 total, total / IPHASH_TABLE_SIZE);
304 total = 1;
308 total, count[i - 1]);
309 total
[all...]
H A Dutil.c2995 int total; local
3038 total = busy + ready;
3039 if (total) {
3040 ld->idle = ready * 100 / total;
3041 ld->busy = busy * 100 / total;
/httpd/server/mpm/event/
H A Devent.c110 /* Limit on the total --- clients will be locked out if more servers than
233 int count, *total; member in struct:timeout_queue
260 ++*(q)->total; \
267 --*(q)->total; \
276 (q)->total = (b) ? (b)->total : apr_pcalloc((p), sizeof *(q)->total); \
1670 int total = 0, count; local
1676 if (!*q->total) {
1715 total
[all...]
/httpd/support/
H A Dab.c318 apr_int64_t totalread = 0; /* total number of bytes read */
320 apr_int64_t totalposted = 0; /* total number of bytes posted, inc. headers */
866 printf(" %.2f kb/s total\n",
874 apr_time_t totalcon = 0, total = 0, totald = 0, totalwait = 0; local
895 total += s->time;
900 meantot = total / done;
1009 SANE("the total time", meantot, mediantot, sdtot);
1022 /* Sorted on total connect times */
1161 "<td colspan=2 %s>%.2f kb/s total</td></tr>\n",
1169 apr_interval_time_t totalcon = 0, total local
[all...]
H A Dhtcacheclean.c120 apr_off_t total; member in struct:stats
189 tfrag = ((s->total * 10) / KBYTE) % 10;
190 s->total /= KBYTE;
191 if (s->total >= KBYTE) {
193 tfrag = ((s->total * 10) / KBYTE) % 10;
194 s->total /= KBYTE;
235 "total size was %" APR_OFF_T_FMT ".%" APR_OFF_T_FMT "%c, total size now "
236 "%" APR_OFF_T_FMT ".%" APR_OFF_T_FMT "%c" APR_EOL_STR, s->total,
238 apr_file_printf(errfile, "total inode
[all...]
/httpd/modules/cache/
H A Dmod_socache_shmcb.c37 * XXX It should be possible to extend that so that the total cache size can
127 * total size header->subcache_data_size; data inside is referenced
577 unsigned int loop, total = 0, cache_total = 0, non_empty_subcaches = 0; local
592 total += subcache->idx_used;
606 index_pct = (100 * total) / (header->index_num *
614 ctx->shm_size, total);
631 ap_rprintf(r, "total entries stored since starting: <b>%lu</b><br>",
633 ap_rprintf(r, "total entries replaced since starting: <b>%lu</b><br>",
635 ap_rprintf(r, "total entries expired since starting: <b>%lu</b><br>",
637 ap_rprintf(r, "total (pr
[all...]
H A Dmod_cache_socache.c359 apr_size_t total; local
400 /* estimate the total cached size, given current headers */
401 total = len + sizeof(cache_socache_info_t) + strlen(key);
402 if (APR_SUCCESS != store_table(r->headers_out, NULL, dconf->max, &total)
404 &total)) {
408 key, total, dconf->max);
412 if (total >= dconf->max) {
/httpd/server/mpm/netware/
H A Dmpm_netware.c91 /* Limit on the total --- clients will be locked out if more servers than
696 "%d total children", idle_spawn_rate,
723 int i, status, total=0; local
786 total+=status_array[i];
788 printf ("Total Running:\t%d\tout of: \t%d\n", total, ap_threads_limit);
/httpd/modules/generators/
H A Dmod_cgid.c1306 apr_interval_time_t total = 0; local
1323 total = total + interval;
1327 } while (total < max_wait);
/httpd/modules/ssl/
H A Dssl_engine_io.c1585 * only data buckets with known length, and must be of a total
1812 apr_off_t total = 0; /* total length buffered */ local
1862 total += len;
1877 "total of %" APR_OFF_T_FMT " bytes in buffer, eos=%d",
1878 total, eos);
1881 if (total > maxlen) {

Completed in 305 milliseconds