Searched refs:xmlParserInputGrow (Results 1 – 10 of 10) 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() 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 | 2100 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \ 2112 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \ 2123 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSHRINK() 2143 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW() 2151 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlGROW() 2162 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \ 2213 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); in xmlSkipBlankChars() 2279 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 | 353 Integer signed/unsigned type mismatch in xmlParserInputGrow() (David Kilzer),
|
D | testapi.c | 14445 ret_val = xmlParserInputGrow(in, len); in test_xmlParserInputGrow()
|
/external/libxml2/include/libxml/ |
D | parser.h | 836 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 | 1394 xmlParserInputGrow
|