Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/sqlite-3.40.0/tool/
H A Dmkvsix.tcl318 if {![file exists $binaryDirectory] || \
337 if {![file exists $sourceDirectory] || \
499 if {[file exists $userFile] && \
508 if {![file exists $templateFile] || \
517 if {[file exists $outputFile]} then {
549 if {![info exists zip]} then {
550 if {[info exists env(ZipTool)]} then {
553 if {![info exists zip] || ![file exists $zip]} then {
564 if {![info exists unzip]} then {
568 if {![info exists unzip] || ![file exists $unzip]} then {
[all …]
H A Dmkopcodeh.tcl114 if {[info exists groups($nGroup)]} {
172 while {[info exists used($cnt)]} {incr cnt}
187 while {[info exists used($cnt)]} {incr cnt}
212 while {[info exists used($seek)]} {incr seek}
216 if {[info exists used($seek)]} {
240 while {[info exists used($cnt)]} {incr cnt}
249 if {![info exists used($i)]} {
256 if {[info exists jump($name)] && $jump($name)} {
259 if {[info exists sameas($i)]} {
262 if {[info exists synopsis($name)]} {
H A Dsqltclsh.tcl5 if {![file exists $argv0] && [file exists $argv0.exe]} {
13 if {[info exists mainscript]} {
30 if {[info exists mainscript]} {
44 if {[info exists mainscript]} {
H A Dvdbe_profile.tcl25 if {[info exists cnt($stmt)]} {
47 if {[info exists opcnt($op)]} {
54 if {[info exists stat($stmt,$addr)]} {
69 for {set i 0} {[info exists stat($stmt,$i)]} {incr i} {
/sqlite-3.40.0/test/
H A Dsymlink.test66 file exists test.db
70 file exists test.db
116 file exists test.db-journal
123 file exists test.db-journal
126 list [file exists test2.db-journal] [file exists test3.db-journal]
134 file exists test.db-wal
137 list [file exists test2.db-wal] [file exists test3.db-wal]
182 list [file exists x/test.db-wal] [file exists y/test.db-wal]
191 list [file exists x/test.db-wal] [file exists y/test.db-wal] \
192 [file exists z/test.db-wal]
[all …]
H A Dwapp.tcl258 return [dict exists $wapp $name]
455 if {![dict exists $W .toread]} {
570 if {[dict exists $wapp CONTENT_TYPE] && [dict exists $wapp CONTENT]} {
619 if {![dict exists $wapp HTTP_HOST]} {
621 } elseif {[dict exists $wapp HTTPS]} {
633 if {[dict exists $wapp SCRIPT_NAME]} {
638 if {![dict exists $wapp PATH_INFO]} {
657 if {[dict exists $wapp HTTP_COOKIE]} {
720 if {[dict exists $wapp .csp]} {
788 if {[info exists env($key)]} {
[all …]
H A Dwalpersist.test31 file exists test.db-wal
34 file exists test.db-shm
38 list [file exists test.db] [file exists test.db-wal] [file exists test.db-shm]
45 list [file exists test.db] [file exists test.db-wal] [file exists test.db-shm]
67 list [file exists test.db] [file exists test.db-wal] [file exists test.db-shm]
91 concat [file exists test.db-wal] [file size test.db-wal]
H A Dtester.tcl147 if {![info exists ::G(file-retries)]} {
180 if {[info exists ::env(ComSpec)]} {
375 if {[info exists ::G(perm:presql)]} {
415 if {[info exists cmdlinearg]==0} {
617 if {[info exists ::SETUP_SQL]} {
625 if {[info exists TC(count)]} return
635 if {0==[info exists ::SLAVE]} {
938 if {[info exists ::testprefix]
1047 if {[info exists cx($id)]} {
1364 if {[file exists ../sqlite3.c]} {
[all …]
H A Dmalloc_common.tcl140 if {[info exists DEFAULT($o)]==0} { error "unknown option: $o" }
424 if {[info exists ::mallocopts(-start)]} {
429 if {[info exists ::mallocopts(-end)]} {
464 if {[info exists ::mallocopts(-testdb)]} {
475 if {[info exists ::mallocopts(-tclprep)]} {
478 if {[info exists ::mallocopts(-sqlprep)]} {
487 if {[info exists ::mallocopts(-tclbody)]} {
490 if {[info exists ::mallocopts(-sqlbody)]} {
530 if {[info exists ::mallocopts(-cleanup)]} {
574 if {![info exists ::DO_MALLOC_TEST]} { set ::DO_MALLOC_TEST 1 }
[all …]
H A Dswarmvtab3.test75 set exists [file exists test.db$i]
76 if {$exists!=($::dbcache(test.db$i)!=0)} {
77 error "inconsistent ::dbcache and disk ($i) - $exists"
79 incr n $exists
155 if {[info exists ctx_used($ctx)]==0} break
195 set exists [file exists $k]
196 if {$exists!=($::dbcache($k)!=0)} {
197 error "inconsistent ::dbcache and disk ($k) - $exists"
199 incr n $exists
H A D8_3_names.test40 file exists test.db-journal
43 file exists test.nal
64 file exists test.db-journal
67 file exists test.nal
98 file exists test.db-journal
101 file exists test.nal
171 file exists test.db-wal
174 file exists test.wal
177 file exists test.db-shm
180 file exists test.shm
H A De_wal.test51 list [file exists test.db-shm] [file exists test.db-wal]
64 list [file exists test.db-shm] [file exists test.db-wal]
78 list [file exists test.db-shm] [file exists test.db-wal]
93 list [file exists test.db-shm] [file exists test.db-wal]
146 list [file exists test.db-shm] [file exists test.db-wal]
221 do_test 4.2.2 { file exists test.db-wal } {1}
223 do_test 4.2.4 { file exists test.db-wal } {0}
H A Drandexpr1.test1067exists(select 1 from t1 where b<>17 or not exists(select 1 from t1 where t1.f in (19,t1.f,c)) or (…
1070exists(select 1 from t1 where b<>17 or not exists(select 1 from t1 where t1.f in (19,t1.f,c)) or (…
1073exists(select 1 from t1 where b<>17 or not exists(select 1 from t1 where t1.f in (19,t1.f,c)) or (…
4241exists(select 1 from t1 where ((+(case when d*t1.b not in (t1.d,t1.f,e) then 11 else t1.c end))+19…
4244exists(select 1 from t1 where ((+(case when d*t1.b not in (t1.d,t1.f,e) then 11 else t1.c end))+19…
4529exists(select 1 from t1 where c not between t1.f and t1.d) then coalesce((select max(d) from t1 wh…
6455exists(select 1 from t1 where (exists(select 1 from t1 where 19<11)) or 11 in ((t1.d),t1.c,b) and …
6458exists(select 1 from t1 where (exists(select 1 from t1 where 19<11)) or 11 in ((t1.d),t1.c,b) and …
7040exists(select 1 from t1 where (exists(select 1 from t1 where t1.a not between 17 and a+t1.f) or no…
7043exists(select 1 from t1 where (exists(select 1 from t1 where t1.a not between 17 and a+t1.f) or no…
[all …]
H A Djrnlmode.test227 list [file exists test.db-journal] [file exists test2.db-journal]
366 [file exists test.db-journal] \
367 [file exists test2.db-journal] \
368 [file exists test3.db-journal]
389 [file exists test.db-journal] \
390 [file exists test2.db-journal] \
485 file exists test.db-journal
494 file exists test.db-journal
502 file exists test.db-journal
511 file exists test.db-journal
[all …]
H A Dwapptest.tcl220 if {[info exists G(log)]} {
255 if {[file exists $G(test.$name.log)]} {
415 if { ![info exists G(test.$name.channel)]
416 && ![info exists G(test.$name.done)]
547 if {[info exists G(test.$config.log)]} {
548 if {[info exists G(test.$config.channel)]} {
551 } elseif {[info exists G(test.$config.done)]} {
569 if {[info exists G(test.$config.log)]} {
587 if {[info exists G(result)]} {
627 if { [info exists G(test.$name.channel)] } {
[all …]
H A Dwalmode.test61 file exists test.db-wal
68 file exists test.db-wal
72 file exists test.db-wal
80 file exists test.db-wal
84 file exists test.db-wal
88 file exists test.db-wal
102 list $sqlite_sync_count [file exists test.db-wal] [file size test.db-wal]
113 list [file exists test.db-journal] [file exists test.db-wal]
126 list [file exists test.db-journal] [file exists test.db-wal]
159 list [file exists test.db-journal] [file exists test.db-wal]
H A De_uri.test70 list [file exists file:test.db] [file exists test.db]
77 list [file exists file:test.db2] [file exists test.db2]
83 list [file exists file:test.db] [file exists test.db]
90 list [file exists file:test.db2] [file exists test.db2]
102 list [file exists file:test.db] [file exists test.db]
109 list [file exists file:test.db2] [file exists test.db2]
115 list [file exists file:test.db] [file exists test.db]
122 list [file exists file:test.db2] [file exists test.db2]
H A Dsymlink2.test38 if {[file exists $link]} { return 0 }
65 file exists test.db
69 file exists link.db
105 file exists test.db
109 file exists link.db
H A Dlock5.test48 file exists test.db.lock
53 file exists test.db.lock
72 file exists test.db.lock
91 file exists test.db.lock
98 file exists test.db.lock
120 file exists test.db.lock
H A Dwal2.test320 info exists ::locked
344 list [info exists ::sabotage] [info exists ::locked]
350 list [info exists ::sabotage] [info exists ::locked]
585 list [file exists test.db-wal] [file exists test.db-journal]
602 list [file exists test.db-wal] [file exists test.db-journal]
613 list [file exists test.db-wal] [file exists test.db-journal]
1092 list [file exists test.db-wal] [file exists test.db-shm]
1107 list [file exists test.db-wal] [file exists test.db-shm]
1112 list [file exists test.db-wal] [file exists test.db-shm]
1120 list [file exists test.db-wal] [file exists test.db-shm]
[all …]
H A Dio.test176 file exists test.db-journal
195 file exists test.db-journal
199 file exists test.db-journal
223 file exists test.db-journal
288 file exists test.db-journal
311 file exists test.db-journal
327 file exists test.db-journal
342 file exists test.db-journal
351 file exists test.db-journal
367 file exists test.db-journal
[all …]
/sqlite-3.40.0/ext/rbu/
H A Drbu_common.tcl13 if {![info exists testdir]} {
19 set oal_exists [file exists $target-oal]
20 set wal_exists [file exists $target-wal]
36 set oal_exists [file exists $target-oal]
37 set wal_exists [file exists $target-wal]
H A Drburesume.test33 list [file exists test.db] \
34 [file exists test.db-wal] \
35 [file exists test.db-shm] \
36 [file exists test.db-oal]
102 if {[file exists $f]} {
161 if {[file exists $f]} {
228 if {[file exists $f]} {
H A Drbu12.test13 if {![info exists testdir]} {
63 list [file exists test.db-wal] [file exists test.db-oal]
102 list [file exists test.db-wal] [file exists test.db-oal]
126 while {[file exists test.db-wal]==0} {
/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl41 if {[winfo exists $w]} {destroy $w}
42 if {[info exists v]} {unset v}
227 if {![winfo exists $w]} return
320 if {[info exists x(*)] && $header} {
339 if {[info exists x(*)] && $header} {
345 if {![info exists cw($col)] || $cw($col)<[string length $col]} {
353 if {[info exists x(*)]} {
514 if {![winfo exists $w]} return
580 if {[info exists ::$w]} {
600 if {$m=="" || ![winfo exists $m]} return
[all …]

12345678910>>...12