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

/httpd/modules/generators/
H A Dmod_autoindex.c2003 autoindex_config_rec *autoindex_conf)
2016 apr_int32_t autoindex_opts = autoindex_conf->opts;
2031 if (autoindex_conf->ctype) {
2032 ctype = autoindex_conf->ctype;
2034 if (autoindex_conf->charset) {
2035 charset = autoindex_conf->charset;
2066 keyid = autoindex_conf->default_keyid
2067 ? autoindex_conf->default_keyid : K_NAME;
2068 direction = autoindex_conf->default_direction
2069 ? autoindex_conf
2002 index_directory(request_rec *r, autoindex_config_rec *autoindex_conf) argument
[all...]

Completed in 17 milliseconds