Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 87) sorted by relevance

1234

/sqlite-3.40.0/test/
H A Dmalloc_common.tcl132 set DEFAULT(-start) 1
152 -start $O(-start) -end $O(-end)
338 set DEFAULT(-start) 1
356 for {set iFail $O(-start)} \
424 if {[info exists ::mallocopts(-start)]} {
425 set start $::mallocopts(-start)
427 set start 0
438 for {set ::n $start} {$::go && $::n <= $end} {incr ::n} {
H A Ddate.test99 datetest 2.13 {datetime('2003-10-22 12:34','start of month')} \
101 datetest 2.14 {datetime('2003-10-22 12:34','start of year')} \
103 datetest 2.15 {datetime('2003-10-22 12:34','start of day')} \
105 datetest 2.15a {datetime('2003-10-22 12:34','start of')} NULL
106 datetest 2.15b {datetime('2003-10-22 12:34','start of bogus')} NULL
335 datetest 8.5 {datetime('now','start of month')} {2003-10-01 00:00:00}
336 datetest 8.6 {datetime('now','start of year')} {2003-01-01 00:00:00}
337 datetest 8.7 {datetime('now','start of day')} {2003-10-22 00:00:00}
531 # 2017-03-02: Wrong 'start of day' computation.
539 datetest 17.6 {datetime(37,'start of year')} NULL
[all …]
H A Dbitvec.test39 # from hashing into subbitmaps. The subbitmaps should start as
106 unset -nocomplain start
108 foreach start {1 2 3 4 5 6 7 8} {
110 do_test bitvec-1.20.$start.$incr {
111 set prog [list 1 60 $::start $::incr 2 5000 1 1 0]
H A Dtabfunc01.test29 SELECT *, '|' FROM generate_series WHERE start=1 AND stop=9 AND step=2;
33 } {0 value {} 0 {} 0 0 1 start {} 0 {} 0 1 2 stop {} 0 {} 0 1 3 step {} 0 {} 0 1}
190 # the SQLite core to verify the start=, stop=, and step= constraints on
195 SELECT * FROM generate_series WHERE start IN (1,7) AND stop=20 AND step=10
294 ALTER TABLE generate_series RENAME start TO flubber;
299 ALTER TABLE generate_series DROP COLUMN start;
314 ALTER TABLE pragma_compile_options RENAME start TO flubber;
319 ALTER TABLE pragma_compile_options DROP COLUMN start;
H A Dincrblob2.test49 seek $fd2 $iOffset start
50 seek $fd1 $iOffset start
60 seek $fd2 $iOffset start
61 seek $fd1 $iOffset start
67 seek $fd1 $iOffset start
72 seek $fd2 $iOffset start
77 seek $fd1 $iOffset start
H A Dswarmvtab2.test36 set start [expr {$num*1000}]
37 set end [expr {$start+999}]
41 VALUES($start) UNION ALL SELECT x+1 FROM c WHERE x<$end
H A Dvarint.test23 foreach start {0 100 10000 1000000 0x10000000} {
28 btree_varint_test $start $mult 5000 $incr
H A Dincrvacuum_ioerr.test42 # do_ioerr_test incrvacuum-ioerr-3 -start 1 -cksum 1 -tclprep {
63 do_ioerr_test incrvacuum-ioerr-2 -start 1 -cksum 1 -tclprep {
89 do_ioerr_test incrvacuum-ioerr-3 -start 1 -cksum 1 -tclprep {
H A Ddate2.test119 ('start of month'),
120 ('start of year'),
121 ('start of day'),
H A Dzipfile2.test38 set start 0
39 while { [set idx [string first $needle $haystack $start]]>=0 } {
41 set start [expr $idx+1]
H A Dwindowfault.test31 do_faultsim_test 1 -start 1 -faults oom-t* -prep {
79 do_faultsim_test 2 -start 1 -faults oom-* -prep {
118 do_faultsim_test 5 -start 1 -faults oom-* -prep {
H A Dtester.tcl447 set cmdlinearg(start) ""
480 sqlite3_memdebug_log start
504 foreach {dummy cmdlinearg(start)} [split $a =] break
506 set ::G(start:file) $cmdlinearg(start)
507 if {[regexp {(.*):(.*)} $cmdlinearg(start) -> s.perm s.file]} {
597 vdbe_coverage start
1905 set ::ioerropts(-start) 1
1937 for {set n $::ioerropts(-start)} {$::go} {incr n} {
H A Dcorrupt2.test48 # Corrupt the 16 byte magic string at the start of the file
53 seek $f 8 start
73 seek $f 16 start
93 seek $f 101 start
113 seek $f 101 start
115 seek $f 200 start
H A Dcorrupt.test278 # because the start of said blob looks like the start of a legitimate
288 # (because the start of the blob associated with the (rowid=10) record
H A Dlock.test159 # If one thread has a transaction another thread cannot start
282 # Try to start two transactions in a row
289 } {1 {cannot start a transaction within a transaction}}
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-opfs-async-proxy.js292 __mTimer.start = undefined;
294 __mTimer.start = performance.now();
300 metrics[__mTimer.op].time += performance.now() - __mTimer.start
304 __wTimer.start = undefined;
306 __wTimer.start = performance.now();
311 metrics[__wTimer.op].wait += performance.now() - __wTimer.start
/sqlite-3.40.0/tool/
H A Dmkopcodeh.tcl208 set ok 0; set start -1
213 set ok 1; set start $seek
222 set next $start
H A Domittest-msvc.tcl86 set start [lindex $argv 0]
89 if {[string compare $opt $start]<0} continue
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5tok2.test33 SELECT input, token, start, end FROM t3 WHERE input=$input
39 SELECT input, token, start, end FROM t5($input)
/sqlite-3.40.0/contrib/
H A Dsqlitecon.tcl214 set start $row.$v(plength)
215 set line [$w get $start "$start lineend"]
424 set start $row.$v(plength)
425 $w delete $start end
/sqlite-3.40.0/ext/fts5/
H A Dextract_api_docs.tcl180 proc get_fts5_struct {data start end} {
185 if {[regexp $start $line]} {
/sqlite-3.40.0/src/
H A Dtest3.c438 u32 start, mult, count, incr; in btree_varint_test() local
447 if( Tcl_GetInt(interp, argv[1], (int*)&start) ) return TCL_ERROR; in btree_varint_test()
451 in = start; in btree_varint_test()
H A Dwindow.c1605 WindowCsrAndReg start; member
2257 p, OP_Le, p->current.csr, regCountdown, p->start.csr, lblDone in windowCodeOp()
2261 p, OP_Ge, p->start.csr, regCountdown, p->current.csr, lblDone in windowCodeOp()
2292 sqlite3VdbeAddOp2(v, OP_Rowid, p->start.csr, regRowid1); in windowCodeOp()
2314 csr = p->start.csr; in windowCodeOp()
2315 reg = p->start.reg; in windowCodeOp()
2827 s.start.csr = s.current.csr+2; in sqlite3WindowCodeStep()
2888 s.start.reg = pParse->nMem+1; pParse->nMem += nPeer; in sqlite3WindowCodeStep()
2960 sqlite3VdbeAddOp2(v, OP_Rewind, s.start.csr, 1); in sqlite3WindowCodeStep()
2969 sqlite3VdbeAddOp3(v, OP_Copy, regPeer, s.start.reg, pOrderBy->nExpr-1); in sqlite3WindowCodeStep()
/sqlite-3.40.0/doc/
H A Dpager-invariants.txt13 (b) The page was a freelist leaf page at the start of the transaction.
16 the database file at the start of the transaction.
/sqlite-3.40.0/ext/wasm/common/
H A Dtesting.css43 .group-start { color: blue; }

1234