Lines Matching defs:bc
65191 } bc;
68434 #if 0 /* local variables moved into u.bc */
68436 #endif /* local variables moved into u.bc */
68439 u.bc.pC = p->apCsr[pOp->p1];
68440 assert( u.bc.pC!=0 );
68441 if( ALWAYS(u.bc.pC->pCursor!=0) ){
68442 assert( u.bc.pC->isTable );
68443 u.bc.pC->nullRow = 0;
68445 u.bc.pC->movetoTarget = sqlite3VdbeIntValue(pIn2);
68446 u.bc.pC->rowidIsValid = 0;
68447 u.bc.pC->deferredMoveto = 1;