Home
last modified time | relevance | path

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

/third_party/libxml2/
DparserInternals.c300 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()
DHTMLparser.c314 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()
Dlibxml2.syms760 xmlParserInputGrow;
Dparser.c2102 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()
Delfgcchack.h7773 #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
DNEWS836 Integer signed/unsigned type mismatch in xmlParserInputGrow() (David Kilzer),
Dtestapi.c14447 ret_val = xmlParserInputGrow(in, len); in test_xmlParserInputGrow()
/third_party/libxml2/include/libxml/
Dparser.h836 xmlParserInputGrow (xmlParserInputPtr in,
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle849 d xmlParserInputGrow...
850 d pr extproc('xmlParserInputGrow')
/third_party/libxml2/win32/
Dlibxml2.def.src1394 xmlParserInputGrow
/third_party/chromium/patch/
D0001-cve.patch94305 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) {