Searched refs:xmlParserInputGrow (Results 1 – 8 of 8) sorted by relevance
/external/libxml2/ |
D | parserInternals.c | 300 xmlParserInputGrow(xmlParserInputPtr in, int len) { in xmlParserInputGrow() function 437 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) { in xmlNextChar() 476 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 485 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 492 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 527 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 542 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlNextChar() 547 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlNextChar() 627 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlCurrentChar() 634 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlCurrentChar() [all …]
|
D | libxml2.syms | 760 xmlParserInputGrow;
|
D | parser.c | 2042 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \ 2057 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \ 2069 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlSHRINK() 2089 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW() 2097 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlGROW() 2110 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \ 2162 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSkipBlankChars() 2215 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) in xmlPopInput()
|
D | elfgcchack.h | 7763 #undef xmlParserInputGrow 7764 extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__int… 7766 #ifndef xmlParserInputGrow 7767 extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hi… 7768 #define xmlParserInputGrow xmlParserInputGrow__internal_alias macro
|
D | testapi.c | 14361 ret_val = xmlParserInputGrow(in, len); in test_xmlParserInputGrow()
|
/external/libxml2/include/libxml/ |
D | parser.h | 834 xmlParserInputGrow (xmlParserInputPtr in,
|
/external/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 849 d xmlParserInputGrow... 850 d pr extproc('xmlParserInputGrow')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1393 xmlParserInputGrow
|