Home | History | Annotate | Download | only in dist

Lines Matching defs:OE_Fail

11072 #define OE_Fail     3   /* Stop the operation but leave all prior changes */
64599 if( p->rc==SQLITE_OK || (p->errorAction==OE_Fail && !isSpecialError) ){
64631 if( p->rc==SQLITE_OK || p->errorAction==OE_Fail ){
68877 ** if P2==OE_Fail. Do the rollback if P2==OE_Rollback. If P2==OE_Abort,
74295 ** P5 is the error actions (OE_Replace, OE_Fail, OE_Ignore, etc) to
74307 assert( pOp->p2==1 || pOp->p5==OE_Fail || pOp->p5==OE_Rollback
81325 || pExpr->affinity==OE_Fail
81698 case OE_Fail: zType = "fail"; break;
95999 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
96006 case OE_Fail: {
96085 if( pIdx->onError==OE_Ignore || pIdx->onError==OE_Fail ){
96105 case OE_Fail: {
96292 assert( onError==OE_Rollback || onError==OE_Abort || onError==OE_Fail
96297 case OE_Fail: {
107862 case OE_Fail: return "fail";
110407 assert( OE_Rollback==1 && OE_Abort==2 && OE_Fail==3 );
120633 {yygotominor.yy328 = OE_Fail;}