HomeSort by relevance Sort by last modified time
    Searched defs:SqliteDb (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_osinst.c 1106 struct SqliteDb { sqlite3 *db; };
    [all...]
tclsqlite.c 111 typedef struct SqliteDb SqliteDb;
112 struct SqliteDb {
142 SqliteDb *pDb; /* Associated database connection */
165 static void closeIncrblobChannels(SqliteDb *pDb){
188 /* Remove the channel from the SqliteDb.pIncrblob list. */
333 SqliteDb *pDb,
364 /* Link the new channel into the SqliteDb.pIncrblob list. */
412 static SqlFunc *findSqlFunc(SqliteDb *pDb, const char *zName){
435 static void flushStmtCache( SqliteDb *pDb )
    [all...]
test1.c 22 ** This is a copy of the first part of the SqliteDb structure in
27 struct SqliteDb {
79 struct SqliteDb *p;
91 p = (struct SqliteDb*)cmdInfo.objClientData;
104 struct SqliteDb *p;
107 p = (struct SqliteDb*)cmdInfo.objClientData;
    [all...]

Completed in 90 milliseconds