Searched defs:DbdataCursor (Results 1 – 1 of 1) sorted by relevance
91 typedef struct DbdataCursor DbdataCursor; typedef94 struct DbdataCursor { struct98 int iPgno; /* Current page number */102 int iCell; /* Current cell number */104 int szDb;105 sqlite3_int64 iRowid;111 int iField; /* Current field number */112 u8 *pHdrPtr;113 u8 *pPtr;114 u32 enc; /* Text encoding */[all …]