Searched refs:SKIP_INVALID (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c389 #define SKIP_INVALID 3 /* Calls to Next() and Previous() are invalid */ macro
1075 pCur->eSkip = SKIP_INVALID;
1654 assert( pCur->eSkip!=SKIP_INVALID );
1710 assert( pCur->eSkip!=SKIP_INVALID );
2677 pCur->eSkip = SKIP_INVALID;
H A Dbtree_rb.c116 #define SKIP_INVALID 3 /* Calls to Next() and Previous() are invalid */ macro

Completed in 207 milliseconds