Searched defs:SqliteDb (Results 1 – 4 of 4) sorted by relevance
91 typedef struct SqliteDb SqliteDb; typedef153 struct SqliteDb { struct156 char *zBusy; /* The busy callback routine */158 char *zTrace; /* The trace callback routine */159 char *zTraceV2; /* The trace_v2 callback routine */160 char *zProfile; /* The profile callback routine */161 char *zProgress; /* The progress callback routine */166 SqlFunc *pFunc; /* List of SQL functions */167 Tcl_Obj *pUpdateHook; /* Update hook script (if any) */168 Tcl_Obj *pPreUpdateHook; /* Pre-update hook script (if any) */[all …]
1122 struct SqliteDb { sqlite3 *db; }; in test_vfslog() struct
36 struct SqliteDb { struct37 sqlite3 *db;
47 struct SqliteDb { struct55 struct SqliteDb *p; in f5tDbPointer() argument