Lines Matching refs:OE_Fail
18599 #define OE_Fail 3 /* Stop the operation but leave all prior changes */ macro
33403 case OE_Fail: zType = "fail"; break; in sqlite3TreeViewExpr()
33691 case OE_Fail: zLabel = "INSERT OR FAIL"; break; in sqlite3TreeViewInsert()
33762 case OE_Fail: zLabel = "UPDATE OR FAIL"; break; in sqlite3TreeViewUpdate()
88194 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
88208 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
88248 if( p->rc==SQLITE_OK || p->errorAction==OE_Fail ){
101630 assert( pOp->p2==1 || pOp->p5==OE_Fail || pOp->p5==OE_Rollback
114307 || pExpr->affExpr==OE_Fail
134876 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
134895 case OE_Fail: {
135180 case OE_Fail: {
135183 testcase( onError==OE_Fail );
135448 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
135453 case OE_Fail: {
135456 testcase( onError==OE_Fail );
152912 case OE_Fail: return "fail";
156709 assert( OE_Rollback==1 && OE_Abort==2 && OE_Fail==3 );
177336 {yymsp[0].minor.yy144 = OE_Fail;}