Searched refs:xmlParserInputGrow (Results 1 – 11 of 11) sorted by relevance
| /third_party/libxml2/ |
| D | parserInternals.c | 300 xmlParserInputGrow(xmlParserInputPtr in, int len) { in xmlParserInputGrow() function 437 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) { in xmlNextChar() 474 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 483 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 490 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 536 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 615 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlCurrentChar() 622 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlCurrentChar() 629 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlCurrentChar() 669 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlCurrentChar()
|
| D | HTMLparser.c | 314 xmlParserInputGrow(ctxt->input, INPUT_CHUNK) 491 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in htmlCurrentChar() 499 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in htmlCurrentChar() 506 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in htmlCurrentChar() 607 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) { in htmlSkipBlankChars() 615 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in htmlSkipBlankChars()
|
| D | libxml2.syms | 760 xmlParserInputGrow;
|
| D | parser.c | 2102 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \ 2114 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \ 2125 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSHRINK() 2145 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW() 2153 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW() 2164 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \ 2216 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSkipBlankChars() 2282 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlPopInput()
|
| D | elfgcchack.h | 7773 #undef xmlParserInputGrow 7774 extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__int… 7776 #ifndef xmlParserInputGrow 7777 extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hi… 7778 #define xmlParserInputGrow xmlParserInputGrow__internal_alias macro
|
| D | NEWS | 836 Integer signed/unsigned type mismatch in xmlParserInputGrow() (David Kilzer),
|
| D | testapi.c | 14447 ret_val = xmlParserInputGrow(in, len); in test_xmlParserInputGrow()
|
| /third_party/libxml2/include/libxml/ |
| D | parser.h | 836 xmlParserInputGrow (xmlParserInputPtr in,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | parser.rpgle | 849 d xmlParserInputGrow... 850 d pr extproc('xmlParserInputGrow')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1394 xmlParserInputGrow
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 94305 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); 108758 -#undef xmlParserInputGrow 108759 -extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__in… 108761 -#ifndef xmlParserInputGrow 108762 -extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("h… 108763 -#define xmlParserInputGrow xmlParserInputGrow__internal_alias 123580 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); 123846 xmlParserInputGrow(xmlParserInputPtr in, int len) { 123853 @@ -325,22 +308,8 @@ xmlParserInputGrow(xmlParserInputPtr in, int len) {
|