Home
last modified time | relevance | path

Searched refs:sqlite3_initialize (Results 1 - 5 of 5) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3sym.h35 #define sqlite3_initialize sqlite3_export_hw_symbols->initialize macro
H A Dsqlite3.h1568 ** ^The sqlite3_initialize() routine initializes the
1570 ** deallocates any resources that were allocated by sqlite3_initialize().
1575 ** A call to sqlite3_initialize() is an "effective" call if it is
1576 ** the first time sqlite3_initialize() is invoked during the lifetime of
1577 ** the process, or if it is the first time sqlite3_initialize() is invoked
1579 ** of sqlite3_initialize() does any initialization. All other calls
1583 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1587 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1593 ** Among other things, ^sqlite3_initialize() will invoke
1597 ** ^The sqlite3_initialize() routin
[all...]
/third_party/python/Modules/_sqlite/
H A Dmodule.c679 int rc = sqlite3_initialize(); in module_exec()
/third_party/sqlite/src/
H A Dsqlite3.c1878 ** ^The sqlite3_initialize() routine initializes the
1880 ** deallocates any resources that were allocated by sqlite3_initialize().
1885 ** A call to sqlite3_initialize() is an "effective" call if it is
1886 ** the first time sqlite3_initialize() is invoked during the lifetime of
1887 ** the process, or if it is the first time sqlite3_initialize() is invoked
1889 ** of sqlite3_initialize() does any initialization. All other calls
1893 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1897 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1903 ** Among other things, ^sqlite3_initialize() will invoke
1907 ** ^The sqlite3_initialize() routin
173607 SQLITE_API int sqlite3_initialize(void){ global() function
[all...]
H A Dshell.c1431 ** is registered prior to sqlite3_initialize(), it will cause all memory
25937 sqlite3_initialize();
26123 ** occur just before or after sqlite3_initialize(). Use this compile-time
26130 ** to call sqlite3_initialize() and process any command line -vfs option. */
26131 sqlite3_initialize();

Completed in 198 milliseconds