Searched defs:BtCursor (Results 1 – 1 of 1) sorted by relevance
16473 typedef struct BtCursor BtCursor; typedef71047 struct BtCursor { struct71048 u8 eState; /* One of the CURSOR_XXX constants (see below) */71049 u8 curFlags; /* zero or more BTCF_* flags defined below */71050 u8 curPagerFlags; /* Flags to send to sqlite3PagerGet() */71051 u8 hints; /* As configured by CursorSetHints() */71052 int skipNext; /* Prev() is noop if negative. Next() is noop if positive.71054 Btree *pBtree; /* The Btree to which this cursor belongs */71055 Pgno *aOverflow; /* Cache of overflow page locations */71056 void *pKey; /* Saved key that was cursor last known position */[all …]