Home | History | Annotate | Download | only in orig

Lines Matching defs:covered

26665     ** the lock in 2 blocks, so that part of the range will be covered by a 
26666 ** write lock until the rest is covered by a read lock:
104244 /* All terms of the ORDER BY clause are covered by this index so
128687 u64 covered; /* Mask of query phrases covered */
128918 u64 mCovered, /* Bitmask of phrases already covered */
128921 u64 *pmCover, /* OUT: Bitmask of phrases covered */
128927 u64 mCover = 0; /* Mask of phrases covered by this snippet */
129012 u64 mCovered, /* Mask of phrases already covered */
129075 pFragment->covered = mCover;
129820 u64 mCovered = 0; /* Bitmask of phrases covered by snippet */
129856 mCovered |= pFragment->covered;
131575 ** Return true if the area covered by p2 is a subset of the area covered