Home | History | Annotate | Download | only in orig

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)
88880 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
89086 pIndex->uniqNotNull = onError!=OE_None;
89288 onError==OE_None ? "" : " UNIQUE", n, pName->z);
94416 ** using OE_None). NO ACTION is the default. */
94536 int action; /* One of OE_None, OE_Cascade etc. */
94543 if( action!=OE_None && !pTrigger ){
95970 if( onError==OE_None ) continue;
96202 if( onError==OE_None ){
98860 assert( action==OE_None ); break;
119727 { yygotominor.yy328 = OE_None*0x0101; /* EV: R-19803-45884 */}
119755 { yygotominor.yy328 = OE_None; /* EV: R-33326-45252 */}
120456 {yygotominor.yy328 = OE_None;}