Searched refs:OE_Ignore (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dinsert.c631 int ignoreDest /* Jump to this label on an OE_Ignore resolution */
682 case OE_Ignore: {
743 case OE_Ignore: {
792 if( onError==OE_Ignore ) onError = OE_Replace;
831 case OE_Ignore: {
H A DsqliteInt.h586 #define OE_Ignore 4 /* Ignore the error. Do not do the INSERT or UPDATE */ macro
628 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
H A Dparse.y265 resolvetype(A) ::= IGNORE. { A = OE_Ignore; }
862 A->iColumn = OE_Ignore;

Completed in 22 milliseconds