Lines Matching defs:usable
4803 ** that collation is no longer usable.
5552 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5554 ** is usable) and false if it cannot.)^
5592 unsigned char usable; /* True if this constraint is usable */
17134 u8 *zByte; /* Memory usable by this allocator */
37650 /* Step 5. If a usable page buffer has still not been found,
48540 ** The max embedded payload fraction is the amount of the total usable
48742 u8 *aDataEnd; /* One byte past the end of usable data */
48873 u32 usableSize; /* Number of usable bytes on each page */
49005 ** database page. The first argument to each is the number of usable
50444 int usableSize; /* Number of usable bytes on a page */
50769 int usableSize; /* Amount of usable space on each page */
50850 ** the cell-content area. If this is greater than the usable-size
73212 ** usable by indices within the WHERE clause processing logic.
88025 if( i==nCol ) break; /* pIdx is usable */
103051 ** IMPLEMENTATION-OF: R-59926-26393 To be usable by an index a term must be
104308 p->aConstraint[i].usable);
104374 /* Search the WHERE clause terms for a usable WO_OR term. */
104829 if( !p->aConstraint[i].usable && p->aConstraintUsage[i].argvIndex>0 ){
104906 /* Set the aConstraint[].usable fields and initialize all
104909 ** aConstraint[].usable is true for constraints where the right-hand
104923 ** join might be different so we have to recompute the usable flag
104931 pIdxCons->usable = (pTerm->prereqRight¬Ready) ? 0 : 1;
106892 ** ON or USING clause of a LEFT JOIN, and terms that are usable as
106963 /* Case 5: There is no usable index. We must do a complete
118070 if( pCons->usable==0 ) continue;
121996 if( pInfo->aConstraint[i].usable && pInfo->aConstraint[i].iColumn==0 ){
131512 if( p->usable && p->iColumn==0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){
131532 if( p->usable && (p->iColumn>0 || p->op==SQLITE_INDEX_CONSTRAINT_MATCH) ){