Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dbtree.c363 struct BtCursor { struct
364 BtCursorOps *pOps; /* Function table */ argument
366 BtCursor *pNext, *pPrev; /* Forms a linked list of all cursors */ argument
367 BtCursor *pShared; /* Loop of cursors with the same root page */ argument
377 ** Legal values for BtCursor.eSkip. argument
H A Dbtree.h25 typedef struct BtCursor BtCursor; typedef
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c7927 typedef struct BtCursor BtCursor; typedef

Completed in 282 milliseconds