Searched defs:BtCursor (Results 1 – 2 of 2) sorted by relevance
368 struct BtCursor { struct369 BtCursorOps *pOps; /* Function table */ argument371 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ argument372 BtCursor *pShared; /* Loop of cursors with the same root page */ argument382 ** Legal values for BtCursor.eSkip. argument
25 typedef struct BtCursor BtCursor; typedef