Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c170260 Bitmask mUnusable, /* Ignore terms with these prereqs */ argument
170293 if( pTerm->prereqRight & mUnusable ) continue;
173529 Bitmask mUnusable /* Tables that must be scanned after this one */ argument
173544 assert( (mPrereq & mUnusable)==0 );
173551 p = allocateIndexInfo(pWInfo, pWC, mUnusable, pSrc, &mNoOmit);
173658 Bitmask mUnusable argument
173719 rc = whereLoopAddVirtual(&sSubBuild, mPrereq, mUnusable);
173726 rc = whereLoopAddOr(&sSubBuild, mPrereq, mUnusable);
173808 Bitmask mUnusable = 0; local
173854 if( mUnusable || (p->fg.jointype & (JT_OUTER|JT_CROSS)) ){
[all …]