Home
last modified time | relevance | path

Searched +defs:sqlite3 +defs:c (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
DsqliteInt.h800 struct sqlite3 { struct
801 sqlite3_vfs *pVfs; /* OS Interface */ argument
805 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
819 int nChange; /* Value returned by sqlite3_changes() */ argument
820 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
821 sqlite3_mutex *mutex; /* Connection mutex */ argument
823 struct sqlite3InitInfo { /* Information used during initialization */ argument
846 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
849 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
850 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); argument
[all …]
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c770 typedef struct sqlite3 sqlite3; typedef
9145 struct sqlite3 { struct
9146 sqlite3_vfs *pVfs; /* OS Interface */ argument
9150 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
9164 int nChange; /* Value returned by sqlite3_changes() */ argument
9165 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
9166 sqlite3_mutex *mutex; /* Connection mutex */ argument
9168 struct sqlite3InitInfo { /* Information used during initialization */ argument
9191 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
9194 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
[all …]
/external/sqlite/dist/
Dsqlite3.c343 typedef struct sqlite3 sqlite3; typedef
10434 struct sqlite3 { struct
10435 sqlite3_vfs *pVfs; /* OS Interface */ argument
10438 sqlite3_mutex *mutex; /* Connection mutex */ argument
10444 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
10458 int nChange; /* Value returned by sqlite3_changes() */ argument
10459 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
10461 struct sqlite3InitInfo { /* Information used during initialization */ argument
10485 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
10488 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
[all …]
Dshell.c581 unsigned int c; in output_c_string() local
1775 char c; in resolve_backslashes() local
1809 static int hexDigitValue(char c){ in hexDigitValue()
1947 static void csv_append_char(CSVReader *p, int c){ in csv_append_char()
1972 int c, pc, ppc; in csv_read_one_field() local
2151 sqlite3 *newDb, in tryToCloneSchema() argument
2268 int n, c; in do_meta_command() local
/external/sqlite/dist/orig/
Dsqlite3.c343 typedef struct sqlite3 sqlite3; typedef
10434 struct sqlite3 { struct
10435 sqlite3_vfs *pVfs; /* OS Interface */ argument
10438 sqlite3_mutex *mutex; /* Connection mutex */ argument
10444 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
10458 int nChange; /* Value returned by sqlite3_changes() */ argument
10459 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
10461 struct sqlite3InitInfo { /* Information used during initialization */ argument
10485 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument
10488 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
[all …]
Dshell.c576 unsigned int c; in output_c_string() local
1755 char c; in resolve_backslashes() local
1789 static int hexDigitValue(char c){ in hexDigitValue()
1927 static void csv_append_char(CSVReader *p, int c){ in csv_append_char()
1952 int c, pc, ppc; in csv_read_one_field() local
2131 sqlite3 *newDb, in tryToCloneSchema() argument
2248 int n, c; in do_meta_command() local