Searched refs:pcharacters (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dmod_proxy_html.c158 static void pcharacters(void *ctxt, const xmlChar *uchars, int length) function
652 /* write the attribute, using pcharacters to html-escape
656 pcharacters(ctx, (const xmlChar*)ctx->buf, strlen(ctx->buf));
1282 sax.characters = pcharacters;

Completed in 14 milliseconds