Searched defs:DbdataCursor (Results 1 – 2 of 2) sorted by relevance
11365 typedef struct DbdataCursor DbdataCursor; typedef11368 struct DbdataCursor { struct11369 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 …]
11370 typedef struct DbdataCursor DbdataCursor; typedef11373 struct DbdataCursor { struct11374 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 …]