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

/httpd/modules/generators/
H A Dmod_autoindex.c122 char *default_icon; member in struct:autoindex_config_struct
602 (void *)APR_OFFSETOF(autoindex_config_rec, default_icon),
644 new->default_icon = add->default_icon ? add->default_icon
645 : base->default_icon;
1705 if ((ar[x]->icon) || d->default_icon) {
1709 : d->default_icon),
1795 if ((ar[x]->icon) || d->default_icon) {
1799 : d->default_icon),
[all...]

Completed in 16 milliseconds