Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 42) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dbitvec.test71 # First fill up the bitmap with ones, then go through and
163 set ::go 0
173 unset -nocomplain go
174 set go 1
176 for {set n 0} {$go} {incr n} {
182 set go 1
183 for {set n 0} {$go} {incr n} {
189 set go 1
190 for {set n 1} {$go} {incr n} {
H A Dioerr2.test91 set ::go 1
92 for {set ::N 1} {$::go} {incr ::N} {
99 foreach {::go res} [catchsql $sql] {}
104 set ::go 1
105 for {set ::N 1} {$::go} {incr ::N} {
110 foreach {::go res} [catchsql $sql] {}
127 set ::go 1
134 foreach {::go res} [catchsql $sql] {}
H A Dconflict3.test46 # Insert two rows where the second conflicts on C. The first row show go
76 # Insert two rows where the second conflicts on C. The first row show go
106 # Insert two rows where the second conflicts on C. The first row show go
136 # Insert two rows where the second conflicts on C. The first row show go
166 # Insert two rows where the second conflicts on C. The first row show go
196 # Insert two rows where the second conflicts on C. The first row show go
226 # Insert two rows where the second conflicts on C. The first row show go
256 # Insert two rows where the second conflicts on C. The first row show go
286 # Insert two rows where the second conflicts on C. The first row show go
316 # Insert two rows where the second conflicts on C. The first row show go
[all …]
H A Dasync2.test50 set ::go 10
51 for {set n 1} {$::go} {incr n} {
116 incr ::go -1
H A Ddiskfull.test57 set ::go 1
60 while {$::go} {
68 set ::go 0
H A Dmalloc4.test44 set go 1
45 for {set n 0} {$go} {incr n} {
177 set go 0
H A Dmisc7.test75 set ::go 1
78 while {$::go} {
85 if {$rc == 0} {set ::go 0}
H A Dtkt2767.test78 # even prior to the fix of #2767. But it seems good to go ahead
H A Dgenesis.tcl352 …thou wilt take the left hand, then I will go to the right; or if thou depart to the right hand, th…
400 INSERT INTO t1(docid,words) VALUES(1015015,'And thou shalt go to thy fathers in peace; thou shalt b…
620 INSERT INTO t1(docid,words) VALUES(1024004,'But thou shalt go unto my country, and to my kindred, a…
654 INSERT INTO t1(docid,words) VALUES(1024038,'But thou shalt go unto my father''s house, and to my ki…
674 …rds) VALUES(1024058,'And they called Rebekah, and said unto her, Wilt thou go with this man? And s…
841 …nd Jacob said unto Laban, Give me my wife, for my days are fulfilled, that I may go in unto her.');
997 … VALUES(1033012,'And he said, Let us take our journey, and let us go, and I will go before thee.');
1319 INSERT INTO t1(docid,words) VALUES(1043004,'If thou wilt send our brother with us, we will go down …
1328 INSERT INTO t1(docid,words) VALUES(1043013,'Take also your brother, and arise, go again unto the ma…
1375 …words) VALUES(1044026,'And we said, We cannot go down: if our youngest brother be with us, then wi…
[all …]
H A Dwalcrash2.test51 # database. This should cause the process to go into the
H A Dselect2.test61 # without. Compare the performance to make sure things go faster with the
H A Dpageropt.test73 # We should not have to go back to disk.
H A Dmalloc_common.tcl506 set go [expr {$nFail>0}]
H A De_totalchanges.test81 INSERT INTO log VALUES('here we go!');
H A Dwal5.test127 # proceed to checkpoint the entire log file. Next write should go to the
/sqlite-3.40.0/tool/
H A Dstack_usage.tcl60 set go 1
61 while {$go} {
62 set go 0
71 set go 1
H A Dshowdb.c211 int go = 0; in print_byte_range() local
214 if( aData[i+j] ){ go = 1; break; } in print_byte_range()
216 if( !go && i>0 && i+g.perLine<nByte ) continue; in print_byte_range()
/sqlite-3.40.0/src/
H A Dloadext.c860 int go = 1; in sqlite3AutoLoadExtensions() local
869 for(i=0; go; i++){ in sqlite3AutoLoadExtensions()
882 go = 0; in sqlite3AutoLoadExtensions()
891 go = 0; in sqlite3AutoLoadExtensions()
/sqlite-3.40.0/doc/
H A Dtrusted-schema.md38 Application-defined functions and virtual tables go in as Normal unless
49 Direct-only elements that have side-effects that go outside the database file
65 go in as "Normal" by default. For optimal security, we want those risky
68 functions and vtabs go in as Normal, but the application can switch them
/sqlite-3.40.0/ext/session/
H A Dsession_common.tcl66 after 1 {set go 1}
67 vwait go
H A Dsession1.test214 after 1 {set go 1}
215 vwait go
H A Dsession9.test258 # go awry.
/sqlite-3.40.0/autoconf/tea/tclconfig/
H A Dinstall-sh331 *) mkdir_umask=$umask,go-w;;
/sqlite-3.40.0/ext/misc/
H A DREADME.md14 It is a good example of how to go about implementing a custom
/sqlite-3.40.0/autoconf/
H A DINSTALL117 directory where you want the object files and executables to go and run
159 you can set and what kinds of files go in them. In general, the

12