Home | History | Annotate | Download | only in dist

Lines Matching defs:bp

65272     } bp;
69312 #if 0 /* local variables moved into u.bp */
69316 #endif /* local variables moved into u.bp */
69319 u.bp.pC = p->apCsr[pOp->p1];
69320 assert( u.bp.pC!=0 );
69321 assert( u.bp.pC->isSorter==(pOp->opcode==OP_SorterSort) );
69322 u.bp.res = 1;
69323 if( isSorter(u.bp.pC) ){
69324 rc = sqlite3VdbeSorterRewind(db, u.bp.pC, &u.bp.res);
69326 u.bp.pCrsr = u.bp.pC->pCursor;
69327 assert( u.bp.pCrsr );
69328 rc = sqlite3BtreeFirst(u.bp.pCrsr, &u.bp.res);
69329 u.bp.pC->atFirst = u.bp.res==0 ?1:0;
69330 u.bp.pC->deferredMoveto = 0;
69331 u.bp.pC->cacheStatus = CACHE_STALE;
69332 u.bp.pC->rowidIsValid = 0;
69334 u.bp.pC->nullRow = (u8)u.bp.res;
69336 if( u.bp.res ){