Searched refs:xmlParserInputBufferRead (Results 1 – 11 of 11) sorted by relevance
| /third_party/libxml2/include/libxml/ |
| D | xmlIO.h | 190 xmlParserInputBufferRead (xmlParserInputBufferPtr in,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | xmlIO.rpgle | 217 d xmlParserInputBufferRead... 218 d pr extproc('xmlParserInputBufferRead')
|
| /third_party/libxml2/ |
| D | libxml2.syms | 616 xmlParserInputBufferRead;
|
| D | xmlreader.c | 928 val = xmlParserInputBufferRead(reader->input, 4096); in xmlTextReaderPushData() 2200 xmlParserInputBufferRead(input, 4); in xmlNewTextReader() 5271 xmlParserInputBufferRead(input, 4); in xmlTextReaderSetup()
|
| D | parserInternals.c | 394 xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK); in xmlParserInputShrink()
|
| D | xinclude.c | 1906 while (xmlParserInputBufferRead(buf, 128) > 0) { in xmlXIncludeLoadTxt()
|
| D | elfgcchack.h | 7763 #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
|
| D | xmlIO.c | 3339 xmlParserInputBufferRead(xmlParserInputBufferPtr in, int len) { in xmlParserInputBufferRead() function
|
| D | testapi.c | 29195 ret_val = xmlParserInputBufferRead(in, len); in test_xmlParserInputBufferRead()
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1393 xmlParserInputBufferRead
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 108748 -#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);
|