Home | History | Annotate | Download | only in orig

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 */
24259 sqlite3_int64 mmapSize; /* Usable size of mapping at pMapRegion */
32245 sqlite3_int64 mmapSize; /* Usable size of mapped region */
39365 /* Step 5. If a usable page buffer has still not been found,
50686 ** The max embedded payload fraction is the amount of the total usable
50888 u8 *aDataEnd; /* One byte past the end of usable data */
51020 u32 usableSize; /* Number of usable bytes on each page */
51161 ** database page. The first argument to each is the number of usable
52651 int usableSize; /* Number of usable bytes on a page */
52743 int usableSize; /* Usable size of the page */
52976 int usableSize; /* Amount of usable space on each page */
53057 ** the cell-content area. If this is greater than the usable-size
57358 const int nUsable = pPage->pBt->usableSize; /* Usable size of page */
76823 ** usable by indices within the WHERE clause processing logic.
93693 if( i==nCol ) break; /* pIdx is usable */
110537 Bitmask notReady; /* FROM entries not usable at this level */
112410 p->aConstraint[i].usable);
112766 if( !p->aConstraint[i].usable && p->aConstraintUsage[i].argvIndex>0 ){
114387 ** ON or USING clause of a LEFT JOIN, and terms that are usable as
114547 /* Case 6: There is no usable index. We must do a complete
115742 pIdxCons->usable = 0;
115749 pIdxCons->usable = 1;
115754 pIdxCons->usable = (pTerm->prereqRight==0);
115758 pIdxCons->usable = (pTerm->eOperator & WO_IN)==0;
115762 pIdxCons->usable = 1;
128347 if( pCons->usable==0 ){
132807 if( pInfo->aConstraint[i].usable ){
136484 if( pInfo->aConstraint[i].usable
146329 if( p->usable && p->iColumn==0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){
146351 if( p->usable && (p->iColumn>0 || p->op==SQLITE_INDEX_CONSTRAINT_MATCH) ){