Lines Matching defs:nelts
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)
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; ) {
1668 for (j = i, k = i + 1; k < l->method_list->nelts; ++j, ++k) {
1671 --l->method_list->nelts;
1686 l->method_list->nelts = 0;