Searched refs:xmlParserInputGrow (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DparserInternals.c319 * xmlParserInputGrow:
330 xmlParserInputGrow(xmlParserInputPtr in, int len) { function
456 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0) &&
498 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
505 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
510 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
543 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
559 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
564 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
644 xmlParserInputGrow(ctx
[all...]
H A DHTMLparser.c253 xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
332 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
338 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
343 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
436 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) {
445 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
H A Dparser.c1667 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
1682 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) \
1694 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
1703 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
1705 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
1718 xmlParserInputGrow(ctxt->input, INPUT_CHUNK); \
1768 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
1819 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
H A Delfgcchack.h7569 #undef xmlParserInputGrow macro
7570 extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias")));
7572 #ifndef xmlParserInputGrow
7573 extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden")));
7574 #define xmlParserInputGrow xmlParserInputGrow__internal_alias macro
H A Dtestapi.c14291 ret_val = xmlParserInputGrow(in, len);
14298 printf("Leak of %d blocks found in xmlParserInputGrow",
[all...]
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h823 xmlParserInputGrow (xmlParserInputPtr in,

Completed in 263 milliseconds