Searched defs:sqlite3 (Results 1 – 3 of 3) sorted by relevance
724 typedef struct sqlite3 sqlite3; typedef8314 struct sqlite3 { struct8315 sqlite3_vfs *pVfs; /* OS Interface */ argument8319 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument8334 int nChange; /* Value returned by sqlite3_changes() */ argument8335 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument8336 sqlite3_mutex *mutex; /* Connection mutex */ argument8338 struct sqlite3InitInfo { /* Information used during initialization */ argument8359 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument8360 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); argument[all …]
200 typedef struct sqlite3 sqlite3; typedef
118 typedef struct sqlite3 sqlite3; typedef