Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c2176 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){ in resizeIndexObject() function
2449 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return; in convertToWithoutRowidTable()
2473 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return; in convertToWithoutRowidTable()