Home | History | Annotate | Download | only in dist

Lines Matching defs:OE_None

11069 #define OE_None     0   /* There is no constraint to check */
11151 ** must be unique and what to do if they are not. When Index.onError=OE_None,
11173 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
11198 #define IsUniqueIndex(X) ((X)->onError!=OE_None)
88900 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
89106 pIndex->uniqNotNull = onError!=OE_None;
89308 onError==OE_None ? "" : " UNIQUE", n, pName->z);
94436 ** using OE_None). NO ACTION is the default. */
94556 int action; /* One of OE_None, OE_Cascade etc. */
94563 if( action!=OE_None && !pTrigger ){
95990 if( onError==OE_None ) continue;
96222 if( onError==OE_None ){
98880 assert( action==OE_None ); break;
119747 { yygotominor.yy328 = OE_None*0x0101; /* EV: R-19803-45884 */}
119775 { yygotominor.yy328 = OE_None; /* EV: R-33326-45252 */}
120476 {yygotominor.yy328 = OE_None;}