OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SqliteDb
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
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
...]
test_stat.c
585
struct
SqliteDb
{ sqlite3 *db; };
596
sqlite3* db = ((struct
SqliteDb
*)cmdInfo.objClientData)->db;
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 201 milliseconds