Home
last modified time | relevance | path

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

/external/sqlite/dist/sqlite-autoconf-3440300/
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 …]
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dshell.c12933 typedef struct DbdataCursor DbdataCursor; typedef
12936 struct DbdataCursor { struct
12937 sqlite3_vtab_cursor base; /* Base class. Must be first */
12938 sqlite3_stmt *pStmt; /* For fetching database pages */
12940 int iPgno; /* Current page number */
12941 u8 *aPage; /* Buffer containing page */
12942 int nPage; /* Size of aPage[] in bytes */
12943 int nCell; /* Number of cells on aPage[] */
12944 int iCell; /* Current cell number */
12945 int bOnePage; /* True to stop after one page */
[all …]
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
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 …]
/external/sqlite/dist/sqlite-autoconf-3420000/
Dshell.c12940 typedef struct DbdataCursor DbdataCursor; typedef
12943 struct DbdataCursor { struct
12944 sqlite3_vtab_cursor base; /* Base class. Must be first */
12945 sqlite3_stmt *pStmt; /* For fetching database pages */
12947 int iPgno; /* Current page number */
12948 u8 *aPage; /* Buffer containing page */
12949 int nPage; /* Size of aPage[] in bytes */
12950 int nCell; /* Number of cells on aPage[] */
12951 int iCell; /* Current cell number */
12952 int bOnePage; /* True to stop after one page */
[all …]