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

  /external/chromium_org/third_party/libxml/src/
schematron.c 199 int maxIncludes; /* size of the array */
736 ctxt->maxIncludes = 10;
738 xmlMalloc(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
745 } else if (ctxt->nbIncludes + 2 >= ctxt->maxIncludes) {
749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
757 ctxt->maxIncludes *= 2;
    [all...]
  /external/libxml2/
schematron.c 199 int maxIncludes; /* size of the array */
736 ctxt->maxIncludes = 10;
738 xmlMalloc(ctxt->maxIncludes * 2 * sizeof(xmlNodePtr));
745 } else if (ctxt->nbIncludes + 2 >= ctxt->maxIncludes) {
749 xmlRealloc(ctxt->includes, ctxt->maxIncludes * 4 *
757 ctxt->maxIncludes *= 2;
    [all...]

Completed in 581 milliseconds