Searched refs:reset (Results 1 – 25 of 43) sorted by relevance
12
34 proc reset {} {52 ::seq::reset58 ::seq::reset64 ::seq::reset70 ::seq::reset78 ::seq::reset84 # ::seq::reset90 ::seq::reset96 ::seq::reset102 ::seq::reset[all …]
30 proc db_hit_miss {db {reset 0}} {31 set nHit [sqlite3_db_status $db CACHE_HIT $reset]32 set nMiss [sqlite3_db_status $db CACHE_MISS $reset]36 proc db_write {db {reset 0}} {37 sqlite3_db_status $db CACHE_WRITE $reset40 proc db_spill {db {reset 0}} {41 sqlite3_db_status $db CACHE_SPILL $reset
33 list [catch { test_syscall reset open } msg] $msg36 list [catch { test_syscall reset nosuchcall } msg] $msg39 list [catch { test_syscall reset open } msg] $msg42 list [catch { test_syscall reset ""} msg] $msg45 do_test 1.2 { test_syscall reset } {}48 do_test 1.3.2 { test_syscall reset } {}75 test_syscall reset277 test_syscall reset
72 sqlite3 db test.db ; # To reset total_changes127 sqlite3 db test.db ; # To reset total_changes150 sqlite3 db test.db ; # To reset total_changes175 sqlite3 db test.db ; # To reset total_changes193 sqlite3 db test.db ; # To reset total_changes
141 test_syscall reset222 test_syscall reset251 test_syscall reset
14 # The sqlite3_aggregate_count() is not being reset when an aggregate
100 # does not modify the freelist, then reset the pager change-counter104 # It can't tell the db has changed because we reset the change-counter.
61 # The underlying problem is a failure to reset Mem.eSubtype
43 # db1 did not reset the in-memory schema.
138 test_syscall reset
116 # The TF_StatsUsed flag is reset when the database is reopened
108 # not reset.
162 # be rolled back but before the schema has been reset. If the
90 # Verify that the reset took, even on the separate database connection
265 1 reset reset
88 # [db2]. This causes the schema to be reset internally. Verify that this
42 # reset when the schema is reloaded.1511 # Test that the value set using the cache_size pragma is not reset when the1533 # point there was a bug that reset the cache_size to its default value
24 # The tests in this file test the outcome of a schema-reset happening 43 # 1.*: Trigger the xConnect()/schema-reset using statements executed
288 reset reset
96 q.reset();
70 metrics.reset = ()=>{ function811 metrics.reset();
1362 reset: function(alsoClearBinds){ method in Stmt1547 return this.reset();
152 reset: function(){ method311 opfsUtil.metrics.reset();
120 int (*reset)(sqlite3_stmt*pStmt); member472 #define sqlite3_reset sqlite3_api->reset
96 EXCLUSIVE on the original database file, in order to reset the