Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:pRowSet

12359     RowSet *pRowSet;    /* Used only when flags==MEM_RowSet */
36285 SQLITE_PRIVATE int sqlite3RowSetTest(RowSet *pRowSet, u8 iBatch, sqlite3_int64 iRowid){
36287 if( iBatch!=pRowSet->iBatch ){
36288 if( pRowSet->pEntry ){
36289 rowSetToList(pRowSet);
36290 pRowSet->pTree = rowSetListToTree(pRowSet->pEntry);
36291 pRowSet->pEntry = 0;
36292 pRowSet->pLast = 0;
36294 pRowSet->iBatch = iBatch;
36296 p = pRowSet->pTree;
56253 sqlite3RowSetClear(p->u.pRowSet);
56460 sqlite3RowSetClear(pMem->u.pRowSet);
56530 pMem->u.pRowSet = sqlite3RowSetInit(db, pMem->zMalloc,
56532 assert( pMem->u.pRowSet!=0 );
67215 sqlite3RowSetInsert(pIn1->u.pRowSet, pIn2->u.i);
67232 || sqlite3RowSetNext(pIn1->u.pRowSet, &u.bw.val)==0
67289 u.bx.exists = sqlite3RowSetTest(pIn1->u.pRowSet,
67298 sqlite3RowSetInsert(pIn1->u.pRowSet, pIn3->u.i);