Home
last modified time | relevance | path

Searched defs:SqliteDb (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/jimtcl/jimtcl-0.81/sqlite3/
H A Djim-sqlite.c109 typedef struct SqliteDb SqliteDb; typedef
110 struct SqliteDb { struct
111 sqlite3 *db; /* The "real" database structure. MUST BE FIRST */
112 Jim_Interp *interp; /* The interpreter used for this database */
113 char *zBusy; /* The busy callback routine */
114 char *zCommit; /* The commit hook callback routine */
115 char *zTrace; /* The trace callback routine */
139 SqliteDb *pDb; /* Associated database connection */ argument
/dports/devel/openocd/openocd-0.11.0/jimtcl/sqlite3/
H A Djim-sqlite3.c109 typedef struct SqliteDb SqliteDb; typedef
110 struct SqliteDb { struct
111 sqlite3 *db; /* The "real" database structure. MUST BE FIRST */
112 Jim_Interp *interp; /* The interpreter used for this database */
113 char *zBusy; /* The busy callback routine */
114 char *zCommit; /* The commit hook callback routine */
115 char *zTrace; /* The trace callback routine */
139 SqliteDb *pDb; /* Associated database connection */ argument
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dtclsqlite.c91 typedef struct SqliteDb SqliteDb; typedef
153 struct SqliteDb { struct
156 char *zBusy; /* The busy callback routine */
157 char *zCommit; /* The commit hook 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) */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dtclsqlite.c91 typedef struct SqliteDb SqliteDb; typedef
153 struct SqliteDb { struct
156 char *zBusy; /* The busy callback routine */
157 char *zCommit; /* The commit hook 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) */
[all …]
H A Dtest_osinst.c1122 struct SqliteDb { sqlite3 *db; }; in test_vfslog() struct
/dports/databases/tcl-sqlite3/sqlite-autoconf-3340100/tea/generic/
H A Dtclsqlite3.c96 typedef struct SqliteDb SqliteDb; typedef
158 struct SqliteDb { struct
161 char *zBusy; /* The busy callback routine */
162 char *zCommit; /* The commit hook callback routine */
163 char *zTrace; /* The trace callback routine */
164 char *zTraceV2; /* The trace_v2 callback routine */
165 char *zProfile; /* The profile callback routine */
166 char *zProgress; /* The progress callback routine */
171 SqlFunc *pFunc; /* List of SQL functions */
172 Tcl_Obj *pUpdateHook; /* Update hook script (if any) */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dtclsqlite.c91 typedef struct SqliteDb SqliteDb; typedef
153 struct SqliteDb { struct
156 char *zBusy; /* The busy callback routine */
157 char *zCommit; /* The commit hook 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) */
[all …]
/dports/lang/tcl86/tcl8.6.12/pkgs/sqlite3.36.0/generic/
H A Dtclsqlite3.c124 typedef struct SqliteDb SqliteDb; typedef
186 struct SqliteDb { struct
189 char *zBusy; /* The busy callback routine */
190 char *zCommit; /* The commit hook callback routine */
191 char *zTrace; /* The trace callback routine */
192 char *zTraceV2; /* The trace_v2 callback routine */
193 char *zProfile; /* The profile callback routine */
194 char *zProgress; /* The progress callback routine */
199 SqlFunc *pFunc; /* List of SQL functions */
200 Tcl_Obj *pUpdateHook; /* Update hook script (if any) */
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dtclsqlite.c49 typedef struct SqliteDb SqliteDb; typedef
50 struct SqliteDb { struct
51 sqlite *db; /* The "real" database structure */
52 Tcl_Interp *interp; /* The interpreter used for this database */
53 char *zBusy; /* The busy callback routine */
54 char *zCommit; /* The commit hook callback routine */
55 char *zTrace; /* The trace callback routine */
56 char *zProgress; /* The progress callback routine */
57 char *zAuth; /* The authorization callback routine */
58 SqlFunc *pFunc; /* List of SQL functions */
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtclsqlite.c84 typedef struct SqliteDb SqliteDb; typedef
137 struct SqliteDb { struct
140 char *zBusy; /* The busy callback routine */
141 char *zCommit; /* The commit hook callback routine */
142 char *zTrace; /* The trace callback routine */
143 char *zTraceV2; /* The trace_v2 callback routine */
144 char *zProfile; /* The profile callback routine */
145 char *zProgress; /* The progress callback routine */
149 SqlFunc *pFunc; /* List of SQL functions */
150 Tcl_Obj *pUpdateHook; /* Update hook script (if any) */
[all …]
H A Dtest_osinst.c1122 struct SqliteDb { sqlite3 *db; }; in test_vfslog() argument
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtclsqlite.c111 typedef struct SqliteDb SqliteDb; typedef
112 struct SqliteDb { struct
113 sqlite3 *db; /* The "real" database structure. MUST BE FIRST */
114 Tcl_Interp *interp; /* The interpreter used for this database */
115 char *zBusy; /* The busy callback routine */
116 char *zCommit; /* The commit hook callback routine */
117 char *zTrace; /* The trace callback routine */
118 char *zProfile; /* The profile callback routine */
142 SqliteDb *pDb; /* Associated database connection */ argument
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogDb.h28 class SqliteDb; variable
H A DMessagesDb.h28 class SqliteDb; variable
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/tddb/td/db/
H A DSqliteDb.h82 explicit SqliteDb(std::shared_ptr<detail::RawSqliteDb> raw) : raw_(std::move(raw)) { in SqliteDb() function
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/files/
H A DFileDb.h24 class SqliteDb; variable
/dports/security/vaultwarden/Rocket-263e39b5b429de1913ce7e3036575a7b4d88b6d7/contrib/lib/tests/
H A Ddatabases.rs23 struct SqliteDb(pub rusqlite::Connection); struct
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/coverage/coverage/
H A Dsqldata.py966 class SqliteDb(SimpleReprMixin): class
/dports/devel/eric6/eric6-21.11/eric/eric6/DebugClients/Python/coverage/
H A Dsqldata.py977 class SqliteDb(SimpleReprMixin): class
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/coverage/coverage/
H A Dsqldata.py966 class SqliteDb(SimpleReprMixin): class
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/coverage/coverage/
H A Dsqldata.py966 class SqliteDb(SimpleReprMixin): class
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_tcl.c45 struct SqliteDb { struct
53 struct SqliteDb *p; in f5tDbPointer() argument
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_tcl.c45 struct SqliteDb { struct
53 struct SqliteDb *p; in f5tDbPointer() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_tcl.c45 struct SqliteDb { struct
53 struct SqliteDb *p; in f5tDbPointer() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_tcl.c45 struct SqliteDb { struct
53 struct SqliteDb *p; in f5tDbPointer() argument

12