Home | History | Annotate | Download | only in orig

Lines Matching defs:bq

65263     } bq;
69367 #if 0 /* local variables moved into u.bq */
69370 #endif /* local variables moved into u.bq */
69375 u.bq.pC = p->apCsr[pOp->p1];
69376 if( u.bq.pC==0 ){
69379 assert( u.bq.pC->isSorter==(pOp->opcode==OP_SorterNext) );
69380 if( isSorter(u.bq.pC) ){
69382 rc = sqlite3VdbeSorterNext(db, u.bq.pC, &u.bq.res);
69384 u.bq.res = 1;
69385 assert( u.bq.pC->deferredMoveto==0 );
69386 assert( u.bq.pC->pCursor );
69389 rc = pOp->p4.xAdvance(u.bq.pC->pCursor, &u.bq.res);
69391 u.bq.pC->nullRow = (u8)u.bq.res;
69392 u.bq.pC->cacheStatus = CACHE_STALE;
69393 if( u.bq.res==0 ){
69400 u.bq.pC->rowidIsValid = 0;