Searched refs:anchor (Results 1 - 2 of 2) 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...] |
/httpd/support/ |
H A D | htcacheclean.c | 113 static APR_RING_ENTRY(_entry) root; /* ENTRY ring anchor */ 607 APR_RING_ENTRY(_direntry) anchor; 613 APR_RING_INIT(&anchor, _direntry, link); 629 APR_RING_INSERT_TAIL(&anchor, d, _direntry, link); 641 for (d = APR_RING_FIRST(&anchor); 642 !interrupted && d != APR_RING_SENTINEL(&anchor, _direntry, link);
|
Completed in 659 milliseconds