Home
last modified time | relevance | path

Searched defs:sqlite3 (Results 1 – 5 of 5) sorted by relevance

/external/sqlite/dist/
Dsqlite3.c777 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 …]
Dsqlite3.h227 typedef struct sqlite3 sqlite3; typedef
/external/sqlite/dist/orig/
Dsqlite3.c777 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 …]
Dsqlite3.h227 typedef struct sqlite3 sqlite3; typedef
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h174 typedef struct sqlite3 sqlite3; typedef