Searched refs:pRowSet (Results 1 – 2 of 2) sorted by relevance
37389 if( iBatch!=pRowSet->iBatch ){37390 if( pRowSet->pEntry ){37391 rowSetToList(pRowSet);37392 pRowSet->pTree = rowSetListToTree(pRowSet->pEntry);37393 pRowSet->pEntry = 0;37394 pRowSet->pLast = 0;37396 pRowSet->iBatch = iBatch;37398 p = pRowSet->pTree;57434 sqlite3RowSetClear(p->u.pRowSet);57640 sqlite3RowSetClear(pMem->u.pRowSet);[all …]
51390 assert( pRowSet!=0 && (pRowSet->rsFlags & ROWSET_NEXT)==0 );51395 if( iBatch!=pRowSet->iBatch ){ /*OPTIMIZATION-IF-FALSE*/51396 p = pRowSet->pEntry;51398 struct RowSetEntry **ppPrevTree = &pRowSet->pForest;51403 for(pTree = pRowSet->pForest; pTree; pTree=pTree->pRight){51416 *ppPrevTree = pTree = rowSetEntryAlloc(pRowSet);51423 pRowSet->pEntry = 0;51424 pRowSet->pLast = 0;51425 pRowSet->rsFlags |= ROWSET_SORTED;51427 pRowSet->iBatch = iBatch;[all …]