Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbtree.c370 struct BtCursor { struct
371 BtCursorOps *pOps; /* Function table */ argument
373 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ argument
374 BtCursor *pShared; /* Loop of cursors with the same root page */ argument
384 ** Legal values for BtCursor.eSkip. argument
H A Dbtree.h28 typedef struct BtCursor BtCursor; typedef