Searched refs:xmlByteConsumed (Results 1 – 6 of 6) sorted by relevance
366 @@ -2212,6 +2432,22 @@ xmlByteConsumed(xmlParserCtxtPtr ctxt) {389 @@ -2223,8 +2459,9 @@ xmlByteConsumed(xmlParserCtxtPtr ctxt) {
1067 xmlByteConsumed (xmlParserCtxtPtr ctxt);
1465 long bytesProcessed = xmlByteConsumed(context()); in appendFragmentSource()
2387 xmlByteConsumed(xmlParserCtxtPtr ctxt) { in xmlByteConsumed() function
1567 #undef xmlByteConsumed1568 extern __typeof (xmlByteConsumed) xmlByteConsumed __attribute((alias("xmlByteConsumed__internal_ali…1570 #ifndef xmlByteConsumed1571 extern __typeof (xmlByteConsumed) xmlByteConsumed__internal_alias __attribute((visibility("hidden")…1572 #define xmlByteConsumed xmlByteConsumed__internal_alias macro
5106 return(xmlByteConsumed(reader->ctxt)); in xmlTextReaderByteConsumed()