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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c38 typedef struct RbtCursor RbtCursor; typedef in typeref:struct:RbtCursor
99 struct RbtCursor { struct
105 RbtCursor *pShared; /* List of all cursors on the same Rbtree */
111 ** Legal values for RbtCursor.eSkip.
119 RbtCursor *pCursors; /* All cursors pointing to this tree */
138 RbtCursor* pCur,
144 static int memRbtreeNext(RbtCursor* pCur, int *pRes);
145 static int memRbtreeLast(RbtCursor* pCur, int *pRes);
146 static int memRbtreePrevious(RbtCursor* pCu
[all...]

Completed in 541 milliseconds