Lines Matching refs:usable

4943 ** that collation is no longer usable.
5813 ** aConstraint[].iColumn.)^ ^(aConstraint[].usable is TRUE if the
5815 ** is usable) and false if it cannot.)^
5883 unsigned char usable; /* True if this constraint is usable */
19746 u8 *zByte; /* Memory usable by this allocator */
40800 ** must be called after sqlite3PcacheFetch() in order to get a usable
42008 /* Step 5. If a usable page buffer has still not been found,
53611 ** The max embedded payload fraction is the amount of the total usable
53817 u8 *aDataEnd; /* One byte past the end of usable data */
53957 u32 usableSize; /* Number of usable bytes on each page */
54108 ** database page. The first argument to each is the number of usable
55837 int usableSize; /* Number of usable bytes on a page */
56249 int usableSize; /* Amount of usable space on each page */
56348 ** the cell-content area. If this is greater than the usable-size
57433 /* EVIDENCE-OF: R-28312-64704 However, the usable size is not allowed to
100664 if( i==nCol ) break; /* pIdx is usable */
118111 Bitmask notReady; /* FROM entries not usable at this level */
119768 ** ON or USING clause of a LEFT JOIN, and terms that are usable as
119937 /* Case 6: There is no usable index. We must do a complete
121935 p->aConstraint[i].usable);
122346 if( !p->aConstraint[i].usable && p->aConstraintUsage[i].argvIndex>0 ){
124159 ** mExtra may be specified as "usable" in all calls to xBestIndex.
124162 ** mUnusable should always be configured as "not-usable" for xBestIndex.
124223 pIdxCons->usable = 0;
124230 pIdxCons->usable = 1;
124235 pIdxCons->usable = (pTerm->prereqRight & ~mExtra)==0;
124239 pIdxCons->usable = (pTerm->eOperator & WO_IN)==0;
124243 pIdxCons->usable = 1;
137431 if( pCons->usable==0 ){
141983 if( pInfo->aConstraint[i].usable ){
145701 if( pInfo->aConstraint[i].usable
155763 if( bMatch==0 && p->usable
155787 if( p->usable && (p->iColumn>0 || p->op==SQLITE_INDEX_CONSTRAINT_MATCH) ){
163083 if( pIdxInfo->aConstraint[i].usable==0 ) continue;
165403 if( pConstraint->usable==0 ) continue;
178678 #define FTS5_PLAN_SCAN 5 /* No usable constraint */
178769 if( p->usable ){