Home | History | Annotate | Download | only in orig

Lines Matching defs:bc

65180     } bc;
68423 #if 0 /* local variables moved into u.bc */
68425 #endif /* local variables moved into u.bc */
68428 u.bc.pC = p->apCsr[pOp->p1];
68429 assert( u.bc.pC!=0 );
68430 if( ALWAYS(u.bc.pC->pCursor!=0) ){
68431 assert( u.bc.pC->isTable );
68432 u.bc.pC->nullRow = 0;
68434 u.bc.pC->movetoTarget = sqlite3VdbeIntValue(pIn2);
68435 u.bc.pC->rowidIsValid = 0;
68436 u.bc.pC->deferredMoveto = 1;