Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree_rb.c35 typedef struct RbtCursor RbtCursor; typedef
96 struct RbtCursor { struct
102 RbtCursor *pShared; /* List of all cursors on the same Rbtree */ argument
116 RbtCursor *pCursors; /* All cursors pointing to this tree */
135 RbtCursor* pCur,
141 static int memRbtreeNext(RbtCursor* pCur, int *pRes);
142 static int memRbtreeLast(RbtCursor* pCur, int *pRes);
143 static int memRbtreePrevious(RbtCursor* pCur, int *pRes);
160 static int checkReadLocks(RbtCursor *pCur){ in checkReadLocks()
161 RbtCursor *p; in checkReadLocks()
[all …]