Home | History | Annotate | Download | only in dist

Lines Matching defs:usable

4396 ** that collation is no longer usable.
5097 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5099 ** is usable) and false if it cannot.)^
5137 unsigned char usable; /* True if this constraint is usable */
16015 u8 *zByte; /* Memory usable by this allocator */
34058 /* Step 5. If a usable page buffer has still not been found,
44466 ** The max embedded payload fraction is the amount of the total usable
44800 u32 usableSize; /* Number of usable bytes on each page */
44921 ** database page. The first argument to each is the number of usable
46429 int usableSize; /* Number of usable bytes on a page */
46521 int usableSize; /* Usable size of the page */
46753 int usableSize; /* Amount of usable space on each page */
46832 ** the cell-content area. If this is greater than the usable-size
50901 const int nUsable = pPage->pBt->usableSize; /* Usable size of page */
67634 ** usable by indices within the WHERE clause processing logic.
81507 if( i==nCol ) break; /* pIdx is usable */
96002 ** IMPLEMENTATION-OF: R-59926-26393 To be usable by an index a term must be
97052 p->aConstraint[i].usable);
97115 /* Search the WHERE clause terms for a usable WO_OR term. */
97561 if( !p->aConstraint[i].usable && p->aConstraintUsage[i].argvIndex>0 ){
97638 /* Set the aConstraint[].usable fields and initialize all
97641 ** aConstraint[].usable is true for constraints where the right-hand
97655 ** join might be different so we have to recompute the usable flag
97663 pIdxCons->usable = (pTerm->prereqRight&notReady) ? 0 : 1;
99389 /* Case 5: There is no usable index. We must do a complete
109293 if( pCons->usable==0 ) continue;
120483 if( p->usable && p->iColumn==0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){
120503 if( p->usable && (p->iColumn>0 || p->op==SQLITE_INDEX_CONSTRAINT_MATCH) ){