Searched refs:RbtCursor (Results 1 – 1 of 1) sorted by relevance
35 typedef struct RbtCursor RbtCursor; typedef96 struct RbtCursor { struct102 RbtCursor *pShared; /* List of all cursors on the same Rbtree */ argument116 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 …]