Searched defs:anchor (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/generators/ |
H A D | mod_autoindex.c | 1470 * Emit the anchor for the specified field. If a field is the key for the 1474 static void emit_link(request_rec *r, const char *anchor, char column, argument 1493 "\">", anchor, "</a>", NULL); 1496 ap_rputs(anchor, r); 1669 char *anchor, *t, *t2; local 1675 anchor = ap_escape_html(scratch, ap_os_escape_path(scratch, t, 0)); 1703 ap_rvputs(r, "<a href=\"", anchor, "\">", NULL); 1735 ap_rvputs(r, "<td", (d->style_sheet != NULL) ? " class=\"indexcolname\">" : ">", "<a href=\"", anchor, "\">", 1749 ap_rvputs(r, "<td", (d->style_sheet != NULL) ? " class=\"indexcolname\">" : ">", "<a href=\"", anchor, "\">", 1793 ap_rvputs(r, "<a href=\"", anchor, "\">", NUL [all...] |
Completed in 490 milliseconds