Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DvdbeInt.h63 struct Cursor { struct
64 BtCursor *pCursor; /* The cursor structure of the backend */ argument
81 typedef struct Cursor Cursor; argument
H A Dbtree.h54 int (*Cursor)(Btree*, int iTable, int wrFlag, BtCursor **ppCur); member