Searched refs:xmlCharEncodingOutputFunc (Results 1 – 10 of 10) sorted by relevance
123 typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen, typedef149 xmlCharEncodingOutputFunc output;184 xmlCharEncodingOutputFunc output);
78 xmlCharEncodingOutputFunc escape);81 xmlCharEncodingOutputFunc escape);
266 xmlCharEncodingOutputFunc escaping);
96 d escape value like(xmlCharEncodingOutputFunc)102 d escape value like(xmlCharEncodingOutputFunc)
117 * xmlCharEncodingOutputFunc:134 d xmlCharEncodingOutputFunc...156 d output like(xmlCharEncodingOutputFunc)200 d output value like(xmlCharEncodingOutputFunc)
338 d escaping value like(xmlCharEncodingOutputFunc)
92 xmlCharEncodingOutputFunc escape; /* used for element content */93 xmlCharEncodingOutputFunc escapeAttr;/* used for attribute content */1113 xmlCharEncodingOutputFunc oldescape = ctxt->escape; in xmlDocContentDumpOutput()1114 xmlCharEncodingOutputFunc oldescapeAttr = ctxt->escapeAttr; in xmlDocContentDumpOutput()1956 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) in xmlSaveSetEscape()1973 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) in xmlSaveSetAttrEscape()
1330 xmlCharEncodingOutputFunc output) { in xmlNewCharEncodingHandler()
3530 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape()
68 <ANCHOR id="xmlCharEncodingOutputFunc" href="libxml/libxml-encoding.html#xmlCharEncodingOutputFunc">