Home
last modified time | relevance | path

Searched refs:xmlByteConsumed (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/patches/
D0001-Add-ICU-support-for-libxml.patch366 @@ -2212,6 +2432,22 @@ xmlByteConsumed(xmlParserCtxtPtr ctxt) {
389 @@ -2223,8 +2459,9 @@ xmlByteConsumed(xmlParserCtxtPtr ctxt) {
/external/libxml2/include/libxml/
Dparser.h1067 xmlByteConsumed (xmlParserCtxtPtr ctxt);
/external/webkit/Source/WebCore/dom/
DXMLDocumentParserLibxml2.cpp1465 long bytesProcessed = xmlByteConsumed(context()); in appendFragmentSource()
/external/libxml2/
Dencoding.c2387 xmlByteConsumed(xmlParserCtxtPtr ctxt) { in xmlByteConsumed() function
Delfgcchack.h1567 #undef xmlByteConsumed
1568 extern __typeof (xmlByteConsumed) xmlByteConsumed __attribute((alias("xmlByteConsumed__internal_ali…
1570 #ifndef xmlByteConsumed
1571 extern __typeof (xmlByteConsumed) xmlByteConsumed__internal_alias __attribute((visibility("hidden")…
1572 #define xmlByteConsumed xmlByteConsumed__internal_alias macro
Dxmlreader.c5106 return(xmlByteConsumed(reader->ctxt)); in xmlTextReaderByteConsumed()