Searched refs:resizeIndexObject (Results 1 – 1 of 1) sorted by relevance
2176 static int resizeIndexObject(sqlite3 *db, Index *pIdx, int N){ in resizeIndexObject() function2449 if( resizeIndexObject(db, pIdx, pIdx->nKeyCol+n) ) return; in convertToWithoutRowidTable()2473 if( resizeIndexObject(db, pPk, nPk+nExtra) ) return; in convertToWithoutRowidTable()