WO_OR            98590 third_party/sqlite/amalgamation/sqlite3.c   pTerm->eOperator = indexable==0 ? 0 : WO_OR;
WO_OR            99298 third_party/sqlite/amalgamation/sqlite3.c     if( pTerm->eOperator==WO_OR 
WO_OR            101733 third_party/sqlite/amalgamation/sqlite3.c     assert( pTerm->eOperator==WO_OR );
WO_OR             936 third_party/sqlite/src/src/where.c   pTerm->eOperator = indexable==0 ? 0 : WO_OR;
WO_OR            1644 third_party/sqlite/src/src/where.c     if( pTerm->eOperator==WO_OR 
WO_OR            4079 third_party/sqlite/src/src/where.c     assert( pTerm->eOperator==WO_OR );