Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_shared.c44 struct Database { struct
49 Database *pDbNext; /* Next Database structure in global list */ argument
52 int bReadonly; /* True if Database.pFile is read-only */ argument
64 ** to protect the global linked-list headed at gShared.pDatabase. argument
H A DlsmInt.h74 typedef struct Database Database; typedef