Home
last modified time | relevance | path

Searched refs:sqlite3CodecAttach (Results 1 – 25 of 93) sorted by relevance

1234

/dports/databases/db5/db-5.3.28/lang/sql/adapter/
H A Ddb_encrypt.c26 return sqlite3CodecAttach(db, 0, key, nkey); in sqlite3_key()
42 int sqlite3CodecAttach(sqlite3 *db, int backend, const void *key, int nkey) { in sqlite3CodecAttach() function
H A DbtreeInt.h191 int sqlite3CodecAttach(sqlite3*, int, const void*, int);
H A Dbackup.c528 rc = sqlite3CodecAttach(p->pDestDb, in backupCleanup()
666 p->rc = sqlite3CodecAttach(p->pDestDb, p->iDb, in sqlite3_backup_step()
/dports/security/botan110/Botan-1.10.17/src/wrap/sqlite/
H A Dcodecext.c81 int sqlite3CodecAttach(sqlite3 *db, int nDb, const void *zKey, int nKey) in sqlite3CodecAttach() function
131 return sqlite3CodecAttach(db, 0, zKey, nKey); in sqlite3_key()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dattach.c157 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int); in attachFunc()
173 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey); in attachFunc()
180 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey); in attachFunc()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dattach.c175 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int); in attachFunc()
191 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey); in attachFunc()
198 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey); in attachFunc()
H A Dcrypto.c358 int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) { in sqlite3CodecAttach() function
444 return sqlite3CodecAttach(db, db_index, pKey, nKey); in sqlite3_key_v2()
H A Dcrypto_impl.c1249 sqlite3CodecAttach(db, 0, key, password_sz); in sqlcipher_codec_ctx_migrate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dattach.c194 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int); in attachFunc()
210 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey); in attachFunc()
219 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey); in attachFunc()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dcodecext.c100 int sqlite3CodecAttach(sqlite3* db, int nDb, const void* zKey, int nKey) in sqlite3CodecAttach() function
212 return sqlite3CodecAttach(db, dbIndex, zKey, nKey); in sqlite3_key_v2()
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c34647 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3*, int, const void*, int);
43672 rc = sqlite3CodecAttach(p->pDestDb,
43810 p->rc = sqlite3CodecAttach(p->pDestDb, p->iDb,
44195 return sqlite3CodecAttach(db, 0, key, nkey);
44211 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3 *db, int backend, const void *key, int nkey) {
67269 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
67285 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
67292 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c21302 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3*, int, const void *, int);
22094 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) { in sqlite3CodecAttach() function
22194 return sqlite3CodecAttach(db, db_index, pKey, nKey); in sqlite3_key_v2()
23963 sqlite3CodecAttach(db, 0, keyspec, keyspec_sz); in sqlcipher_codec_ctx_migrate()
112836 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
112852 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
112861 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c21627 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3*, int, const void *, int);
22460 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) { in sqlite3CodecAttach() function
22560 return sqlite3CodecAttach(db, db_index, pKey, nKey); in sqlite3_key_v2()
24330 sqlite3CodecAttach(db, 0, keyspec, keyspec_sz); in sqlcipher_codec_ctx_migrate()
114882 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
114898 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
114907 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/databases/libgda5-mysql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19476 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) { in sqlite3CodecAttach() function
19562 return sqlite3CodecAttach(db, db_index, pKey, nKey); in sqlite3_key_v2()
21207 sqlite3CodecAttach(db, 0, key, password_sz); in sqlcipher_codec_ctx_migrate()
103042 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
103058 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
103065 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/databases/libgda5/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19476 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) {
19562 return sqlite3CodecAttach(db, db_index, pKey, nKey);
21207 sqlite3CodecAttach(db, 0, key, password_sz);
103042 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
103058 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
103065 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/databases/libgda5-postgresql/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19476 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) { in sqlite3CodecAttach() function
19562 return sqlite3CodecAttach(db, db_index, pKey, nKey); in sqlite3_key_v2()
21207 sqlite3CodecAttach(db, 0, key, password_sz); in sqlcipher_codec_ctx_migrate()
103042 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
103058 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
103065 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/databases/libgda5-ldap/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19476 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) { in sqlite3CodecAttach() function
19562 return sqlite3CodecAttach(db, db_index, pKey, nKey); in sqlite3_key_v2()
21207 sqlite3CodecAttach(db, 0, key, password_sz); in sqlcipher_codec_ctx_migrate()
103042 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
103058 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
103065 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/databases/libgda5-jdbc/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19476 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) { in sqlite3CodecAttach() function
19562 return sqlite3CodecAttach(db, db_index, pKey, nKey); in sqlite3_key_v2()
21207 sqlite3CodecAttach(db, 0, key, password_sz); in sqlcipher_codec_ctx_migrate()
103042 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
103058 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
103065 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/databases/libgda5-bdb/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19476 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) {
19562 return sqlite3CodecAttach(db, db_index, pKey, nKey);
21207 sqlite3CodecAttach(db, 0, key, password_sz);
103042 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
103058 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
103065 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/databases/libgda5-ui/libgda-5.2.10/providers/sqlcipher/
H A Dsqlite3.c19476 SQLITE_PRIVATE int sqlite3CodecAttach(sqlite3* db, int nDb, const void *zKey, int nKey) {
19562 return sqlite3CodecAttach(db, db_index, pKey, nKey);
21207 sqlite3CodecAttach(db, 0, key, password_sz);
103042 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
103058 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
103065 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c61664 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
61680 sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
61686 sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c60823 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
60839 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
60845 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c80557 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
80573 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
80580 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c76733 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
76749 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
76756 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c76697 extern int sqlite3CodecAttach(sqlite3*, int, const void*, int);
76713 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);
76720 rc = sqlite3CodecAttach(db, db->nDb-1, zKey, nKey);

1234