Searched refs:szEntry (Results 1 – 1 of 1) sorted by relevance
4642 int szEntry, /* Size of each object in the array */ in sqlite3ArrayAllocate() argument4650 void *pNew = sqlite3DbRealloc(db, pArray, sz*szEntry); in sqlite3ArrayAllocate()4658 memset(&z[n * szEntry], 0, szEntry); in sqlite3ArrayAllocate()