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

  /external/chromium_org/third_party/libxml/src/
parserInternals.c 319 * xmlParserInputGrow:
330 xmlParserInputGrow(xmlParserInputPtr in, int len) {
456 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0) &&
498 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
507 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
514 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
549 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
565 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
570 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
650 xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
    [all...]
elfgcchack.h     [all...]
  /external/libxml2/
parserInternals.c 319 * xmlParserInputGrow:
330 xmlParserInputGrow(xmlParserInputPtr in, int len) {
456 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0) &&
498 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
507 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
514 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
549 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
565 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
570 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
650 xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
    [all...]
elfgcchack.h     [all...]

Completed in 50 milliseconds