Searched refs:tmpSize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/
H A Dc14n.c334 int tmpSize; local
336 tmpSize = 2 * cur->nsMax;
337 tmp = xmlRealloc(cur->nsTab, tmpSize * sizeof(xmlNsPtr));
344 tmp = xmlRealloc(cur->nodeTab, tmpSize * sizeof(xmlNodePtr));
351 cur->nsMax = tmpSize;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dc14n.c332 int tmpSize; local
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;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapsearch.c1279 int i, moreEntries, tmpSize; local
1302 int num = sscanf( buf, "%d", &tmpSize );
1309 pageSize = (ber_int_t)tmpSize;

Completed in 140 milliseconds