Searched defs:nelts (Results 1 - 9 of 9) sorted by relevance
/httpd/server/mpm/worker/ |
H A D | fdqueue.h | 58 unsigned int nelts; member in struct:fd_queue_t
|
/httpd/server/mpm/event/ |
H A D | fdqueue.h | 79 unsigned int nelts; member in struct:fd_queue_t
|
/httpd/modules/ssl/ |
H A D | ssl_ct_sct.c | 51 int nelts = log_config->nelts; local 57 for (i = 0; i < nelts; i++) {
|
/httpd/modules/loggers/ |
H A D | mod_journald.c | 183 int nelts, 195 for (i = 0, s = str; i < nelts - 1; ++i) { 179 journald_log_writer(request_rec *r, void *handle, const char **strs, int *strl, int nelts, apr_size_t len) argument
|
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/server/ |
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 | core.c | 601 if (conf->sec_if->nelts > 0) { 604 conf->sec_if->nelts - 1, 670 int nelts; local 677 nelts = sec_dir->nelts; 680 if (!nelts) { 691 sortbin = apr_palloc(tmp, sec_dir->nelts * sizeof(*sortbin)); 692 for (i = 0; i < nelts; ++i) { 697 qsort(sortbin, nelts, sizeof(*sortbin), reorder_sorter); 700 for (i = 0; i < nelts; [all...] |
/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/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...] |
Completed in 60 milliseconds