Searched refs:OE_None (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dinsert.c658 if( onError==OE_None ) continue;
783 if( onError==OE_None ) continue; /* pIdx is not a UNIQUE index */
H A Dpragma.c442 sqliteVdbeAddOp(v, OP_Integer, pIdx->onError!=OE_None, 0);
H A DsqliteInt.h582 #define OE_None 0 /* There is no constraint to check */ macro
616 ** must be unique and what to do if they are not. When Index.onError=OE_None,
628 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
H A Dparse.y737 if( U!=OE_None ) U = R;
744 uniqueflag(A) ::= . { A = OE_None; }
H A Dbuild.c1480 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
1732 sqliteVdbeOp3(v, OP_IdxPut, 1, pIndex->onError!=OE_None,

Completed in 30 milliseconds