Searched refs:SqliteDb (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c96 typedef struct SqliteDb SqliteDb; typedef in typeref:struct:SqliteDb
114 SqliteDb *pDb; /* Database connection that owns this function */
156 ** If SqliteDb.bLegacyPrepare is true, sqlite3_prepare() is used.
158 struct SqliteDb { struct
196 SqliteDb *pDb; /* Associated database connection */
219 static void closeIncrblobChannels(SqliteDb *pDb){
245 /* Remove the channel from the SqliteDb.pIncrblob list. */
397 SqliteDb *pDb,
428 /* Link the new channel into the SqliteDb
[all...]

Completed in 172 milliseconds