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