Searched defs:alt (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 224 static const char *add_alt(cmd_parms *cmd, void *d, const char *alt, argument 239 cmd->path, alt); 249 char *alt; local 255 alt = ap_getword_nc(cmd->pool, &iconbak, ','); 257 add_alt(cmd, d, &alt[1], to); 749 char *alt; member in struct:ent 1287 if (!(p->alt = find_default_alt(d, testpath))) { 1288 if (!(p->alt = find_default_alt(d, "^^DIRECTORY^^"))) { 1289 /* Special alt text for parent dir to distinguish it from other directories 1291 p->alt [all...] |
Completed in 1131 milliseconds