Lines Matching refs:etext
524 char *ehref, *etext;
531 etext = ap_escape_html(r->pool, text);
534 ap_rvputs(r, "<pre>(Default) <a href=\"", ehref, "\">", etext,
538 ap_rvputs(r, "<pre>(Default) <a href=\"", ehref, "\">", etext,
542 ap_rvputs(r, "<a href=\"", ehref, "\">", etext, "</a>", NULL);
549 char *ehref, *etext;
556 etext = ap_escape_html(r->pool, text);
559 ap_rvputs(r, "<pre> <a href=\"", ehref, "\">", etext,
563 ap_rvputs(r, "<pre> <a href=\"", ehref, "\">", etext,
567 ap_rvputs(r, "<a href=\"", ehref, "\">", etext, "</a>", NULL);