Searched refs:mUnusable (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | where.c | 1170 Bitmask mUnusable, /* Ignore terms with these prereqs */ in allocateIndexInfo() argument 1201 if( pTerm->prereqRight & mUnusable ) continue; in allocateIndexInfo() 4013 assert( (mPrereq & mUnusable)==0 ); in whereLoopAddVirtual() 4020 p = allocateIndexInfo(pWInfo, pWC, mUnusable, pSrc, &mNoOmit); in whereLoopAddVirtual() 4129 Bitmask mUnusable in whereLoopAddOr() argument 4190 rc = whereLoopAddVirtual(&sSubBuild, mPrereq, mUnusable); in whereLoopAddOr() 4197 rc = whereLoopAddOr(&sSubBuild, mPrereq, mUnusable); in whereLoopAddOr() 4281 Bitmask mUnusable = 0; in whereLoopAddAll() local 4308 if( mUnusable || (p->fg.jointype & (JT_OUTER|JT_CROSS)) ){ in whereLoopAddAll() 4312 rc = whereLoopAddVirtual(pBuilder, mPrereq, mUnusable); in whereLoopAddAll() [all …]
|