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

/external/chromium_org/third_party/sqlite/src/src/
H A Dinsert.c1174 if( onError==OE_None ) continue;
1336 if( onError==OE_None ){
1722 if( pDestIdx->onError!=OE_None ){
H A Dfkey.c226 if( pIdx->nColumn==nCol && pIdx->onError!=OE_None ){
813 ** using OE_None). NO ACTION is the default. */
947 int action; /* One of OE_None, OE_Cascade etc. */
954 if( action!=OE_None && !pTrigger ){
H A Dpragma.c255 assert( action==OE_None ); break;
943 sqlite3VdbeAddOp2(v, OP_Integer, pIdx->onError!=OE_None, 3);
H A Dbuild.c2350 if( pIndex->onError!=OE_None ){
2399 int onError, /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
2704 assert( pIdx->onError!=OE_None );
2706 assert( pIndex->onError!=OE_None );
2795 onError==OE_None ? "" : " UNIQUE",
2894 if( pIdx->onError!=OE_None ){
H A Dparse.y315 refargs(A) ::= . { A = OE_None*0x0101; /* EV: R-19803-45884 */}
327 refact(A) ::= NO ACTION. { A = OE_None; /* EV: R-33326-45252 */}
1098 uniqueflag(A) ::= . {A = OE_None;}
H A DsqliteInt.h1384 #define OE_None 0 /* There is no constraint to check */ macro
1464 ** must be unique and what to do if they are not. When Index.onError=OE_None,
1477 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
H A Dwhere.c1532 if( pIdx->onError!=OE_None && i==pIdx->nColumn
2884 }else if( pProbe->onError!=OE_None ){
H A Dexpr.c1488 && (!mustBeUnique || (pIdx->nColumn==1 && pIdx->onError!=OE_None))
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9729 #define OE_None 0 /* There is no constraint to check */ macro
9809 ** must be unique and what to do if they are not. When Index.onError=OE_None,
9822 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11069 #define OE_None 0 /* There is no constraint to check */ macro
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)
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11069 #define OE_None 0 /* There is no constraint to check */ macro
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)
[all...]

Completed in 533 milliseconds