Home
last modified time | relevance | path

Searched refs:mUnusable (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c170006 Bitmask mUnusable, /* Ignore terms with these prereqs */ argument
170039 if( pTerm->prereqRight & mUnusable ) continue;
173274 Bitmask mUnusable /* Tables that must be scanned after this one */ argument
173289 assert( (mPrereq & mUnusable)==0 );
173296 p = allocateIndexInfo(pWInfo, pWC, mUnusable, pSrc, &mNoOmit);
173403 Bitmask mUnusable argument
173464 rc = whereLoopAddVirtual(&sSubBuild, mPrereq, mUnusable);
173471 rc = whereLoopAddOr(&sSubBuild, mPrereq, mUnusable);
173553 Bitmask mUnusable = 0; local
173599 if( mUnusable || (p->fg.jointype & (JT_OUTER|JT_CROSS)) ){
[all …]