Home
last modified time | relevance | path

Searched refs:xmlCharEncodingOutputFunc (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dencoding.h123 typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen, typedef
149 xmlCharEncodingOutputFunc output;
184 xmlCharEncodingOutputFunc output);
Dxmlsave.h78 xmlCharEncodingOutputFunc escape);
81 xmlCharEncodingOutputFunc escape);
DxmlIO.h264 xmlCharEncodingOutputFunc escaping);
/external/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle96 d escape value like(xmlCharEncodingOutputFunc)
102 d escape value like(xmlCharEncodingOutputFunc)
Dencoding.rpgle117 * xmlCharEncodingOutputFunc:
134 d xmlCharEncodingOutputFunc...
156 d output like(xmlCharEncodingOutputFunc)
200 d output value like(xmlCharEncodingOutputFunc)
DxmlIO.rpgle338 d escaping value like(xmlCharEncodingOutputFunc)
/external/libxml2/
Dxmlsave.c93 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()
Dencoding.c1320 xmlCharEncodingOutputFunc output) { in xmlNewCharEncodingHandler()
DxmlIO.c3498 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape()
/external/libxml2/doc/html/
Dindex.sgml68 <ANCHOR id="xmlCharEncodingOutputFunc" href="libxml/libxml-encoding.html#xmlCharEncodingOutputFunc">