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

  /external/libxml2/
c14n.c 46 int nsMax; /* size of the array as allocated */
294 memset(cur->nsTab, 0, cur->nsMax * sizeof(xmlNsPtr));
298 memset(cur->nodeTab, 0, cur->nsMax * sizeof(xmlNodePtr));
324 cur->nsMax = XML_NAMESPACES_DEFAULT;
325 } else if(cur->nsMax == cur->nsCurEnd) {
329 tmpSize = 2 * cur->nsMax;
344 cur->nsMax = tmpSize;
    [all...]
  /external/libxml2/include/libxml/
parser.h 277 int nsMax; /* the size of the arrays */
    [all...]

Completed in 41 milliseconds