Home | History | Annotate | Download | only in orig

Lines Matching defs:cb

65320     } cb;
69982 #if 0 /* local variables moved into u.cb */
69985 #endif /* local variables moved into u.cb */
69989 u.cb.iSet = pOp->p4.i;
70001 assert( u.cb.iSet==-1 || u.cb.iSet>=0 );
70002 if( u.cb.iSet ){
70003 u.cb.exists = sqlite3RowSetTest(pIn1->u.pRowSet,
70004 (u8)(u.cb.iSet>=0 ? u.cb.iSet & 0xf : 0xff),
70006 if( u.cb.exists ){
70011 if( u.cb.iSet>=0 ){
115717 void (*xUnlockNotify)(void **, int) = 0; /* Unlock-notify cb to invoke */