Home | History | Annotate | Download | only in libxml2

Lines Matching defs:tmpSize

335 	int tmpSize;
337 tmpSize = 2 * cur->nsMax;
338 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
345 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
352 cur->nsMax = tmpSize;