Lines Matching defs:cb
65348 } cb;
70010 #if 0 /* local variables moved into u.cb */
70013 #endif /* local variables moved into u.cb */
70017 u.cb.iSet = pOp->p4.i;
70029 assert( u.cb.iSet==-1 || u.cb.iSet>=0 );
70030 if( u.cb.iSet ){
70031 u.cb.exists = sqlite3RowSetTest(pIn1->u.pRowSet,
70032 (u8)(u.cb.iSet>=0 ? u.cb.iSet & 0xf : 0xff),
70034 if( u.cb.exists ){
70039 if( u.cb.iSet>=0 ){
115753 void (*xUnlockNotify)(void **, int) = 0; /* Unlock-notify cb to invoke */