Home | History | Annotate | Download | only in dist

Lines Matching refs:OE_Ignore

9510 #define OE_Ignore   4   /* Ignore the error. Do not do the INSERT or UPDATE */
9599 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
61241 if( pOp->p2==OE_Ignore ){
61244 ** instruction is set to OE_Ignore, then the sub-program is throwing
71632 || pExpr->affinity==OE_Ignore
71643 if( pExpr->affinity==OE_Ignore ){
71645 v, OP_Halt, SQLITE_OK, OE_Ignore, 0, pExpr->u.zToken,0);
77206 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
77633 ** OE_Ignore. This is necessary for the correct constraint check
83567 int ignoreDest, /* Jump to this label on an OE_Ignore resolution */
83605 || onError==OE_Ignore || onError==OE_Replace );
83619 case OE_Ignore: {
83641 if( onError==OE_Ignore ){
83718 case OE_Ignore: {
83767 if( onError==OE_Ignore ) onError = OE_Replace;
83781 || onError==OE_Ignore || onError==OE_Replace );
83807 case OE_Ignore: {
83967 ** * The same onError processing (OE_Abort, OE_Ignore, etc)
92882 u8 orconf /* The conflict algorithm. (OE_Abort, OE_Ignore, etc) */
93226 case OE_Ignore: return "ignore";
102538 {yygotominor.yy4 = OE_Ignore;}
103252 yygotominor.yy118.pExpr->affinity = OE_Ignore;