Home
last modified time | relevance | path

Searched refs:targetDb_idx (Results 1 – 3 of 3) sorted by relevance

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/Plugins/DbSqliteCipher/
H A Dsqlcipher.c22753 int targetDb_idx = 0; in sqlcipher_exportFunc() local
22790 targetDb_idx = sqlcipher_find_db_index(db, targetDb); in sqlcipher_exportFunc()
22791 if(targetDb_idx == 0 && targetDb != NULL && sqlcipher_sqlite3StrICmp("main", targetDb) != 0) { in sqlcipher_exportFunc()
22796 db->init.iDb = targetDb_idx; in sqlcipher_exportFunc()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/sqlite/sqlite/
H A Dsqlite3.c22388 int targetDb_idx = 0; in sqlcipher_exportFunc() local
22410 targetDb_idx = sqlcipher_find_db_index(db, targetDb); in sqlcipher_exportFunc()
22411 if(targetDb_idx == 0 && sqlite3StrICmp("main", targetDb) != 0) { in sqlcipher_exportFunc()
22416 db->init.iDb = targetDb_idx; in sqlcipher_exportFunc()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/libsqlite3-sys-0.23.1/sqlcipher/
H A Dsqlite3.c22752 int targetDb_idx = 0; in sqlcipher_exportFunc() local
22789 targetDb_idx = sqlcipher_find_db_index(db, targetDb); in sqlcipher_exportFunc()
22790 if(targetDb_idx == 0 && targetDb != NULL && sqlite3StrICmp("main", targetDb) != 0) { in sqlcipher_exportFunc()
22795 db->init.iDb = targetDb_idx; in sqlcipher_exportFunc()