Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 25 of 43) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dalias.test34 proc reset {} {
52 ::seq::reset
58 ::seq::reset
64 ::seq::reset
70 ::seq::reset
78 ::seq::reset
84 # ::seq::reset
90 ::seq::reset
96 ::seq::reset
102 ::seq::reset
[all …]
H A Ddbstatus2.test30 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 $reset
40 proc db_spill {db {reset 0}} {
41 sqlite3_db_status $db CACHE_SPILL $reset
H A Dsyscall.test33 list [catch { test_syscall reset open } msg] $msg
36 list [catch { test_syscall reset nosuchcall } msg] $msg
39 list [catch { test_syscall reset open } msg] $msg
42 list [catch { test_syscall reset ""} msg] $msg
45 do_test 1.2 { test_syscall reset } {}
48 do_test 1.3.2 { test_syscall reset } {}
75 test_syscall reset
277 test_syscall reset
H A De_totalchanges.test72 sqlite3 db test.db ; # To reset total_changes
127 sqlite3 db test.db ; # To reset total_changes
150 sqlite3 db test.db ; # To reset total_changes
175 sqlite3 db test.db ; # To reset total_changes
193 sqlite3 db test.db ; # To reset total_changes
H A Dsysfault.test141 test_syscall reset
222 test_syscall reset
251 test_syscall reset
H A Dtkt3841.test14 # The sqlite3_aggregate_count() is not being reset when an aggregate
H A Dexclusive2.test100 # does not modify the freelist, then reset the pager change-counter
104 # It can't tell the db has changed because we reset the change-counter.
H A Djson103.test61 # The underlying problem is a failure to reset Mem.eSubtype
H A Dshared8.test43 # db1 did not reset the in-memory schema.
H A Doserror.test138 test_syscall reset
H A Dautoanalyze1.test116 # The TF_StatsUsed flag is reset when the database is reopened
H A Dinterrupt.test108 # not reset.
H A DsharedA.test162 # be rolled back but before the schema has been reset. If the
H A Dresetdb.test90 # Verify that the reset took, even on the separate database connection
H A Dfts4unicode.test265 1 reset reset
H A Dvtab_shared.test88 # [db2]. This causes the schema to be reset internally. Verify that this
H A Dpragma.test42 # reset when the schema is reloaded.
1511 # Test that the value set using the cache_size pragma is not reset when the
1533 # point there was a bug that reset the cache_size to its default value
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5connect.test24 # The tests in this file test the outcome of a schema-reset happening
43 # 1.*: Trigger the xConnect()/schema-reset using statements executed
H A Dfts5unicode2.test288 reset reset
/sqlite-3.40.0/ext/wasm/
H A Ddemo-123.js96 q.reset();
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js70 metrics.reset = ()=>{ function
811 metrics.reset();
H A Dsqlite3-api-oo1.js1362 reset: function(alsoClearBinds){ method in Stmt
1547 return this.reset();
H A Dsqlite3-api-opfs.js152 reset: function(){ method
311 opfsUtil.metrics.reset();
/sqlite-3.40.0/src/
H A Dsqlite3ext.h120 int (*reset)(sqlite3_stmt*pStmt); member
472 #define sqlite3_reset sqlite3_api->reset
/sqlite-3.40.0/doc/
H A Dvfs-shm.txt96 EXCLUSIVE on the original database file, in order to reset the

12