Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dshell.c15540 typedef struct DbdataCursor DbdataCursor; typedef
15552 struct DbdataCursor { struct
15556 int iPgno; /* Current page number */
15560 int iCell; /* Current cell number */
15562 int szDb;
15563 sqlite3_int64 iRowid;
15566 DbdataBuffer rec;
15570 u8 *pHdrPtr;
15571 u8 *pPtr;
15572 u32 enc; /* Text encoding */
[all …]