Home
last modified time | relevance | path

Searched refs:SQLITE_NOTICE (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs123 const SQLITE_NOTICE: c_int = 27; const
161 const SQLITE_NOTICE_RECOVER_WAL: c_int = (SQLITE_NOTICE | (1 << 8));
162 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = (SQLITE_NOTICE | (2 << 8));
195 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs122 const SQLITE_NOTICE: c_int = 27; const
160 const SQLITE_NOTICE_RECOVER_WAL: c_int = (SQLITE_NOTICE | (1 << 8));
161 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = (SQLITE_NOTICE | (2 << 8));
194 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
187 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
188 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
223 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
187 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
188 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
223 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
187 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
188 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
223 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
187 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
188 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
223 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
187 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
188 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
223 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
184 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
185 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
220 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
187 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
188 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
223 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
187 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
188 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
223 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
187 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
188 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
223 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs124 const SQLITE_NOTICE: c_int = 27; const
184 const SQLITE_NOTICE_RECOVER_WAL: c_int = SQLITE_NOTICE | (1 << 8);
185 const SQLITE_NOTICE_RECOVER_ROLLBACK: c_int = SQLITE_NOTICE | (2 << 8);
220 SQLITE_NOTICE => "Notifications from sqlite3_log()", in code_to_str()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/direct-sqlite-2.3.26/Database/SQLite3/Bindings/
H A DTypes.hsc292 #{const SQLITE_NOTICE} -> ErrorNotice
327 ErrorNotice -> #const SQLITE_NOTICE
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.h428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
500 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
501 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.h428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
506 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
507 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.h428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
506 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
507 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.h426 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
497 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
498 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/databases/R-cran-RSQLite/RSQLite/inst/include/
H A Dsqlite3.h426 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
497 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
498 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.h426 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
497 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
498 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.h428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
502 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
503 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.h428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
506 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
507 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/devel/libgpkg/luciad-libgpkg-c56e3708453e/sqlite/
H A Dsqlite3.h428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
506 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
507 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.h428 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */ macro
505 #define SQLITE_NOTICE_RECOVER_WAL (SQLITE_NOTICE | (1<<8))
506 #define SQLITE_NOTICE_RECOVER_ROLLBACK (SQLITE_NOTICE | (2<<8))
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/
H A Dconstants.inc1478 SQLITE_NOTICE = SQLITE_NOTICE
1490 SQLITE_NOTICE = 1
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/etc/c/
H A Dsqlite3.d140 SQLITE_NOTICE = 27, enumerator
201 SQLITE_NOTICE_RECOVER_WAL = (SQLITE_NOTICE | (1 << 8)),
202 SQLITE_NOTICE_RECOVER_ROLLBACK = (SQLITE_NOTICE | (2 << 8)),

12345678910>>...15