Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libsqlite/src/
H A Dinsert.c658 if( onError==OE_None ) continue; in sqliteGenerateConstraintChecks()
783 if( onError==OE_None ) continue; /* pIdx is not a UNIQUE index */ in sqliteGenerateConstraintChecks()
H A Dpragma.c442 sqliteVdbeAddOp(v, OP_Integer, pIdx->onError!=OE_None, 0); in sqlitePragma()
H A DsqliteInt.h582 #define OE_None 0 /* There is no constraint to check */ macro
H A Dparse.y737 if( U!=OE_None ) U = R;
744 uniqueflag(A) ::= . { A = OE_None; }
H A Dbuild.c1732 sqliteVdbeOp3(v, OP_IdxPut, 1, pIndex->onError!=OE_None, in sqliteCreateIndex()