Home
last modified time | relevance | path

Searched defs:SQLITE_NOTICE_RECOVER_ROLLBACK (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h566 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8)) macro
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
Dsqlite3.h566 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8)) macro
/external/sqlite/dist/sqlite-autoconf-3440400/
Dsqlite3.h566 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8)) macro
/external/sqlite/dist/sqlite-autoconf-3440400/orig/
Dsqlite3.h566 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8)) macro
/external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.14.0.rs113 pub const SQLITE_NOTICE_RECOVER_ROLLBACK: i32 = 539; constant
Dbindgen_3.14.0_ext.rs90 pub const SQLITE_NOTICE_RECOVER_ROLLBACK: i32 = 539; constant