HomeSort by relevance Sort by last modified time
    Searched refs:xmlParserInputGrow (Results 1 - 6 of 6) sorted by null

  /external/libxml2/
parserInternals.c 289 * xmlParserInputGrow:
300 xmlParserInputGrow(xmlParserInputPtr in, int len) {
437 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) {
476 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
485 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
492 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
527 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
542 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
547 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
627 xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
    [all...]
libxml2.syms 760 xmlParserInputGrow;
    [all...]
parser.c     [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
parser.h 834 xmlParserInputGrow (xmlParserInputPtr in,
    [all...]

Completed in 65 milliseconds