Searched defs:sqlite3 (Results 1 – 5 of 5) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3.c | 777 typedef struct sqlite3 sqlite3; typedef 9713 struct sqlite3 { struct 9714 sqlite3_vfs *pVfs; /* OS Interface */ argument 9717 sqlite3_mutex *mutex; /* Connection mutex */ argument 9722 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 9735 int nChange; /* Value returned by sqlite3_changes() */ argument 9736 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 9738 struct sqlite3InitInfo { /* Information used during initialization */ argument 9760 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 9763 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | sqlite3.h | 227 typedef struct sqlite3 sqlite3; typedef
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 777 typedef struct sqlite3 sqlite3; typedef 9713 struct sqlite3 { struct 9714 sqlite3_vfs *pVfs; /* OS Interface */ argument 9717 sqlite3_mutex *mutex; /* Connection mutex */ argument 9722 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 9735 int nChange; /* Value returned by sqlite3_changes() */ argument 9736 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 9738 struct sqlite3InitInfo { /* Information used during initialization */ argument 9760 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 9763 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | sqlite3.h | 227 typedef struct sqlite3 sqlite3; typedef
|
/external/webkit/WebKitLibraries/WebCoreSQLite3/ |
D | sqlite3.h | 174 typedef struct sqlite3 sqlite3; typedef
|