Lines Matching refs:sqlite3_initialize
1568 ** ^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() routine returns [SQLITE_OK] on success.
1598 ** ^If for some reason, sqlite3_initialize() is unable to initialize
1602 ** ^The sqlite3_initialize() routine is called internally by many other
1604 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
1605 ** calls sqlite3_initialize() so the SQLite library will be automatically
1608 ** compile-time option, then the automatic calls to sqlite3_initialize()
1609 ** are omitted and the application must call sqlite3_initialize() directly
1611 ** it is recommended that applications always invoke sqlite3_initialize()
1627 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1628 ** interface is called automatically by sqlite3_initialize() and
1640 SQLITE_API int sqlite3_initialize(void);
1660 ** [sqlite3_initialize()] or after shutdown by [sqlite3_shutdown()].
1661 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
2701 ** ^(If SQLite has not been initialized using [sqlite3_initialize()] prior
2702 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
7775 ** before calling sqlite3_initialize() or any other public sqlite3_
7776 ** function that calls sqlite3_initialize().
7882 ** part of system initialization by the sqlite3_initialize() function.
7884 ** effective call to [sqlite3_initialize()].
8732 ** call to [sqlite3_initialize()])^