Home | History | Annotate | Download | only in dist

Lines Matching defs:bc

65208     } bc;
68451 #if 0 /* local variables moved into u.bc */
68453 #endif /* local variables moved into u.bc */
68456 u.bc.pC = p->apCsr[pOp->p1];
68457 assert( u.bc.pC!=0 );
68458 if( ALWAYS(u.bc.pC->pCursor!=0) ){
68459 assert( u.bc.pC->isTable );
68460 u.bc.pC->nullRow = 0;
68462 u.bc.pC->movetoTarget = sqlite3VdbeIntValue(pIn2);
68463 u.bc.pC->rowidIsValid = 0;
68464 u.bc.pC->deferredMoveto = 1;