Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dwhere.c44 static int whereLoopResize(sqlite3*, WhereLoop*, int);
890 if( whereLoopResize(pParse->db, pLoop, nKeyCol+1) ){ in constructAutomaticIndex()
2235 static int whereLoopResize(sqlite3 *db, WhereLoop *p, int n){ in whereLoopResize() function
2254 && whereLoopResize(db, pTo, pFrom->nLTerm) in whereLoopXfer()
2878 && whereLoopResize(db, pNew, pNew->nLTerm+1) in whereLoopAddBtreeIndex()
2992 if( whereLoopResize(db, pNew, pNew->nLTerm+1) ) break; /* OOM */ in whereLoopAddBtreeIndex()
3153 && (rc = whereLoopResize(db, pNew, pNew->nLTerm+1))==SQLITE_OK in whereLoopAddBtreeIndex()
4027 if( whereLoopResize(pParse->db, pNew, nConstraint) ){ in whereLoopAddVirtual()