Home
last modified time | relevance | path

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

/third_party/sqlite/src/
Dsqlite3.c582 typedef struct sqlite3 sqlite3; typedef
17010 struct sqlite3 { struct
17011 sqlite3_vfs *pVfs; /* OS Interface */ argument
17014 sqlite3_mutex *mutex; /* Connection mutex */ argument
17022 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
17043 i64 nChange; /* Value returned by sqlite3_changes() */ argument
17044 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
17047 struct sqlite3InitInfo { /* Information used during initialization */ argument
17055 } init;
17056 int nVdbeActive; /* Number of VDBEs currently running */
[all …]
Dshell.c20156 sqlite3 *newDb, in tryToCloneSchema() argument
/third_party/python/Doc/whatsnew/
D3.5.rst1826 sqlite3 section in Improved Modules
1835 .. _whatsnew-subprocess:
D3.2.rst1591 sqlite3 section in New, Improved, and Deprecated Modules
D3.10.rst1392 sqlite3 section in Improved Modules
D3.11.rst947 sqlite3 section in Improved Modules
998 .. _whatsnew311-string:
D3.3.rst1915 sqlite3 section in Improved Modules
D3.4.rst1408 sqlite3 section in Improved Modules
D3.7.rst1310 sqlite3 section in Improved Modules
D3.6.rst1396 sqlite3 section in Improved Modules
/third_party/libwebsockets/include/libwebsockets/
Dlws-struct.h264 typedef struct sqlite3 sqlite3; typedef
/third_party/sqlite/include/
Dsqlite3.h272 typedef struct sqlite3 sqlite3; typedef