Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c16040 #define BTREE_SEEK_EQ 0x00000002 /* EQ seeks only - no range seeks */ macro
70712 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)==0
96959 if( sqlite3BtreeCursorHasHint(pC->uc.pCursor, BTREE_SEEK_EQ) ){