Home
last modified time | relevance | path

Searched refs:SQLITE_NOTFOUND (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/dports/java/sqlitejdbc/sqlitejdbc-v056/src/org/sqlite/
H A DCodes.java57 public static final int SQLITE_NOTFOUND = 12; field
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/libsqlite3-sys-0.15.0/src/
H A Derror.rs77 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
180 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/libsqlite3-sys-0.10.0/src/
H A Derror.rs77 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
179 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sql/
H A Derror_delegate_util.cc62 case SQLITE_NOTFOUND: in IsErrorCatastrophic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sql/
H A Derror_delegate_util.cc62 case SQLITE_NOTFOUND: in IsErrorCatastrophic()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Dutil.c65 case SQLITE_NOTFOUND: in _pysqlite_seterror()
/dports/misc/broot/broot-1.7.0/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
208 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
208 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/libsqlite3-sys-0.20.1/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
208 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
208 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/libsqlite3-sys-0.22.2/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
208 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/libsqlite3-sys-0.18.0/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
205 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/www/firefox/firefox-99.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
208 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
208 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
208 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/libsqlite3-sys/src/
H A Derror.rs78 super::SQLITE_NOTFOUND => ErrorCode::NotFound, in new()
205 super::SQLITE_NOTFOUND => "Unknown opcode in sqlite3_file_control()", in code_to_str()
/dports/lang/python310/Python-3.10.1/Modules/_sqlite/
H A Dutil.c52 case SQLITE_NOTFOUND: in _pysqlite_seterror()
/dports/lang/python39/Python-3.9.9/Modules/_sqlite/
H A Dutil.c58 case SQLITE_NOTFOUND: in _pysqlite_seterror()
/dports/databases/db5/db-5.3.28/lang/sql/jdbc/SQLite/
H A DConstants.java35 public static final int SQLITE_NOTFOUND = 12; field in Constants
/dports/databases/sqlite3/sqlite-src-3350500/ext/rbu/
H A Drbumisc.test156 return "SQLITE_NOTFOUND"
163 3 SQLITE_NOTFOUND 0
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rbu/
H A Drbumisc.test156 return "SQLITE_NOTFOUND"
163 3 SQLITE_NOTFOUND 0
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rbu/
H A Drbumisc.test156 return "SQLITE_NOTFOUND"
163 3 SQLITE_NOTFOUND 0
/dports/databases/py-gdbm/Python-3.8.12/Modules/_sqlite/
H A Dutil.c58 case SQLITE_NOTFOUND: in _pysqlite_seterror()
/dports/lang/python37/Python-3.7.12/Modules/_sqlite/
H A Dutil.c58 case SQLITE_NOTFOUND: in _pysqlite_seterror()
/dports/lang/python-tools/Python-3.8.12/Modules/_sqlite/
H A Dutil.c58 case SQLITE_NOTFOUND: in _pysqlite_seterror()

12345678910>>...25