Lines Matching defs:list
589 "Reset the inherited list of IndexIgnore filenames"),
760 char *path, apr_array_header_t *list, int path_only)
762 struct item *items = (struct item *) list->elts;
765 for (i = 0; i < list->nelts; ++i) {
802 static char *find_item_by_request(request_rec *r, apr_array_header_t *list, int path_only)
805 r->content_encoding, r->filename, list, path_only);
814 * Look through the list of pattern/description pairs and return the first one
830 ai_desc_t *list = (ai_desc_t *) dcfg->desc_list->elts;
845 ai_desc_t *tuple = &list[i];
871 apr_array_header_t *list = d->ign_list;
872 struct item *items = (struct item *) list->elts;
883 for (i = 0; i < list->nelts; ++i) {
2198 * linked list and then arrayificate them so qsort can use them.