Home | History | Annotate | Download | only in dist

Lines Matching defs:usable

4624 ** that collation is no longer usable.
5473 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5475 ** is usable) and false if it cannot.)^
5525 unsigned char usable; /* True if this constraint is usable */
18244 u8 *zByte; /* Memory usable by this allocator */
24266 sqlite3_int64 mmapSize; /* Usable size of mapping at pMapRegion */
32265 sqlite3_int64 mmapSize; /* Usable size of mapped region */
39385 /* Step 5. If a usable page buffer has still not been found,
50706 ** The max embedded payload fraction is the amount of the total usable
50908 u8 *aDataEnd; /* One byte past the end of usable data */
51040 u32 usableSize; /* Number of usable bytes on each page */
51181 ** database page. The first argument to each is the number of usable
52671 int usableSize; /* Number of usable bytes on a page */
52763 int usableSize; /* Usable size of the page */
52996 int usableSize; /* Amount of usable space on each page */
53077 ** the cell-content area. If this is greater than the usable-size
57378 const int nUsable = pPage->pBt->usableSize; /* Usable size of page */
76843 ** usable by indices within the WHERE clause processing logic.
93713 if( i==nCol ) break; /* pIdx is usable */
110557 Bitmask notReady; /* FROM entries not usable at this level */
112430 p->aConstraint[i].usable);
112786 if( !p->aConstraint[i].usable && p->aConstraintUsage[i].argvIndex>0 ){
114407 ** ON or USING clause of a LEFT JOIN, and terms that are usable as
114567 /* Case 6: There is no usable index. We must do a complete
115762 pIdxCons->usable = 0;
115769 pIdxCons->usable = 1;
115774 pIdxCons->usable = (pTerm->prereqRight==0);
115778 pIdxCons->usable = (pTerm->eOperator & WO_IN)==0;
115782 pIdxCons->usable = 1;
128367 if( pCons->usable==0 ){
132839 if( pInfo->aConstraint[i].usable ){
136516 if( pInfo->aConstraint[i].usable
146361 if( p->usable && p->iColumn==0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){
146383 if( p->usable && (p->iColumn>0 || p->op==SQLITE_INDEX_CONSTRAINT_MATCH) ){