Searched defs:DbdataCursor (Results 1 – 4 of 4) sorted by relevance
14340 typedef struct DbdataCursor DbdataCursor; typedef14343 struct DbdataCursor { struct14344 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 …]
12933 typedef struct DbdataCursor DbdataCursor; typedef12936 struct DbdataCursor { struct12937 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 …]
14335 typedef struct DbdataCursor DbdataCursor; typedef14338 struct DbdataCursor { struct14339 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 …]
12940 typedef struct DbdataCursor DbdataCursor; typedef12943 struct DbdataCursor { struct12944 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 …]