Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h123 typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen, typedef
144 xmlCharEncodingOutputFunc output;
179 xmlCharEncodingOutputFunc output);
Dxmlsave.h78 xmlCharEncodingOutputFunc escape);
81 xmlCharEncodingOutputFunc escape);
DxmlIO.h258 xmlCharEncodingOutputFunc escaping);
/external/libxml2/
Dxmlsave.c89 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()
Dencoding.c1307 xmlCharEncodingOutputFunc output) { in xmlNewCharEncodingHandler()
DxmlIO.c3535 xmlCharEncodingOutputFunc escaping) { in xmlOutputBufferWriteEscape()
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch434 @@ -125,6 +143,13 @@ typedef int (* xmlCharEncodingOutputFunc)(unsigned char *out, int *outlen,