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)) {
474 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
483 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
490 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
539 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
618 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
625 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
632 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 70 milliseconds