Searched defs:GlobalData (Results 1 – 1 of 1) sorted by relevance
29 static struct GlobalData { struct30 u32 pagesize; /* Size of a database page */31 int dbfd; /* File descriptor for reading the DB */32 u32 mxPage; /* Last page number */33 int perLine; /* HEX elements to print per line */34 int bRaw; /* True to access db file via OS APIs */35 sqlite3_file *pFd; /* File descriptor for non-raw mode */36 sqlite3 *pDb; /* Database handle that owns pFd */