Searched defs:OE_None (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
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 */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9744 #define OE_None 0 /* There is no constraint to check */ macro
9824 ** must be unique and what to do if they are not. When Index.onError=OE_None,
9837 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10288 #define OE_None 0 /* There is no constraint to check */ macro
10365 ** must be unique and what to do if they are not. When Index.onError=OE_None,
10383 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10288 #define OE_None 0 /* There is no constraint to check */ macro
10365 ** must be unique and what to do if they are not. When Index.onError=OE_None,
10383 u8 onError; /* OE_Abort, OE_Ignore, OE_Replace, or OE_None */
[all...]

Completed in 446 milliseconds