| /sqlite-3.40.0/test/ |
| H A D | fts3auto.test | 221 if {$hit} { set hits($docid) 1 } 373 foreach hit [array names aLeft] { 375 set aMatchinfo($hit) $aLeft($hit) 382 foreach hit [array names aLeft] { 384 set aMatchinfo($hit) [concat $aLeft($hit) $aRight($hit)] 391 foreach hit [array names aLeft] { 393 set aMatchinfo($hit) [concat $aLeft($hit) $aRight($hit)] 394 unset aRight($hit) 396 set aMatchinfo($hit) [concat $aLeft($hit) $nullright] 399 foreach hit [array names aRight] { [all …]
|
| H A D | thread005.test | 33 # This test attempts to hit the race condition fixed by commit [6363]. 60 # If the race-condition was hit, then $finished(0 and $finished(1) 63 # hit, then $finished(1) will be blocked by the write-lock held by 110 # statement hit an error (say an SQLITE_LOCKED) at the same time as the 116 # Note that it has so far only proved possible to hit this race-condition 208 # If the threads run by this test hit this race-condition, the tests
|
| H A D | fts2n.test | 74 # Prefix which should only hit one document. 143 # Prefix which should only hit one document. 161 # hit counts for each row. offsets() returns 4 elements for every 162 # hit. We'll have 6 hits for row 1, 1 for row 2, and 6*(2^5)==192 for 191 # hit by virtue of size. There are two variations on this. If the
|
| H A D | fts3an.test | 74 # Prefix which should only hit one document. 143 # Prefix which should only hit one document. 161 # hit counts for each row. offsets() returns 4 elements for every 162 # hit. We'll have 6 hits for row 1, 1 for row 2, and 6*(2^5)==192 for
|
| H A D | fts3rnd.test | 181 set hit [llength [lsearch -all $col $zToken]] 182 lappend a($key) $hit 183 incr nHit($i) $hit 184 if {$hit>0} { incr nDoc($i) } 192 foreach i {0 1 2} hit $a($docid) { 193 lappend matchinfo $hit $nHit($i) $nDoc($i)
|
| H A D | decimal.test | 18 puts "Skipping decimal tests, hit load error: $error" 142 puts "Skipping ieee754 tests, hit load error: $error"
|
| H A D | temptrigger.test | 94 # Before the bug was fixed, the following 'DROP TRIGGER' hit an 197 # Before the bug was fixed, the following 'DROP TRIGGER' hit an
|
| H A D | selectG.test | 13 # VALUE terms works and does not hit the SQLITE_LIMIT_COMPOUND_SELECT limit.
|
| H A D | in2.test | 12 # hit by the "IN" operator (or EXISTS, NOT IN, etc.).
|
| H A D | tkt-b72787b1.test | 67 # cause all $::STMT to hit an expired cookie. Prior to the fix
|
| H A D | zipfilefault.test | 22 puts "Skipping zipfile2 tests, hit load error: $error"
|
| H A D | corruptD.test | 73 # page initialization, as trying to do so causes a performance hit.
|
| H A D | fts4onepass.test | 59 # transaction. Even if the calling statement cannot hit a constraint.
|
| H A D | zipfile2.test | 23 puts "Skipping zipfile2 tests, hit load error: $error"
|
| H A D | journal2.test | 181 # did begin writing to the database file before it hit IO errors. If
|
| H A D | corruptN.test | 274 -- Run an UPDATE on t1 that will hit a child of page 136. Have the trigger
|
| H A D | zipfile.test | 23 puts "Skipping zipfile tests, hit load error: $error" 27 puts "Skipping zipfile tests, hit load error: $error"
|
| H A D | e_fts3.test | 297 foreach {tn query hit} { 306 set res [db eval {SELECT * FROM docs WHERE $hit}]
|
| H A D | e_changes.test | 86 # Test that statements that modify no rows because they hit UNIQUE
|
| H A D | walfault.test | 47 # one that hit the error in journal_mode="WAL") might return "wal" even
|
| /sqlite-3.40.0/ext/misc/ |
| H A D | regexp.c | 340 int hit = 0; in re_match() local 344 hit = 1; in re_match() 349 hit = 1; in re_match() 356 if( pRe->aOp[x]==RE_OP_CC_EXC ) hit = !hit; in re_match() 357 if( hit ) re_add_state(pNext, x+n); in re_match()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtreeC.test | 312 INSERT INTO rt VALUES(1, 2, 7, 12, 14); -- Not a hit 313 INSERT INTO rt VALUES(2, 2, 7, 8, 12); -- A hit! 314 INSERT INTO rt VALUES(3, 7, 11, 8, 12); -- Not a hit! 315 INSERT INTO rt VALUES(4, 5, 5, 10, 10); -- A hit!
|
| /sqlite-3.40.0/ext/rbu/ |
| H A D | rbu12.test | 67 # The rbu object that hit the SQLITE_BUSY error above cannot be reused.
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5onepass.test | 57 # transaction. Even if the calling statement cannot hit a constraint.
|
| /sqlite-3.40.0/src/ |
| H A D | resolve.c | 313 int hit = 0; in lookupName() local 351 hit = 1; in lookupName() 354 if( hit || zTab==0 ) continue; in lookupName()
|