Lines Matching defs:hit
35435 ** a performance hit but it is not a fatal error. So mark the
57017 ** take the performance hit.
59847 ** all data has really hit the disk before nRec is updated to mark
62378 ** current cache hit or miss count, according to the value of eStat. If the
62379 ** reset parameter is non-zero, the cache hit or miss count is zeroed before
63575 ** the search is guaranteed to eventually hit an unused entry. Let
79941 ** error was hit. Or there is a transaction open on the destination
84565 ** callgrind, this causes a certain test case to hit the CPU 4.7
85787 ** or hit an 'OR FAIL' constraint and there are no deferred foreign
103988 int hit = 0;
104026 hit = 1;
104029 if( hit || zTab==0 ) continue;
108302 ** be a small performance hit but is otherwise harmless. On the other
113628 ** error would have been hit before this point */
120765 ** "OP_Destroy 4 0" opcode. The subsequent "OP_Destroy 5 0" would hit
129955 ** flag in the second case as if any REPLACE constraint is hit, an
141446 int iBreak /* Jump here if we hit the LIMIT */
154552 VdbeComment((v, "record LEFT JOIN hit"));
159040 /* Stop the search once we hit the query planner search limit */
160874 /* We hit the query planner search limit set by iPlanLimit */
182885 ** subsequently to determine whether or not an EOF was hit.
195619 ** the %_content table. If we hit the duplicate rowid constraint (or any
237724 ** subsequently to determine whether or not an EOF was hit.