Lines Matching refs:OE_Fail
19008 #define OE_Fail 3 /* Stop the operation but leave all prior changes */ macro
33977 case OE_Fail: zType = "fail"; break; in sqlite3TreeViewExpr()
34258 case OE_Fail: zLabel = "INSERT OR FAIL"; break; in sqlite3TreeViewInsert()
34329 case OE_Fail: zLabel = "UPDATE OR FAIL"; break; in sqlite3TreeViewUpdate()
89275 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
89289 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
89329 if( p->rc==SQLITE_OK || p->errorAction==OE_Fail ){
102908 assert( pOp->p2==1 || pOp->p5==OE_Fail || pOp->p5==OE_Rollback
115842 || pExpr->affExpr==OE_Fail
136814 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
136833 case OE_Fail: {
137118 case OE_Fail: {
137121 testcase( onError==OE_Fail );
137386 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
137391 case OE_Fail: {
137394 testcase( onError==OE_Fail );
155072 case OE_Fail: return "fail";
158874 assert( OE_Rollback==1 && OE_Abort==2 && OE_Fail==3 );
180209 {yymsp[0].minor.yy502 = OE_Fail;}