Searched refs:sqlite3AllocateIndexObject (Results 1 – 3 of 3) sorted by relevance
3839 Index *sqlite3AllocateIndexObject( in sqlite3AllocateIndexObject() function4129 pIndex = sqlite3AllocateIndexObject(db, pList->nExpr + nExtraCol, in sqlite3CreateIndex()
4717 Index *sqlite3AllocateIndexObject(sqlite3*,i16,int,char**);
923 pIdx = sqlite3AllocateIndexObject(pParse->db, nKeyCol+1, 0, &zNotUsed); in constructAutomaticIndex()