Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c8408 #define OP_SeekGt 49 macro
66912 case OP_SeekGt: { /* jump, in3 */
66929 assert( OP_SeekGt == OP_SeekLt+3 );
66961 if( u.ba.oc>=OP_SeekGe ){ assert( u.ba.oc==OP_SeekGe || u.ba.oc==OP_SeekGt );
66980 assert( u.ba.oc==OP_SeekLe || u.ba.oc==OP_SeekGt );
67007 assert( u.ba.oc!=OP_SeekGt || u.ba.r.flags==UNPACKED_INCRKEY );
67028 if( u.ba.oc>=OP_SeekGe ){ assert( u.ba.oc==OP_SeekGe || u.ba.oc==OP_SeekGt );
67029 if( u.ba.res<0 || (u.ba.res==0 && u.ba.oc==OP_SeekGt) ){
104263 /* TK_GT */ OP_SeekGt,
104353 OP_SeekGt, /* 4: (start_constraints && !startEq && !bRev) */
[all …]