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

/httpd/modules/generators/
H A Dmod_autoindex.c335 autoindex_config_rec *d_cfg = (autoindex_config_rec *) d; local
337 opts = d_cfg->opts;
338 opts_add = d_cfg->incremented_opts;
339 opts_remove = d_cfg->decremented_opts;
418 d_cfg->icon_width = DEFAULT_ICON_WIDTH;
421 d_cfg->icon_width = 0;
428 d_cfg->icon_width = atoi(&w[10]);
432 d_cfg->icon_height = DEFAULT_ICON_HEIGHT;
435 d_cfg->icon_height = 0;
442 d_cfg
529 autoindex_config_rec *d_cfg = (autoindex_config_rec *) m; local
[all...]

Completed in 1089 milliseconds