OP_SeekLe        65623 third_party/sqlite/amalgamation/sqlite3.c case OP_SeekLe:         /* jump, in3 */
OP_SeekLe        65640 third_party/sqlite/amalgamation/sqlite3.c   assert( OP_SeekLe == OP_SeekLt+1 );
OP_SeekLe        65679 third_party/sqlite/amalgamation/sqlite3.c             if( u.az.oc<=OP_SeekLe ){  assert( u.az.oc==OP_SeekLt || u.az.oc==OP_SeekLe );
OP_SeekLe        65693 third_party/sqlite/amalgamation/sqlite3.c           assert( u.az.oc==OP_SeekLe || u.az.oc==OP_SeekGt );
OP_SeekLe        65721 third_party/sqlite/amalgamation/sqlite3.c       assert( u.az.oc!=OP_SeekLe || u.az.r.flags==UNPACKED_INCRKEY );
OP_SeekLe        65750 third_party/sqlite/amalgamation/sqlite3.c       assert( u.az.oc==OP_SeekLt || u.az.oc==OP_SeekLe );
OP_SeekLe        101387 third_party/sqlite/amalgamation/sqlite3.c            /* TK_LE */  OP_SeekLe,
OP_SeekLe        101479 third_party/sqlite/amalgamation/sqlite3.c       OP_SeekLe            /* 7: (start_constraints  &&  startEq &&  bRev) */
OP_SeekLe        101597 third_party/sqlite/amalgamation/sqlite3.c     testcase( op==OP_SeekLe );
OP_SeekLe        3261 third_party/sqlite/src/src/vdbe.c case OP_SeekLe:         /* jump, in3 */
OP_SeekLe        3276 third_party/sqlite/src/src/vdbe.c   assert( OP_SeekLe == OP_SeekLt+1 );
OP_SeekLe        3315 third_party/sqlite/src/src/vdbe.c             if( oc<=OP_SeekLe ){  assert( oc==OP_SeekLt || oc==OP_SeekLe );
OP_SeekLe        3329 third_party/sqlite/src/src/vdbe.c           assert( oc==OP_SeekLe || oc==OP_SeekGt );
OP_SeekLe        3357 third_party/sqlite/src/src/vdbe.c       assert( oc!=OP_SeekLe || r.flags==UNPACKED_INCRKEY );
OP_SeekLe        3386 third_party/sqlite/src/src/vdbe.c       assert( oc==OP_SeekLt || oc==OP_SeekLe );
OP_SeekLe        3733 third_party/sqlite/src/src/where.c            /* TK_LE */  OP_SeekLe,
OP_SeekLe        3825 third_party/sqlite/src/src/where.c       OP_SeekLe            /* 7: (start_constraints  &&  startEq &&  bRev) */
OP_SeekLe        3943 third_party/sqlite/src/src/where.c     testcase( op==OP_SeekLe );