Searched refs:pRowSet (Results 1 – 1 of 1) sorted by relevance
59408 SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, int iBatch, sqlite3_int64 iRowid){ argument59412 assert( pRowSet!=0 && (pRowSet->rsFlags & ROWSET_NEXT)==0 );59417 if( iBatch!=pRowSet->iBatch ){ /*OPTIMIZATION-IF-FALSE*/59418 p = pRowSet->pEntry;59420 struct RowSetEntry **ppPrevTree = &pRowSet->pForest;59421 if( (pRowSet->rsFlags & ROWSET_SORTED)==0 ){ /*OPTIMIZATION-IF-FALSE*/59425 for(pTree = pRowSet->pForest; pTree; pTree=pTree->pRight){59438 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet);59445 pRowSet->pEntry = 0;59446 pRowSet->pLast = 0;[all …]