| /sqlite-3.40.0/test/ |
| H A D | malloc_common.tcl | 132 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 D | date.test | 99 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 D | bitvec.test | 39 # 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 D | tabfunc01.test | 29 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 D | incrblob2.test | 49 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 D | swarmvtab2.test | 36 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 D | varint.test | 23 foreach start {0 100 10000 1000000 0x10000000} { 28 btree_varint_test $start $mult 5000 $incr
|
| H A D | incrvacuum_ioerr.test | 42 # 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 D | date2.test | 119 ('start of month'), 120 ('start of year'), 121 ('start of day'),
|
| H A D | zipfile2.test | 38 set start 0 39 while { [set idx [string first $needle $haystack $start]]>=0 } { 41 set start [expr $idx+1]
|
| H A D | windowfault.test | 31 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 D | tester.tcl | 447 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 D | corrupt2.test | 48 # 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 D | corrupt.test | 278 # 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 D | lock.test | 159 # 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 D | sqlite3-opfs-async-proxy.js | 292 __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 D | mkopcodeh.tcl | 208 set ok 0; set start -1 213 set ok 1; set start $seek 222 set next $start
|
| H A D | omittest-msvc.tcl | 86 set start [lindex $argv 0] 89 if {[string compare $opt $start]<0} continue
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5tok2.test | 33 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 D | sqlitecon.tcl | 214 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 D | extract_api_docs.tcl | 180 proc get_fts5_struct {data start end} { 185 if {[regexp $start $line]} {
|
| /sqlite-3.40.0/src/ |
| H A D | test3.c | 438 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 D | window.c | 1605 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 D | pager-invariants.txt | 13 (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 D | testing.css | 43 .group-start { color: blue; }
|