/httpd/modules/loggers/ |
H A D | mod_log_config.h | 51 int nelts,
|
H A D | mod_log_config.c | 185 int nelts, 191 int nelts, 487 if (!elts->nelts) { 492 t_end = t_elt + elts->nelts; 1090 if (item->conditions && item->conditions->nelts != 0) { 1095 for (i = 0; i < item->conditions->nelts; ++i) { 1170 strs = apr_palloc(r->pool, sizeof(char *) * (format->nelts)); 1171 strl = apr_palloc(r->pool, sizeof(int) * (format->nelts)); 1182 for (i = 0; i < format->nelts; ++i) { 1186 for (i = 0; i < format->nelts; 1621 ap_default_log_writer( request_rec *r, void *handle, const char **strs, int *strl, int nelts, apr_size_t len) argument 1757 ap_buffered_log_writer(request_rec *r, void *handle, const char **strs, int *strl, int nelts, apr_size_t len) argument [all...] |
/httpd/modules/core/ |
H A D | mod_macro.c | 241 int nelts = macro->arguments->nelts; local 244 for (i = 0; i < nelts; i++) { 262 for (j = i + 1; j < nelts; j++) { 300 for (i = 0; i < array->nelts; i++) { 395 for (i = 0; i < args->nelts; i++) { 427 ap_assert(used->nalloc >= replacements->nelts); 465 *result = apr_array_make(pool, contents->nelts, sizeof(char *)); 469 for (i = 0; i < contents->nelts; i++) { 496 int nelts local [all...] |
H A D | mod_so.c | 209 for (i = 0; i < sconf->loaded_modules->nelts; i++) { 353 for (i = 0; i < sconf->loaded_modules->nelts; i++) { 391 for (i = 0; i < sconf->loaded_modules->nelts; i++) {
|
/httpd/modules/mappers/ |
H A D | mod_speling.c | 359 if (candidates->nelts != 0) { 368 qsort((void *) candidates->elts, candidates->nelts, 379 && (candidates->nelts == 1 424 t = apr_array_make(sub_pool, candidates->nelts * 8 + 8, 426 v = apr_array_make(sub_pool, candidates->nelts * 5, 440 for (i = 0; i < candidates->nelts; ++i) { 472 if (i > 0 && i < candidates->nelts - 1 504 r->uri, candidates->nelts,
|
H A D | mod_negotiation.c | 586 for (i = 0; i < new->accepts->nelts; ++i) { 1206 int nexcept = exception_list->nelts; 1258 neg->avail_vars->nelts = 0; 1293 if (anymatch && !neg->avail_vars->nelts) { 1311 qsort((void *) neg->avail_vars->elts, neg->avail_vars->nelts, 1462 for (i = 0; i < accept_langs->nelts; ++i) { 1493 for (j = 0; j < neg->avail_vars->nelts; ++j) { 1496 variant->content_languages->nelts) { 1544 if (!variant->content_languages || !variant->content_languages->nelts) { 1583 for (j = 0; j < variant->content_languages->nelts; [all...] |
/httpd/modules/proxy/examples/ |
H A D | mod_lbmethod_rr.c | 75 for (i = 0; i < balancer->workers->nelts; i++, worker++) { 96 if (ctx->index >= balancer->workers->nelts) {
|
/httpd/server/ |
H A D | request.c | 565 int num_sec = sconf->sec_dir->nelts; 724 if (cache->walked->nelts) { 726 [cache->walked->nelts - 1].merged; 734 int matches = cache->walked->nelts; 946 cache->walked->nelts -= matches; 1015 cache->walked->nelts -= matches; 1211 if (entry_core->refs && entry_core->refs->nelts) { 1215 nmatch = entry_core->refs->nelts; 1253 cache->walked->nelts -= matches; 1281 cache->walked->nelts [all...] |
H A D | apreq_util.c | 454 struct iovec *v, int nelts) 461 while (n < nelts) { 478 if (++n == nelts) { 607 const int n = arr->nelts; 703 int *nelts, apr_size_t *bytes_written) 713 s = apr_file_writev(f, v, *nelts, &len); 731 while (n < *nelts && len >= (apr_size_t)v[n].iov_len) 737 while (n < *nelts && len >= v[n].iov_len) 744 while (n < *nelts && len >= v[n].iov_len) 748 if (n == *nelts) { 702 apreq_fwritev(apr_file_t *f, struct iovec *v, int *nelts, apr_size_t *bytes_written) argument [all...] |
H A D | apreq_param.c | 206 arr = apr_array_make(p, apr_table_elts(t)->nelts, 220 apreq_param_t **const end = elt + arr->nelts; 221 if (arr->nelts == 0)
|
/httpd/server/mpm/worker/ |
H A D | fdqueue.c | 233 #define ap_queue_full(queue) ((queue)->nelts == (queue)->bounds) 239 #define ap_queue_empty(queue) ((queue)->nelts == 0) 276 queue->nelts = 0; 313 queue->nelts++; 363 queue->nelts--;
|
H A D | fdqueue.h | 58 unsigned int nelts; member in struct:fd_queue_t
|
/httpd/modules/metadata/ |
H A D | mod_env.c | 75 for (i = 0; i < arr->nelts; ++i) { 84 for (i = 0; i < arr->nelts; ++i) {
|
/httpd/modules/proxy/balancers/ |
H A D | mod_lbmethod_bybusyness.c | 61 for (i = 0; i < balancer->workers->nelts; i++, worker++) { 126 for (i = 0; i < balancer->workers->nelts; i++, worker++) {
|
H A D | mod_lbmethod_byrequests.c | 104 for (i = 0; i < balancer->workers->nelts; i++, worker++) { 157 for (i = 0; i < balancer->workers->nelts; i++, worker++) {
|
H A D | mod_lbmethod_bytraffic.c | 76 for (i = 0; i < balancer->workers->nelts; i++, worker++) { 129 for (i = 0; i < balancer->workers->nelts; i++, worker++) {
|
/httpd/include/ |
H A D | ap_regkey.h | 193 * @param nelts The string elements to store in a REG_MULTI_SZ string array 199 int nelts,
|
/httpd/server/mpm/winnt/ |
H A D | service.c | 415 mpm_new_argv->nalloc = mpm_new_argv->nelts + argc - 1; 420 mpm_new_argv->elt_size * mpm_new_argv->nelts); 423 memcpy (cmb_data + mpm_new_argv->nelts, argv + 1, 426 cmb = cmb_data + mpm_new_argv->nelts; 438 mpm_new_argv->nelts = mpm_new_argv->nalloc; 485 mpm_new_argv->nalloc = mpm_new_argv->nelts + argc - 1; 490 mpm_new_argv->elt_size * mpm_new_argv->nelts); 493 memcpy (cmb_data + mpm_new_argv->nelts, argv + 1, 498 mpm_new_argv->nelts = mpm_new_argv->nalloc; 634 if (!svc_args || svc_args->nelts [all...] |
/httpd/server/mpm/event/ |
H A D | fdqueue.c | 296 #define ap_queue_full(queue) ((queue)->nelts == (queue)->bounds) 302 #define ap_queue_empty(queue) ((queue)->nelts == 0 && APR_RING_EMPTY(&queue->timers ,timer_event_t, link)) 343 queue->nelts = 0; 383 queue->nelts++; 463 queue->nelts--;
|
H A D | fdqueue.h | 79 unsigned int nelts; member in struct:fd_queue_t
|
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 117 for (i = 0; i < balancer->workers->nelts; i++) { 133 if (!balancer->s->max_attempts_set && balancer->workers->nelts > 1) { 134 balancer->s->max_attempts = balancer->workers->nelts - 1; 216 for (i = 0; i < balancer->workers->nelts; i++, workers++) { 414 for (i = 0; i < balancer->workers->nelts; i++, worker++) { 432 for (i = 0; i < balancer->workers->nelts; i++, worker++) { 506 for (i = 0; i < (*balancer)->workers->nelts; i++) { 531 for (i = 0; i < (*balancer)->workers->nelts; i++) { 559 if ((*balancer)->workers->nelts) { 639 for (i = 0; i < balancer->errstatuses->nelts; [all...] |
/httpd/os/win32/ |
H A D | ap_regkey.c | 527 int nelts, 547 for (i = 0; i < nelts; ++i) { 550 if (!nelts) { 557 for (i = 0; i < nelts; ++i) { 567 if (!nelts) { 585 for (i = 0; i < nelts; ++i) { 588 if (!nelts) { 593 for (i = 0; i < nelts; ++i) { 598 if (!nelts) {
|
/httpd/modules/http/ |
H A D | http_protocol.c | 1045 && (r->allowed_methods->method_list->nelts != 0)) { 1546 AP_DECLARE(ap_method_list_t *) ap_make_method_list(apr_pool_t *p, int nelts) argument 1552 ml->method_list = apr_array_make(p, nelts, sizeof(char *)); 1569 for (i = 0; i < src->method_list->nelts; ++i) { 1596 if ((l->method_list == NULL) || (l->method_list->nelts == 0)) { 1600 for (i = 0; i < l->method_list->nelts; ++i) { 1630 if (l->method_list->nelts != 0) { 1632 for (i = 0; i < l->method_list->nelts; ++i) { 1663 if (l->method_list->nelts != 0) { 1666 for (i = 0; i < l->method_list->nelts; ) { [all...] |
/httpd/modules/generators/ |
H A D | mod_info.c | 370 for (i = 0; i < hooks->nelts; i++) { 419 for (i = 0; i < conf->more_info->nelts; i++) { 652 for (i = 0; i < hooks->nelts; i++) { 723 qsort(groups->elts, groups->nelts, sizeof(ap_list_provider_groups_t), 727 for (i = 0; i < groups->nelts; i++) { 738 qsort(names->elts, names->nelts, sizeof(ap_list_provider_names_t), 740 for (j = 0; j < names->nelts; j++) { 765 qsort(arr->elts, arr->nelts, sizeof(module *), cmp_module_name); 817 for (i = 0; i < modules->nelts; i++) { 821 if (i < modules->nelts) { [all...] |
/httpd/modules/ssl/ |
H A D | ssl_ct_sct.c | 51 int nelts = log_config->nelts; local 57 for (i = 0; i < nelts; i++) {
|