Lines Matching full:tmpsize
332 int tmpSize;334 tmpSize = 2 * cur->nsMax;335 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));342 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));349 cur->nsMax = tmpSize;