Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c14339 typedef struct DbdataCursor DbdataCursor; typedef
14342 struct DbdataCursor { struct
14343 sqlite3_vtab_cursor base; /* Base class. Must be first */
14344 sqlite3_stmt *pStmt; /* For fetching database pages */
14346 int iPgno; /* Current page number */
14347 u8 *aPage; /* Buffer containing page */
14348 int nPage; /* Size of aPage[] in bytes */
14349 int nCell; /* Number of cells on aPage[] */
14350 int iCell; /* Current cell number */
14351 int bOnePage; /* True to stop after one page */
[all …]