Home
last modified time | relevance | path

Searched refs:SQLITE_DONE (Results 1 – 25 of 1759) sorted by relevance

12345678910>>...71

/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/repo/binary/
H A Dupdate.c103 SQLITE_DONE) in pkg_repo_binary_delete_conflicting()
183 if (ret == SQLITE_DONE) in pkg_repo_binary_add_pkg()
194 if (ret == SQLITE_DONE) in pkg_repo_binary_add_pkg()
206 if (ret == SQLITE_DONE) in pkg_repo_binary_add_pkg()
209 if(ret != SQLITE_DONE) { in pkg_repo_binary_add_pkg()
218 if (ret == SQLITE_DONE) in pkg_repo_binary_add_pkg()
230 if (ret == SQLITE_DONE) in pkg_repo_binary_add_pkg()
242 if (ret == SQLITE_DONE) in pkg_repo_binary_add_pkg()
254 if (ret == SQLITE_DONE) in pkg_repo_binary_add_pkg()
265 if (ret == SQLITE_DONE) in pkg_repo_binary_add_pkg()
[all …]
/dports/ports-mgmt/pkg/pkg-1.17.5/libpkg/
H A Dpkgdb.c1938 != SQLITE_DONE in pkgdb_register_pkg()
1954 != SQLITE_DONE in pkgdb_register_pkg()
1970 != SQLITE_DONE in pkgdb_register_pkg()
2099 != SQLITE_DONE in pkgdb_update_shlibs_required()
2134 != SQLITE_DONE in pkgdb_update_shlibs_provided()
2153 != SQLITE_DONE in pkgdb_update_requires()
2172 != SQLITE_DONE in pkgdb_update_provides()
2191 != SQLITE_DONE in pkgdb_insert_annotations()
2194 != SQLITE_DONE in pkgdb_insert_annotations()
2333 SQLITE_DONE in pkgdb_modify_annotation()
[all …]
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dse_helpers.c110 if (ret == SQLITE_DONE) in check_external_graphic()
312 if (ret == SQLITE_DONE) in vector_style_causes_duplicate_name()
351 if (ret == SQLITE_DONE) in map_configuration_causes_duplicate_name()
437 if (ret == SQLITE_DONE) in check_map_configuration_by_id()
477 if (ret == SQLITE_DONE) in check_map_configuration_by_name()
854 if (ret == SQLITE_DONE) in check_vector_style_by_id()
894 if (ret == SQLITE_DONE) in check_vector_style_by_name()
940 if (ret == SQLITE_DONE) in check_vector_style_refs_by_id()
989 if (ret == SQLITE_DONE) in check_vector_style_refs_by_name()
1018 if (ret == SQLITE_DONE) in check_vector_style_refs_by_name()
[all …]
H A Dsrid_aux.c468 if (ret == SQLITE_DONE) in srid_is_geographic()
501 if (ret == SQLITE_DONE) in srid_is_geographic()
532 if (ret == SQLITE_DONE) in srid_is_geographic()
587 if (ret == SQLITE_DONE) in srid_is_projected()
620 if (ret == SQLITE_DONE) in srid_is_projected()
651 if (ret == SQLITE_DONE) in srid_is_projected()
712 if (ret == SQLITE_DONE) in srid_has_flipped_axes()
800 if (ret == SQLITE_DONE) in srid_get_spheroid()
833 if (ret == SQLITE_DONE) in srid_get_spheroid()
863 if (ret == SQLITE_DONE) in srid_get_spheroid()
[all …]
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dhistory_snapshot.c70 all_ok = all_ok && (sqlite3_step(stmt) == SQLITE_DONE); in dt_history_snapshot_undo_create()
85 all_ok = all_ok && (sqlite3_step(stmt) == SQLITE_DONE); in dt_history_snapshot_undo_create()
98 all_ok = all_ok && (sqlite3_step(stmt) == SQLITE_DONE); in dt_history_snapshot_undo_create()
110 all_ok = all_ok && (sqlite3_step(stmt) == SQLITE_DONE); in dt_history_snapshot_undo_create()
156 all_ok &= (sqlite3_step(stmt) == SQLITE_DONE); in _history_snapshot_undo_restore()
170 all_ok &= (sqlite3_step(stmt) == SQLITE_DONE); in _history_snapshot_undo_restore()
182 all_ok &= (sqlite3_step(stmt) == SQLITE_DONE); in _history_snapshot_undo_restore()
193 all_ok &= (sqlite3_step(stmt) == SQLITE_DONE); in _history_snapshot_undo_restore()
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Dhistory_snapshot.c70 all_ok = all_ok && (sqlite3_step(stmt) == SQLITE_DONE); in dt_history_snapshot_undo_create()
85 all_ok = all_ok && (sqlite3_step(stmt) == SQLITE_DONE); in dt_history_snapshot_undo_create()
98 all_ok = all_ok && (sqlite3_step(stmt) == SQLITE_DONE); in dt_history_snapshot_undo_create()
110 all_ok = all_ok && (sqlite3_step(stmt) == SQLITE_DONE); in dt_history_snapshot_undo_create()
156 all_ok &= (sqlite3_step(stmt) == SQLITE_DONE); in _history_snapshot_undo_restore()
170 all_ok &= (sqlite3_step(stmt) == SQLITE_DONE); in _history_snapshot_undo_restore()
182 all_ok &= (sqlite3_step(stmt) == SQLITE_DONE); in _history_snapshot_undo_restore()
193 all_ok &= (sqlite3_step(stmt) == SQLITE_DONE); in _history_snapshot_undo_restore()
/dports/games/minetest/minetest-5.4.1/src/database/
H A Ddatabase-sqlite3.cpp125 SQLRES(sqlite3_step(m_stmt_begin), SQLITE_DONE, in beginSave()
133 SQLRES(sqlite3_step(m_stmt_end), SQLITE_DONE, in endSave()
254 bool good = sqlite3_step(m_stmt_delete) == SQLITE_DONE; in deleteBlock()
467 sqlite3_vrfy(sqlite3_step(m_stmt_player_add), SQLITE_DONE); in savePlayer()
480 sqlite3_vrfy(sqlite3_step(m_stmt_player_update), SQLITE_DONE); in savePlayer()
596 sqlite3_vrfy(sqlite3_step(m_stmt_player_remove), SQLITE_DONE); in removePlayer()
705 sqlite3_vrfy(sqlite3_step(m_stmt_write), SQLITE_DONE); in saveAuth()
722 sqlite3_vrfy(sqlite3_step(m_stmt_create), SQLITE_DONE); in createAuth()
741 sqlite3_vrfy(sqlite3_step(m_stmt_delete), SQLITE_DONE); in deleteAuth()
768 sqlite3_vrfy(sqlite3_step(m_stmt_delete_privs), SQLITE_DONE); in writePrivileges()
[all …]
/dports/sysutils/dupd/dupd-1.7/src/
H A Ddbops.c68 rvchk(rv, SQLITE_DONE, "Can't step: (rv=%d) %s\n", dbh); in single_statement()
128 rvchk(rv, SQLITE_DONE, "tried to set meta data: %s\n", dbh); in initialize_database()
180 while (rv != SQLITE_DONE) { in open_database()
182 if (rv == SQLITE_DONE) { continue; } in open_database()
368 rvchk(rv, SQLITE_DONE, "tried to add to duplicates table: %s\n", dbh); in duplicate_to_db()
398 rvchk(rv, SQLITE_DONE, "tried to delete from duplicates table: %s\n", dbh); in delete_duplicate_entry()
434 rvchk(rv, SQLITE_DONE, "tried to add to files table: %s\n", dbh); in unique_to_db()
467 while (rv != SQLITE_DONE) { in is_known_unique()
469 if (rv == SQLITE_DONE) { continue; } in is_known_unique()
551 while (rv != SQLITE_DONE) { in get_known_duplicates()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/rbu/
H A Drburesume.test55 if {$rc == "SQLITE_DONE"} break
58 if {$rc == "SQLITE_DONE"} break
64 } {SQLITE_DONE}
93 if {$rc == "SQLITE_DONE"} break
95 if {$rc == "SQLITE_DONE"} {
115 } {SQLITE_DONE}
152 if {$rc == "SQLITE_DONE"} break
154 if {$rc == "SQLITE_DONE"} {
174 } {SQLITE_DONE}
221 if {$rc == "SQLITE_DONE"} {
[all …]
H A Drbufault4.test35 if {$rc!="SQLITE_DONE"} {error $rc}
46 if {$rc=="SQLITE_DONE"} break
56 if {$trc!="SQLITE_DONE"} { error "Got $trc instead of SQLITE_DONE!" }
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/rbu/
H A Drburesume.test55 if {$rc == "SQLITE_DONE"} break
58 if {$rc == "SQLITE_DONE"} break
64 } {SQLITE_DONE}
93 if {$rc == "SQLITE_DONE"} break
95 if {$rc == "SQLITE_DONE"} {
115 } {SQLITE_DONE}
152 if {$rc == "SQLITE_DONE"} break
154 if {$rc == "SQLITE_DONE"} {
174 } {SQLITE_DONE}
221 if {$rc == "SQLITE_DONE"} {
[all …]
H A Drbufault4.test35 if {$rc!="SQLITE_DONE"} {error $rc}
46 if {$rc=="SQLITE_DONE"} break
56 if {$trc!="SQLITE_DONE"} { error "Got $trc instead of SQLITE_DONE!" }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/rbu/
H A Drburesume.test55 if {$rc == "SQLITE_DONE"} break
58 if {$rc == "SQLITE_DONE"} break
64 } {SQLITE_DONE}
93 if {$rc == "SQLITE_DONE"} break
95 if {$rc == "SQLITE_DONE"} {
115 } {SQLITE_DONE}
152 if {$rc == "SQLITE_DONE"} break
154 if {$rc == "SQLITE_DONE"} {
174 } {SQLITE_DONE}
221 if {$rc == "SQLITE_DONE"} {
[all …]
H A Drbufault4.test35 if {$rc!="SQLITE_DONE"} {error $rc}
46 if {$rc=="SQLITE_DONE"} break
56 if {$trc!="SQLITE_DONE"} { error "Got $trc instead of SQLITE_DONE!" }
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/rbu/
H A Drburesume.test55 if {$rc == "SQLITE_DONE"} break
58 if {$rc == "SQLITE_DONE"} break
64 } {SQLITE_DONE}
93 if {$rc == "SQLITE_DONE"} break
95 if {$rc == "SQLITE_DONE"} {
115 } {SQLITE_DONE}
152 if {$rc == "SQLITE_DONE"} break
154 if {$rc == "SQLITE_DONE"} {
174 } {SQLITE_DONE}
221 if {$rc == "SQLITE_DONE"} {
[all …]
H A Drbufault4.test35 if {$rc!="SQLITE_DONE"} {error $rc}
46 if {$rc=="SQLITE_DONE"} break
56 if {$trc!="SQLITE_DONE"} { error "Got $trc instead of SQLITE_DONE!" }
/dports/sysutils/fluxengine/fluxengine-61ff48c/lib/
H A Dsql.cc120 if (sqlite3_step(stmt) != SQLITE_DONE)
137 if (i != SQLITE_DONE)
178 if (i == SQLITE_DONE)
204 if (sqlite3_step(stmt) != SQLITE_DONE)
222 if (i != SQLITE_DONE)
245 if (sqlite3_step(stmt) != SQLITE_DONE)
263 if (i != SQLITE_DONE)
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/
H A DzrtpCacheSqliteBackend.c229 if (rc != SQLITE_DONE) { in beginTransaction()
249 if (rc != SQLITE_DONE) { in commitTransaction()
288 if (rc != SQLITE_DONE) { in initializeRemoteTables()
295 if (rc != SQLITE_DONE) { in initializeRemoteTables()
322 if (rc != SQLITE_DONE) { in createTables()
368 if (rc != SQLITE_DONE) { in insertRemoteZidRecord()
418 if (rc != SQLITE_DONE) { in updateRemoteZidRecord()
467 if (rc != SQLITE_DONE) { in readRemoteZidRecord()
517 if (rc != SQLITE_DONE) { in readLocalZid()
671 if (rc != SQLITE_DONE) { in insertZidNameRecord()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/src/libstat/learn_cache/
H A Dsqlite3_cache.c56 .result = SQLITE_DONE,
64 .result = SQLITE_DONE,
72 .result = SQLITE_DONE,
80 .result = SQLITE_DONE,
96 .result = SQLITE_DONE,
104 .result = SQLITE_DONE,
/dports/mail/rspamd/rspamd-3.1/src/libstat/learn_cache/
H A Dsqlite3_cache.c56 .result = SQLITE_DONE,
64 .result = SQLITE_DONE,
72 .result = SQLITE_DONE,
80 .result = SQLITE_DONE,
96 .result = SQLITE_DONE,
104 .result = SQLITE_DONE,
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dsub-sqlite3.c57 case SQLITE_DONE: in sql_exec()
94 case SQLITE_DONE: in sql_fetch_row()
133 else if (res != SQLITE_DONE) in sql_table_exists()
153 if (res != SQLITE_DONE) in sql_create_table()
239 if (res != SQLITE_DONE) in sql_drop_table()
/dports/mail/neomutt/neomutt-20211029/autocrypt/
H A Ddb.c294 if (result == SQLITE_DONE) in mutt_autocrypt_db_account_get()
357 if (sqlite3_step(AccountInsertStmt) != SQLITE_DONE) in mutt_autocrypt_db_account_insert()
404 if (sqlite3_step(AccountUpdateStmt) != SQLITE_DONE) in mutt_autocrypt_db_account_update()
438 if (sqlite3_step(AccountDeleteStmt) != SQLITE_DONE) in mutt_autocrypt_db_account_delete()
499 if (result == SQLITE_DONE) in mutt_autocrypt_db_account_get_all()
585 if (result == SQLITE_DONE) in mutt_autocrypt_db_peer_get()
662 if (sqlite3_step(PeerInsertStmt) != SQLITE_DONE) in mutt_autocrypt_db_peer_insert()
721 if (sqlite3_step(PeerUpdateStmt) != SQLITE_DONE) in mutt_autocrypt_db_peer_update()
798 if (sqlite3_step(PeerHistoryInsertStmt) != SQLITE_DONE) in mutt_autocrypt_db_peer_history_insert()
888 if (sqlite3_step(GossipHistoryInsertStmt) != SQLITE_DONE) in mutt_autocrypt_db_gossip_history_insert()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/in_tail/
H A Dtail_db.c126 else if (ret == SQLITE_DONE) { in db_file_exists()
157 if (ret != SQLITE_DONE) { in db_file_insert()
212 if (ret != SQLITE_DONE) { in flb_tail_db_file_offset()
250 if (ret != SQLITE_DONE) { in flb_tail_db_file_rotate()
270 if (ret != SQLITE_DONE) { in flb_tail_db_file_delete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/sqlite/
H A Dspan_join_operator_table_unittest.cc46 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in RunStatement()
121 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in TEST_F()
185 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in TEST_F()
223 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in TEST_F()
254 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/sqlite/
H A Dspan_join_operator_table_unittest.cc46 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in RunStatement()
121 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in TEST_F()
185 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in TEST_F()
223 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in TEST_F()
254 ASSERT_EQ(sqlite3_step(stmt_.get()), SQLITE_DONE); in TEST_F()

12345678910>>...71