Home
last modified time | relevance | path

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

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