Searched defs:SKIP_PREV (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c115 #define SKIP_PREV 2 /* The next sqliteRbtreePrevious() is a no-op */ macro
918 ** pCur->eSkip is set to SKIP_PREV is the cursor is left pointing to
988 pCur->eSkip = SKIP_PREV;
1143 if( pCur->pNode && pCur->eSkip != SKIP_PREV ){
H A Dbtree.c388 #define SKIP_PREV 2 /* The next sqliteBtreePrevious() is a no-op */ macro
1715 if( pCur->eSkip==SKIP_PREV ){
2690 ** pCur->eSkip is set to SKIP_PREV is the cursor is left pointing to
2765 pCur->eSkip = SKIP_PREV;

Completed in 55 milliseconds