Home
last modified time | relevance | path

Searched defs:BtCursor (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c368 struct BtCursor { struct
369 BtCursorOps *pOps; /* Function table */ argument
371 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ argument
372 BtCursor *pShared; /* Loop of cursors with the same root page */ argument
382 ** Legal values for BtCursor.eSkip. argument
H A Dbtree.h25 typedef struct BtCursor BtCursor; typedef