Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:usable

4476 ** that collation is no longer usable.
5177 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5179 ** is usable) and false if it cannot.)^
5217 unsigned char usable; /* True if this constraint is usable */
16255 u8 *zByte; /* Memory usable by this allocator */
35668 /* Step 5. If a usable page buffer has still not been found,
46292 ** The max embedded payload fraction is the amount of the total usable
46626 u32 usableSize; /* Number of usable bytes on each page */
46747 ** database page. The first argument to each is the number of usable
48179 int usableSize; /* Number of usable bytes on a page */
48271 int usableSize; /* Usable size of the page */
48503 int usableSize; /* Amount of usable space on each page */
48582 ** the cell-content area. If this is greater than the usable-size
52658 const int nUsable = pPage->pBt->usableSize; /* Usable size of page */
69564 ** usable by indices within the WHERE clause processing logic.
83563 if( i==nCol ) break; /* pIdx is usable */
98138 ** IMPLEMENTATION-OF: R-59926-26393 To be usable by an index a term must be
99233 p->aConstraint[i].usable);
99296 /* Search the WHERE clause terms for a usable WO_OR term. */
99742 if( !p->aConstraint[i].usable && p->aConstraintUsage[i].argvIndex>0 ){
99819 /* Set the aConstraint[].usable fields and initialize all
99822 ** aConstraint[].usable is true for constraints where the right-hand
99836 ** join might be different so we have to recompute the usable flag
99844 pIdxCons->usable = (pTerm->prereqRight&notReady) ? 0 : 1;
101823 /* Case 5: There is no usable index. We must do a complete
114115 if( pCons->usable==0 ) continue;
116910 if( pInfo->aConstraint[i].usable && pInfo->aConstraint[i].iColumn==0 ){
125624 if( p->usable && p->iColumn==0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){
125644 if( p->usable && (p->iColumn>0 || p->op==SQLITE_INDEX_CONSTRAINT_MATCH) ){