Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dencoding.h221 xmlCharEncOutFunc (xmlCharEncodingHandler *handler,
/external/libxml2/
DxmlIO.c2292 xmlCharEncOutFunc(encoder, ret->conv, NULL); in xmlAllocOutputBuffer()
2347 xmlCharEncOutFunc(encoder, ret->conv, NULL); in xmlAllocOutputBufferInternal()
3227 ret = xmlCharEncOutFunc(out->encoder, out->conv, out->buffer); in xmlOutputBufferWrite()
3416 ret = xmlCharEncOutFunc(out->encoder, out->conv, out->buffer); in xmlOutputBufferWriteEscape()
3520 nbchars = xmlCharEncOutFunc(out->encoder, out->conv, out->buffer); in xmlOutputBufferFlush()
Dencoding.c2118 xmlCharEncOutFunc(xmlCharEncodingHandler *handler, xmlBufferPtr out, in xmlCharEncOutFunc() function
Dxmlsave.c479 xmlCharEncOutFunc(buf->encoder, buf->conv, NULL); in xmlSaveSwitchEncoding()
Delfgcchack.h1905 #undef xmlCharEncOutFunc
1906 extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc __attribute((alias("xmlCharEncOutFunc__intern…
1908 #ifndef xmlCharEncOutFunc
1909 extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc__internal_alias __attribute((visibility("hidd…
1910 #define xmlCharEncOutFunc xmlCharEncOutFunc__internal_alias macro
Dxmlwriter.c551 xmlCharEncOutFunc(encoder, writer->out->conv, NULL); in xmlTextWriterStartDocument()
/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch342 "xmlCharEncOutFunc: no output function !\n", NULL);