Lines Matching refs:pRowSet
12694 RowSet *pRowSet; /* Used only when flags==MEM_RowSet */ member
37387 SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid){
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);
57710 pMem->u.pRowSet = sqlite3RowSetInit(db, pMem->zMalloc,
57712 assert( pMem->u.pRowSet!=0 );
68579 sqlite3RowSetInsert(pIn1->u.pRowSet, pIn2->u.i);
68596 || sqlite3RowSetNext(pIn1->u.pRowSet, &u.bz.val)==0
68653 u.ca.exists = sqlite3RowSetTest(pIn1->u.pRowSet,
68662 sqlite3RowSetInsert(pIn1->u.pRowSet, pIn3->u.i);