Home
last modified time | relevance | path

Searched refs:xmlParserInputBufferRead (Results 1 – 11 of 11) sorted by relevance

/third_party/libxml2/include/libxml/
DxmlIO.h190 xmlParserInputBufferRead (xmlParserInputBufferPtr in,
/third_party/libxml2/os400/libxmlrpg/
DxmlIO.rpgle217 d xmlParserInputBufferRead...
218 d pr extproc('xmlParserInputBufferRead')
/third_party/libxml2/
Dlibxml2.syms616 xmlParserInputBufferRead;
Dxmlreader.c928 val = xmlParserInputBufferRead(reader->input, 4096); in xmlTextReaderPushData()
2200 xmlParserInputBufferRead(input, 4); in xmlNewTextReader()
5271 xmlParserInputBufferRead(input, 4); in xmlTextReaderSetup()
DparserInternals.c394 xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK); in xmlParserInputShrink()
Dxinclude.c1906 while (xmlParserInputBufferRead(buf, 128) > 0) { in xmlXIncludeLoadTxt()
Delfgcchack.h7763 #undef xmlParserInputBufferRead
7764 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserIn…
7766 #ifndef xmlParserInputBufferRead
7767 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((vi…
7768 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias macro
DxmlIO.c3339 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { in xmlParserInputBufferRead() function
Dtestapi.c29195 ret_val = xmlParserInputBufferRead(in, len); in test_xmlParserInputBufferRead()
/third_party/libxml2/win32/
Dlibxml2.def.src1393 xmlParserInputBufferRead
/third_party/chromium/patch/
D0001-cve.patch108748 -#undef xmlParserInputBufferRead
108749 -extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserI…
108751 -#ifndef xmlParserInputBufferRead
108752 -extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((v…
108753 -#define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
123912 - xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK);
123922 + xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK);