findTerm         100496 third_party/sqlite/amalgamation/sqlite3.c       pTerm = findTerm(pWC, iCur, j, notReady, eqTermMask, pIdx);
findTerm         100522 third_party/sqlite/amalgamation/sqlite3.c       if( findTerm(pWC, iCur, j, notReady, WO_LT|WO_LE|WO_GT|WO_GE, pIdx) ){
findTerm         100523 third_party/sqlite/amalgamation/sqlite3.c         WhereTerm *pTop = findTerm(pWC, iCur, j, notReady, WO_LT|WO_LE, pIdx);
findTerm         100524 third_party/sqlite/amalgamation/sqlite3.c         WhereTerm *pBtm = findTerm(pWC, iCur, j, notReady, WO_GT|WO_GE, pIdx);
findTerm         101050 third_party/sqlite/amalgamation/sqlite3.c     pTerm = findTerm(pWC, iCur, k, notReady, pLevel->plan.wsFlags, pIdx);
findTerm         101349 third_party/sqlite/amalgamation/sqlite3.c     pTerm = findTerm(pWC, iCur, -1, notReady, WO_EQ|WO_IN, 0);
findTerm         101371 third_party/sqlite/amalgamation/sqlite3.c     pStart = findTerm(pWC, iCur, -1, notReady, WO_GT|WO_GE, 0);
findTerm         101372 third_party/sqlite/amalgamation/sqlite3.c     pEnd = findTerm(pWC, iCur, -1, notReady, WO_LT|WO_LE, 0);
findTerm         101529 third_party/sqlite/amalgamation/sqlite3.c       pRangeEnd = findTerm(pWC, iCur, k, notReady, (WO_LT|WO_LE), pIdx);
findTerm         101533 third_party/sqlite/amalgamation/sqlite3.c       pRangeStart = findTerm(pWC, iCur, k, notReady, (WO_GT|WO_GE), pIdx);
findTerm         2842 third_party/sqlite/src/src/where.c       pTerm = findTerm(pWC, iCur, j, notReady, eqTermMask, pIdx);
findTerm         2868 third_party/sqlite/src/src/where.c       if( findTerm(pWC, iCur, j, notReady, WO_LT|WO_LE|WO_GT|WO_GE, pIdx) ){
findTerm         2869 third_party/sqlite/src/src/where.c         WhereTerm *pTop = findTerm(pWC, iCur, j, notReady, WO_LT|WO_LE, pIdx);
findTerm         2870 third_party/sqlite/src/src/where.c         WhereTerm *pBtm = findTerm(pWC, iCur, j, notReady, WO_GT|WO_GE, pIdx);
findTerm         3396 third_party/sqlite/src/src/where.c     pTerm = findTerm(pWC, iCur, k, notReady, pLevel->plan.wsFlags, pIdx);
findTerm         3695 third_party/sqlite/src/src/where.c     pTerm = findTerm(pWC, iCur, -1, notReady, WO_EQ|WO_IN, 0);
findTerm         3717 third_party/sqlite/src/src/where.c     pStart = findTerm(pWC, iCur, -1, notReady, WO_GT|WO_GE, 0);
findTerm         3718 third_party/sqlite/src/src/where.c     pEnd = findTerm(pWC, iCur, -1, notReady, WO_LT|WO_LE, 0);
findTerm         3875 third_party/sqlite/src/src/where.c       pRangeEnd = findTerm(pWC, iCur, k, notReady, (WO_LT|WO_LE), pIdx);
findTerm         3879 third_party/sqlite/src/src/where.c       pRangeStart = findTerm(pWC, iCur, k, notReady, (WO_GT|WO_GE), pIdx);