Home
last modified time | relevance | path

Searched refs:off (Results 1 – 25 of 110) sorted by relevance

12345

/sqlite-3.40.0/test/
H A Djrnlmode.test28 set temp_off off
33 set temp_off off
72 PRAGMA journal_mode = off;
81 } {off}
88 } [list off off [temp_journal_mode off]]
118 } {off off}
144 } {off}
154 } {off memory memory}
165 } {off memory memory}
295 } {off}
[all …]
H A Dshell4.test36 # should default to off
39 list [regexp {stats: off} $res]
55 list [regexp {stats: off} $res]
58 # .stats ON|OFF Turn stats on or off
61 #} {1 {Usage: .stats on|off}}
71 } {1 {Usage: .stats ?on|off|stmt|vmstep?}}
76 list [regexp {stats: off} $res]
90 list [regexp {stats: off} $res]
93 # make sure stats not present when off
116 catchcmd ":memory:" "CREATE TABLE t1(x);\n.trace off\n.trace off\n"
[all …]
H A Dmultiplex4.test74 db eval {PRAGMA multiplex_truncate=off}
75 } {off}
78 } {off}
87 } {off}
93 } {off}
103 } {/String8 \d \d \d off/}
H A Dpager2.test44 set sql { PRAGMA synchronous = off }
121 # pager2-2.1: Test a ROLLBACK with journal_mode=off.
123 # journal_mode=off
129 PRAGMA journal_mode = off;
135 } {off}
141 PRAGMA journal_mode = off;
H A Dfunc6.test90 # Argument $off is an offset into the database image encoded as a hex string
94 proc offset_contains_record {off hexdb hexrec} {
96 set off [expr $off*2]
97 if { [string compare $hexrec [string range $hexdb $off [expr $off+$n-1]]] } {
H A Dshell1.test88 # -[no]header turn headers on or off
271 } {1 {Usage: .bail on|off}}
281 } {1 {Usage: .bail on|off}}
316 } {1 {Usage: .echo on|off}}
326 } {1 {Usage: .echo on|off}}
353 } {1 {Usage: .headers on|off}}
363 } {1 {Usage: .headers on|off}}
367 } {1 {Usage: .headers on|off}}
377 } {1 {Usage: .headers on|off}}
721 } {1 {Usage: .timer on|off}}
[all …]
H A DcorruptI.test41 set off [expr 2*1024 + $offset + 1]
42 hexio_write test.db $off 7f06
50 set off [expr 2*1024 + $offset + 1]
51 hexio_write test.db $off FFFF7f02
68 set off [expr (5-1)*1024 + $offset + 1]
69 hexio_write test.db $off FFFF0004
H A Dfts3offsets.test25 set off [list]
27 lappend off [list $s $n]
29 set off [lsort -integer -index 0 $off]
32 foreach e $off {
H A Dsync.test14 # pragma synchronous=off even for multi-database commits.
92 PRAGMA main.synchronous=off;
93 PRAGMA db2.synchronous=off;
H A Dsync2.test65 # synchronous=off. No syncs.
144 # Now set synchronous=off, then switch back to delete mode. Check
145 # that the db handle is still using synchronous=off.
146 do_execsql_test 1.18.3 { PRAGMA main.synchronous=off }
H A Dsort5.test64 foreach {filename id off amt} $args {}
65 if {[info exists F($id)]==0 || $F($id)<($off + $amt)} {
66 set F($id) [expr $off+$amt]
H A Dzerodamage.test34 # Check the ability to turn zero-damage on and off.
79 # Repeat the previous step with zero-damage turned off. This time the
108 # Repeat the previous with POWERSAFE_OVERWRITE off. Verify that the WAL file
H A Djrnlmode3.test40 } {off exclusive 1}
62 } {exclusive off 1}
76 set all_journal_modes {delete persist truncate memory off}
H A Dmultiplex.test44 # This saves off the parameters and calls the
236 PRAGMA auto_vacuum = off;
294 set all_journal_modes {delete persist truncate memory off}
308 PRAGMA auto_vacuum = off;
383 PRAGMA auto_vacuum = off;
416 PRAGMA auto_vacuum = off;
H A Dchanges.test40 PRAGMA journal_mode = off;
42 " {off}
H A Ddbpagefault.test39 execsql { PRAGMA journal_mode = off }
52 execsql { PRAGMA journal_mode = off }
H A Dincrvacuum2.test42 # Vacuum off a single page.
51 # Vacuum off five pages
60 # Vacuum off all the rest
H A Dlike.test105 PRAGMA case_sensitive_like=off;
186 # With no index on t1.x and with case sensitivity turned off, no optimization
334 db eval {PRAGMA case_sensitive_like=off;}
395 db eval {PRAGMA case_sensitive_like=off;}
461 execsql {PRAGMA case_sensitive_like=off}
498 PRAGMA case_sensitive_like=off;
509 execsql {PRAGMA case_sensitive_like=off}
541 PRAGMA case_sensitive_like=off;
563 PRAGMA case_sensitive_like=off;
621 # Make sure the LIKE prefix optimization does not strip off leading
H A Dfts3snippet.test179 set off [string first "twohundred " $numbers]
180 do_offsets_test $T.2.1 {twohundred} [list 1 0 $off 10]
182 set off [string first "onehundred " $numbers]
184 [list 0 0 $off 10 1 0 $off 10] [list 0 0 $off 10]
H A Dmemdb1.test60 PRAGMA auto_vacuum = off;
169 } {truncate off delete delete persist memory off delete}
H A Dcoveridxscan.test50 # With the optimization turned off, output in rowid order
66 # With the optimization configured off, output in rowid order
H A Dwal3.test42 PRAGMA auto_vacuum = off;
200 # synchronous=off, synchronous=normal and synchronous=full.
203 1 off
362 execsql { PRAGMA auto_vacuum = off }
444 execsql { PRAGMA auto_vacuum = off }
/sqlite-3.40.0/src/
H A Dtest_syscall.c114 static int ts_pread(int fd, void *aBuf, size_t nBuf, off_t off);
120 static int ts_pwrite(int fd, const void *aBuf, size_t nBuf, off_t off);
123 static int ts_fallocate(int fd, off_t off, off_t len);
326 static int ts_pread(int fd, void *aBuf, size_t nBuf, off_t off){ in ts_pread() argument
330 return orig_pread(fd, aBuf, nBuf, off); in ts_pread()
340 return orig_pread64(fd, aBuf, nBuf, off); in ts_pread64()
357 static int ts_pwrite(int fd, const void *aBuf, size_t nBuf, off_t off){ in ts_pwrite() argument
361 return orig_pwrite(fd, aBuf, nBuf, off); in ts_pwrite()
371 return orig_pwrite64(fd, aBuf, nBuf, off); in ts_pwrite64()
393 static int ts_fallocate(int fd, off_t off, off_t len){ in ts_fallocate() argument
[all …]
/sqlite-3.40.0/doc/
H A Dtrusted-schema.md36 and behave like direct-only if TRUSTED\_SCHEMA=off.
42 will be updated to recommend applications turn TRUSTED\_SCHEMA to off.
82 turning TRUSTED\_SCHEMA on and off. It defaults to ON.
85 TRUSTED\_SCHEMA setting to be off.
/sqlite-3.40.0/ext/recover/
H A Drecoverslowidx.test53 {PRAGMA writable_schema = off}
81 {PRAGMA writable_schema = off}

12345