Home
last modified time | relevance | path

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

/third_party/libxml2/
DtestReader.c93 printf("%ld bytes consumed by parser\n", xmlTextReaderByteConsumed(reader)); in handleFile()
Dlibxml2.syms2025 xmlTextReaderByteConsumed;
Delfgcchack.h11194 #undef xmlTextReaderByteConsumed
11195 extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed __attribute((alias("xmlTextRe…
11197 #ifndef xmlTextReaderByteConsumed
11198 extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed__internal_alias __attribute((…
11199 #define xmlTextReaderByteConsumed xmlTextReaderByteConsumed__internal_alias macro
Dxmlreader.c5402 xmlTextReaderByteConsumed(xmlTextReaderPtr reader) { in xmlTextReaderByteConsumed() function
DNEWS2176 values handling (Kasimier), add xmlTextReaderByteConsumed (Aron
Dtestapi.c30744 ret_val = xmlTextReaderByteConsumed(reader); in test_xmlTextReaderByteConsumed()
/third_party/libxml2/include/libxml/
Dxmlreader.h316 xmlTextReaderByteConsumed (xmlTextReaderPtr reader);
/third_party/libxml2/os400/libxmlrpg/
Dxmlreader.rpgle515 d xmlTextReaderByteConsumed...
516 d pr extproc('xmlTextReaderByteConsumed')
/third_party/libxml2/win32/
Dlibxml2.def.src1921 xmlTextReaderByteConsumed
/third_party/chromium/patch/
D0001-cve.patch79368 - Aron Stansvik to add xmlTextReaderByteConsumed()
112167 -#undef xmlTextReaderByteConsumed
112168 -extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed __attribute((alias("xmlTextR…
112170 -#ifndef xmlTextReaderByteConsumed
112171 -extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed__internal_alias __attribute(…
112172 -#define xmlTextReaderByteConsumed xmlTextReaderByteConsumed__internal_alias
127148 - printf("%ld bytes consumed by parser\n", xmlTextReaderByteConsumed(reader));