autoindex_config_rec  158 modules/generators/mod_autoindex.c     autoindex_config_rec *d;
autoindex_config_rec  160 modules/generators/mod_autoindex.c     d = (autoindex_config_rec *) ap_get_module_config(r->per_dir_config,
autoindex_config_rec  223 modules/generators/mod_autoindex.c     push_item(((autoindex_config_rec *) d)->alt_list, cmd->info, to,
autoindex_config_rec  255 modules/generators/mod_autoindex.c     push_item(((autoindex_config_rec *) d)->icon_list, cmd->info, to,
autoindex_config_rec  285 modules/generators/mod_autoindex.c     autoindex_config_rec *dcfg = (autoindex_config_rec *) d;
autoindex_config_rec  308 modules/generators/mod_autoindex.c     push_item(((autoindex_config_rec *) d)->ign_list, 0, ext, cmd->path, NULL);
autoindex_config_rec  314 modules/generators/mod_autoindex.c     push_item(((autoindex_config_rec *) d)->hdr_list, 0, NULL, cmd->path,
autoindex_config_rec  321 modules/generators/mod_autoindex.c     push_item(((autoindex_config_rec *) d)->rdme_list, 0, NULL, cmd->path,
autoindex_config_rec  334 modules/generators/mod_autoindex.c     autoindex_config_rec *d_cfg = (autoindex_config_rec *) d;
autoindex_config_rec  525 modules/generators/mod_autoindex.c     autoindex_config_rec *d_cfg = (autoindex_config_rec *) m;
autoindex_config_rec  592 modules/generators/mod_autoindex.c                   (void *)APR_OFFSETOF(autoindex_config_rec, default_icon),
autoindex_config_rec  595 modules/generators/mod_autoindex.c                   (void *)APR_OFFSETOF(autoindex_config_rec, style_sheet),
autoindex_config_rec  602 modules/generators/mod_autoindex.c     autoindex_config_rec *new =
autoindex_config_rec  603 modules/generators/mod_autoindex.c     (autoindex_config_rec *) apr_pcalloc(p, sizeof(autoindex_config_rec));
autoindex_config_rec  628 modules/generators/mod_autoindex.c     autoindex_config_rec *new;
autoindex_config_rec  629 modules/generators/mod_autoindex.c     autoindex_config_rec *base = (autoindex_config_rec *) basev;
autoindex_config_rec  630 modules/generators/mod_autoindex.c     autoindex_config_rec *add = (autoindex_config_rec *) addv;
autoindex_config_rec  632 modules/generators/mod_autoindex.c     new = (autoindex_config_rec *) apr_pcalloc(p, sizeof(autoindex_config_rec));
autoindex_config_rec 2246 modules/generators/mod_autoindex.c     autoindex_config_rec *d;
autoindex_config_rec 2255 modules/generators/mod_autoindex.c     d = (autoindex_config_rec *) ap_get_module_config(r->per_dir_config,