Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c724 typedef struct sqlite3 sqlite3; typedef
8314 struct sqlite3 { struct
8315 sqlite3_vfs *pVfs; /* OS Interface */ argument
8319 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
8334 int nChange; /* Value returned by sqlite3_changes() */ argument
8335 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
8336 sqlite3_mutex *mutex; /* Connection mutex */ argument
8338 struct sqlite3InitInfo { /* Information used during initialization */ argument
8359 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument
8360 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); argument
[all …]
Dsqlite3.h200 typedef struct sqlite3 sqlite3; typedef
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h118 typedef struct sqlite3 sqlite3; typedef