Home | History | Annotate | Download | only in dist

Lines Matching defs:bq

65274     } bq;
69378 #if 0 /* local variables moved into u.bq */
69381 #endif /* local variables moved into u.bq */
69386 u.bq.pC = p->apCsr[pOp->p1];
69387 if( u.bq.pC==0 ){
69390 assert( u.bq.pC->isSorter==(pOp->opcode==OP_SorterNext) );
69391 if( isSorter(u.bq.pC) ){
69393 rc = sqlite3VdbeSorterNext(db, u.bq.pC, &u.bq.res);
69395 u.bq.res = 1;
69396 assert( u.bq.pC->deferredMoveto==0 );
69397 assert( u.bq.pC->pCursor );
69400 rc = pOp->p4.xAdvance(u.bq.pC->pCursor, &u.bq.res);
69402 u.bq.pC->nullRow = (u8)u.bq.res;
69403 u.bq.pC->cacheStatus = CACHE_STALE;
69404 if( u.bq.res==0 ){
69411 u.bq.pC->rowidIsValid = 0;