Searched refs:sqlite3ArrayAllocate (Results 1 – 3 of 3) sorted by relevance
6219 pInfo->aCol = sqlite3ArrayAllocate( in addAggInfoColumn()6235 pInfo->aFunc = sqlite3ArrayAllocate( in addAggInfoFunc()
4701 void *sqlite3ArrayAllocate(sqlite3*,void*,int,int*,int*);
4639 void *sqlite3ArrayAllocate( in sqlite3ArrayAllocate() function