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

/httpd/modules/generators/
H A Dmod_autoindex.c243 static const char *add_icon(cmd_parms *cmd, void *d, const char *icon, argument
246 char *iconbak = apr_pstrdup(cmd->pool, icon);
248 if (icon[0] == '(') {
566 "an icon URL followed by one or more filenames"),
568 "an icon URL followed by one or more MIME types"),
570 "an icon URL followed by one or more content encodings"),
603 DIR_CMD_PERMS, "an icon URL"),
748 char *icon; member in struct:ent
1284 if (!(p->icon = find_default_icon(d, testpath))) {
1285 p->icon
[all...]

Completed in 32 milliseconds