Lines Matching defs:autoindex_config_rec

147 } autoindex_config_rec;
170 autoindex_config_rec *d;
172 d = (autoindex_config_rec *) ap_get_module_config(r->per_dir_config,
238 push_item(((autoindex_config_rec *) d)->alt_list, cmd->info, to,
270 push_item(((autoindex_config_rec *) d)->icon_list, cmd->info, to,
300 autoindex_config_rec *dcfg = (autoindex_config_rec *) d;
323 push_item(((autoindex_config_rec *) d)->ign_list, 0, ext, cmd->path, NULL);
335 autoindex_config_rec *d_cfg = (autoindex_config_rec *) d;
529 autoindex_config_rec *d_cfg = (autoindex_config_rec *) m;
587 (void *)APR_OFFSETOF(autoindex_config_rec, ign_noinherit),
593 (void *)APR_OFFSETOF(autoindex_config_rec, header),
596 (void *)APR_OFFSETOF(autoindex_config_rec, readme),
602 (void *)APR_OFFSETOF(autoindex_config_rec, default_icon),
605 (void *)APR_OFFSETOF(autoindex_config_rec, style_sheet),
608 (void *)APR_OFFSETOF(autoindex_config_rec, head_insert),
615 autoindex_config_rec *new =
616 (autoindex_config_rec *) apr_pcalloc(p, sizeof(autoindex_config_rec));
639 autoindex_config_rec *new;
640 autoindex_config_rec *base = (autoindex_config_rec *) basev;
641 autoindex_config_rec *add = (autoindex_config_rec *) addv;
643 new = (autoindex_config_rec *) apr_pcalloc(p, sizeof(autoindex_config_rec));
827 static char *find_desc(autoindex_config_rec *dcfg, const char *filename_full)
869 static int ignore_entry(autoindex_config_rec *d, char *path)
1001 autoindex_config_rec *d;
1105 d = (autoindex_config_rec *) ap_get_module_config(r->per_dir_config, &autoindex_module);
1248 autoindex_config_rec *d,
1301 autoindex_config_rec *d,
1415 static char *terminate_description(autoindex_config_rec *d, char *desc,
1501 autoindex_config_rec *d, request_rec *r,
2003 autoindex_config_rec *autoindex_conf)
2274 autoindex_config_rec *d;
2283 d = (autoindex_config_rec *) ap_get_module_config(r->per_dir_config,