Searched refs:usable (Results 1 – 25 of 64) sorted by relevance
123
39 if {$C(usable)} {197 if {$c(op)=="eq" && $c(usable)} {307 if {$C(usable)} { 328 [list {op eq column 0 usable 1} \329 {op eq column 2 usable 1} \330 {op ge column 1 usable 1} \331 {op le column 1 usable 1} \333 [list {op eq column 0 usable 1} \334 {op eq column 2 usable 0} \335 {op ge column 1 usable 1} \[all …]
40 # 0x08 - ignore the "usable" flag (malfunction)64 if { ($C(usable) || ($param & 0x08)) 149 if {$C(usable)} {
609 pInfo->aConstraint[i].usable); in sqlite3BestIndexLog()750 if( !pInfo->aConstraint[i].usable ) continue; in vt02BestIndex()778 if( pInfo->aConstraint[i].usable==0 in vt02BestIndex()931 if( pInfo->aConstraint[i].usable in vt02BestIndex()
42 if {$C(usable)} {126 if {($C(op)=="limit" || $C(op)=="offset") && $C(usable)} {192 if {$C(usable)} {315 if {$C(usable)} {
41 if {$C(usable)} {
66 # Make sure the "without" keyword is still usable as a table or
44 if {$C(usable)} {
57 if {$C(usable)} {
61 if {$C(op)=="eq" && $C(usable) && [lsearch $cons $C(column)]<0} {
49 if {$C(usable) && ($C(op)=="like" || $C(op)=="eq")} {
978 int usable = g.pagesize - a[20]; in page_usage_ptrmap() local980 int perPage = usable/5; in page_usage_ptrmap()1059 int usable; in ptrmap_coverage_report() local1075 usable = g.pagesize - aHdr[20]; in ptrmap_coverage_report()1076 perPage = usable/5; in ptrmap_coverage_report()1082 a = fileRead((pgno-1)*g.pagesize, usable); in ptrmap_coverage_report()1083 for(i=0; i+5<=usable && pgno+1+i/5<=g.mxPage; i+=5){ in ptrmap_coverage_report()
350 if( iCol==QPVTAB_FLAGS && pIdxInfo->aConstraint[i].usable ){ in qpvtabBestIndex()368 pIdxInfo->aConstraint[i].usable); in qpvtabBestIndex()385 if( iCol>=QPVTAB_A && pIdxInfo->aConstraint[i].usable ){ in qpvtabBestIndex()
190 if( pConstraint->usable==0 ) continue; in wholenumberBestIndex()
911 if( pConstraint->usable ){ in fsdirBestIndex()920 if( pConstraint->usable ){ in fsdirBestIndex()
211 if( !p->usable ) continue; in prefixesBestIndex()
247 if( !p->usable ){ in explainBestIndex()
352 if( pConstraint->usable==0 ){ in seriesBestIndex()
165 if( p->usable in binfoBestIndex()
333 if( pConstraint->usable==0 ) continue; in carrayBestIndex()
190 if( p->iColumn==0 && p->usable && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){ in fsdirBestIndex()395 if( p->iColumn==0 && p->usable && ( in fstreeBestIndex()779 if( pCons->iColumn<0 && pCons->usable in fsBestIndex()
122 if( !p->usable ){ in dbpageBestIndex()141 if( p->usable && p->iColumn<=0 && p->op==SQLITE_INDEX_CONSTRAINT_EQ ){ in dbpageBestIndex()
64 /* Database is now usable */72 /* Database is now usable */
218 if( p->usable==0 ) return SQLITE_CONSTRAINT; in dbdataBestIndex()221 if( p->iColumn==DBDATA_COLUMN_PGNO && p->usable ){ in dbdataBestIndex()
242 if( pInfo->aConstraint[i].usable in fts3tokBestIndexMethod()
254 if( pInfo->aConstraint[i].usable in fts5tokBestIndexMethod()