Home | History | Annotate | Download | only in orig

Lines Matching defs:OE_Fail

11072 #define OE_Fail     3   /* Stop the operation but leave all prior changes */
64579 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
64611 if( p->rc==SQLITE_OK || p->errorAction==OE_Fail ){
68857 ** if P2==OE_Fail. Do the rollback if P2==OE_Rollback. If P2==OE_Abort,
74275 ** P5 is the error actions (OE_Replace, OE_Fail, OE_Ignore, etc) to
74287 assert( pOp->p2==1 || pOp->p5==OE_Fail || pOp->p5==OE_Rollback
81305 || pExpr->affinity==OE_Fail
81678 case OE_Fail: zType = "fail"; break;
95979 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
95986 case OE_Fail: {
96065 if( pIdx->onError==OE_Ignore || pIdx->onError==OE_Fail ){
96085 case OE_Fail: {
96272 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
96277 case OE_Fail: {
107842 case OE_Fail: return "fail";
110387 assert( OE_Rollback==1 && OE_Abort==2 && OE_Fail==3 );
120613 {yygotominor.yy328 = OE_Fail;}