Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c11365 typedef struct DbdataCursor DbdataCursor; typedef
11368 struct DbdataCursor { struct
11369 sqlite3_vtab_cursor base; /* Base class. Must be first */
11370 sqlite3_stmt *pStmt; /* For fetching database pages */
11372 int iPgno; /* Current page number */
11373 u8 *aPage; /* Buffer containing page */
11374 int nPage; /* Size of aPage[] in bytes */
11375 int nCell; /* Number of cells on aPage[] */
11376 int iCell; /* Current cell number */
11377 int bOnePage; /* True to stop after one page */
[all …]
/external/sqlite/dist/
Dshell.c11370 typedef struct DbdataCursor DbdataCursor; typedef
11373 struct DbdataCursor { struct
11374 sqlite3_vtab_cursor base; /* Base class. Must be first */
11375 sqlite3_stmt *pStmt; /* For fetching database pages */
11377 int iPgno; /* Current page number */
11378 u8 *aPage; /* Buffer containing page */
11379 int nPage; /* Size of aPage[] in bytes */
11380 int nCell; /* Number of cells on aPage[] */
11381 int iCell; /* Current cell number */
11382 int bOnePage; /* True to stop after one page */
[all …]