Searched refs:RbtCursor (Results 1 – 1 of 1) sorted by relevance
38 typedef struct RbtCursor RbtCursor; typedef99 struct RbtCursor { struct105 RbtCursor *pShared; /* List of all cursors on the same Rbtree */ argument119 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* pCur, int *pRes);163 static int checkReadLocks(RbtCursor *pCur){ in checkReadLocks()164 RbtCursor *p; in checkReadLocks()[all …]