Home
last modified time | relevance | path

Searched refs:szEntry (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dbuild.c4642 int szEntry, /* Size of each object in the array */ in sqlite3ArrayAllocate() argument
4650 void *pNew = sqlite3DbRealloc(db, pArray, sz*szEntry); in sqlite3ArrayAllocate()
4658 memset(&z[n * szEntry], 0, szEntry); in sqlite3ArrayAllocate()