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 285 * xmlParserInputGrow:
296 xmlParserInputGrow(xmlParserInputPtr in, int len) {
427 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0) &&
469 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
478 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
485 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
520 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
536 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
541 (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
621 xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
    [all...]
elfgcchack.h     [all...]

Completed in 507 milliseconds