Searched defs:autoindex_config_rec (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/generators/
H A Dmod_autoindex.c147 } autoindex_config_rec; typedef in typeref:struct:autoindex_config_struct
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 *)
[all...]

Completed in 241 milliseconds