Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c781 int testOp; in sqliteWhereBegin() local
835 testOp = OP_IdxGT; in sqliteWhereBegin()
840 testOp = OP_IdxGE; in sqliteWhereBegin()
870 int testOp = OP_Noop; in sqliteWhereBegin() local
906 testOp = OP_Ge; in sqliteWhereBegin()
908 testOp = OP_Gt; in sqliteWhereBegin()
916 if( testOp!=OP_Noop ){ in sqliteWhereBegin()
952 int testOp; in sqliteWhereBegin() local
1025 testOp = OP_IdxGE; in sqliteWhereBegin()
1030 if( testOp!=OP_Noop ){ in sqliteWhereBegin()
[all …]