Home
last modified time | relevance | path

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

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c14475 #define BTREE_SEEK_EQ 0x00000002 /* EQ seeks only - no range seeks */ macro
64130 assert( x==BTREE_SEEK_EQ || x==BTREE_BULKLOAD || x==0 );
87171 assert( OPFLAG_SEEKEQ==BTREE_SEEK_EQ );
87531 assert( sqlite3BtreeCursorHasHint(pC->uc.pCursor, BTREE_SEEK_EQ)==0
87586 if( sqlite3BtreeCursorHasHint(pC->uc.pCursor, BTREE_SEEK_EQ) ){

Completed in 357 milliseconds