Searched refs:xmlCharEncodingOutputFunc (Results 1 – 10 of 10) sorted by relevance
123 typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen, typedef144 xmlCharEncodingOutputFunc output;179 xmlCharEncodingOutputFunc output);
78 xmlCharEncodingOutputFunc escape);81 xmlCharEncodingOutputFunc escape);
264 xmlCharEncodingOutputFunc escaping);
88 d escape value like(xmlCharEncodingOutputFunc)93 d escape value like(xmlCharEncodingOutputFunc)
115 * xmlCharEncodingOutputFunc:132 d xmlCharEncodingOutputFunc...154 d output like(xmlCharEncodingOutputFunc)198 d output value like(xmlCharEncodingOutputFunc)
328 d escaping value like(xmlCharEncodingOutputFunc)
93 xmlCharEncodingOutputFunc escape; /* used for element content */94 xmlCharEncodingOutputFunc escapeAttr;/* used for attribute content */1110 xmlCharEncodingOutputFunc oldescape = ctxt->escape; in xmlDocContentDumpOutput()1111 xmlCharEncodingOutputFunc oldescapeAttr = ctxt->escapeAttr; in xmlDocContentDumpOutput()2009 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) in xmlSaveSetEscape()2026 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) in xmlSaveSetAttrEscape()
3599 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape()
1311 xmlCharEncodingOutputFunc output) { in xmlNewCharEncodingHandler()
68 <ANCHOR id="xmlCharEncodingOutputFunc" href="libxml/libxml-encoding.html#xmlCharEncodingOutputFunc">