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

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

Completed in 209 milliseconds