Searched refs:xmlCharEncodingOutputFunc (Results 1 – 7 of 7) sorted by relevance
123 typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen, typedef144 xmlCharEncodingOutputFunc output;179 xmlCharEncodingOutputFunc output);
78 xmlCharEncodingOutputFunc escape);81 xmlCharEncodingOutputFunc escape);
258 xmlCharEncodingOutputFunc escaping);
89 xmlCharEncodingOutputFunc escape; /* used for element content */90 xmlCharEncodingOutputFunc escapeAttr;/* used for attribute content */1015 xmlCharEncodingOutputFunc oldescape = ctxt->escape; in xmlDocContentDumpOutput()1016 xmlCharEncodingOutputFunc oldescapeAttr = ctxt->escapeAttr; in xmlDocContentDumpOutput()1910 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) in xmlSaveSetEscape()1927 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) in xmlSaveSetAttrEscape()
1307 xmlCharEncodingOutputFunc output) { in xmlNewCharEncodingHandler()
3535 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape()
434 @@ -125,6 +143,13 @@ typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen,