Searched defs:nsMax (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dc14n.c48 int nsMax; /* size of the array as allocated */ member in struct:_xmlC14NVisibleNsStack
301 memset(cur->nsTab, 0, cur->nsMax * sizeof(xmlNsPtr));
305 memset(cur->nodeTab, 0, cur->nsMax * sizeof(xmlNodePtr));
331 cur->nsMax = XML_NAMESPACES_DEFAULT;
332 } else if(cur->nsMax == cur->nsCurEnd) {
336 tmpSize = 2 * cur->nsMax;
351 cur->nsMax = tmpSize;
/external/libxml2/include/libxml/
H A Dparser.h280 int nsMax; /* the size of the arrays */ member in struct:_xmlParserCtxt

Completed in 54 milliseconds