Searched refs:BTREE_SEEK_EQ (Results 1 – 1 of 1) sorted by relevance
16040 #define BTREE_SEEK_EQ 0x00000002 /* EQ seeks only - no range seeks */ macro70712 assert( x==BTREE_SEEK_EQ || x==BTREE_BULKLOAD || x==0 );96505 assert( OPFLAG_SEEKEQ==BTREE_SEEK_EQ );96894 assert( sqlite3BtreeCursorHasHint(pC->uc.pCursor, BTREE_SEEK_EQ)==096959 if( sqlite3BtreeCursorHasHint(pC->uc.pCursor, BTREE_SEEK_EQ) ){