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

/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h1385 #define OE_Rollback 1 /* Fail the operation and rollback the transaction */ macro
1391 #define OE_Restrict 6 /* OE_Abort for IMMEDIATE, OE_Rollback for DEFERRED */
2363 u8 orconf; /* OE_Rollback etc. */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9745 #define OE_Rollback 1 /* Fail the operation and rollback the transaction */ macro
9751 #define OE_Restrict 6 /* OE_Abort for IMMEDIATE, OE_Rollback for DEFERRED */
10723 u8 orconf; /* OE_Rollback etc. */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10289 #define OE_Rollback 1 /* Fail the operation and rollback the transaction */ macro
10295 #define OE_Restrict 6 /* OE_Abort for IMMEDIATE, OE_Rollback for DEFERRED */
11279 u8 orconf; /* OE_Rollback etc. */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10289 #define OE_Rollback 1 /* Fail the operation and rollback the transaction */ macro
10295 #define OE_Restrict 6 /* OE_Abort for IMMEDIATE, OE_Rollback for DEFERRED */
11279 u8 orconf; /* OE_Rollback etc. */
[all...]

Completed in 527 milliseconds