Searched defs:TreeCursor (Results 1 – 2 of 2) sorted by relevance
187 struct TreeCursor { struct188 lsm_db *pDb; /* Database handle for this cursor */189 TreeRoot *pRoot; /* Root node and height of tree to access */190 int iNode; /* Cursor points at apTreeNode[iNode] */191 TreeNode *apTreeNode[MAX_DEPTH];/* Current position in tree */192 u8 aiCell[MAX_DEPTH]; /* Current position in tree */193 TreeKey *pSave; /* Saved key */194 TreeBlob blob; /* Dynamic storage for a key */
99 typedef struct TreeCursor TreeCursor; typedef