Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 25 of 29) sorted by relevance

12

/sqlite-3.40.0/test/
H A Dfts3auto.test221 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 Dthread005.test33 # 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 Dfts2n.test74 # 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 Dfts3an.test74 # 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 Dfts3rnd.test181 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 Ddecimal.test18 puts "Skipping decimal tests, hit load error: $error"
142 puts "Skipping ieee754 tests, hit load error: $error"
H A Dtemptrigger.test94 # 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 DselectG.test13 # VALUE terms works and does not hit the SQLITE_LIMIT_COMPOUND_SELECT limit.
H A Din2.test12 # hit by the "IN" operator (or EXISTS, NOT IN, etc.).
H A Dtkt-b72787b1.test67 # cause all $::STMT to hit an expired cookie. Prior to the fix
H A Dzipfilefault.test22 puts "Skipping zipfile2 tests, hit load error: $error"
H A DcorruptD.test73 # page initialization, as trying to do so causes a performance hit.
H A Dfts4onepass.test59 # transaction. Even if the calling statement cannot hit a constraint.
H A Dzipfile2.test23 puts "Skipping zipfile2 tests, hit load error: $error"
H A Djournal2.test181 # did begin writing to the database file before it hit IO errors. If
H A DcorruptN.test274 -- Run an UPDATE on t1 that will hit a child of page 136. Have the trigger
H A Dzipfile.test23 puts "Skipping zipfile tests, hit load error: $error"
27 puts "Skipping zipfile tests, hit load error: $error"
H A De_fts3.test297 foreach {tn query hit} {
306 set res [db eval {SELECT * FROM docs WHERE $hit}]
H A De_changes.test86 # Test that statements that modify no rows because they hit UNIQUE
H A Dwalfault.test47 # one that hit the error in journal_mode="WAL") might return "wal" even
/sqlite-3.40.0/ext/misc/
H A Dregexp.c340 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 DrtreeC.test312 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 Drbu12.test67 # The rbu object that hit the SQLITE_BUSY error above cannot be reused.
/sqlite-3.40.0/ext/fts5/test/
H A Dfts5onepass.test57 # transaction. Even if the calling statement cannot hit a constraint.
/sqlite-3.40.0/src/
H A Dresolve.c313 int hit = 0; in lookupName() local
351 hit = 1; in lookupName()
354 if( hit || zTab==0 ) continue; in lookupName()

12