Lines Matching defs:sqlite3_initialize

1662 ** ^The sqlite3_initialize() routine initializes the
1664 ** deallocates any resources that were allocated by sqlite3_initialize().
1669 ** A call to sqlite3_initialize() is an "effective" call if it is
1670 ** the first time sqlite3_initialize() is invoked during the lifetime of
1671 ** the process, or if it is the first time sqlite3_initialize() is invoked
1673 ** of sqlite3_initialize() does any initialization. All other calls
1677 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1681 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1687 ** Among other things, ^sqlite3_initialize() will invoke
1691 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1692 ** ^If for some reason, sqlite3_initialize() is unable to initialize
1696 ** ^The sqlite3_initialize() routine is called internally by many other
1698 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
1699 ** calls sqlite3_initialize() so the SQLite library will be automatically
1702 ** compile-time option, then the automatic calls to sqlite3_initialize()
1703 ** are omitted and the application must call sqlite3_initialize() directly
1705 ** it is recommended that applications always invoke sqlite3_initialize()
1721 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1722 ** interface is called automatically by sqlite3_initialize() and
1734 SQLITE_API int sqlite3_initialize(void);
1754 ** [sqlite3_initialize()] or after shutdown by [sqlite3_shutdown()].
1755 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
2562 ** ^(If SQLite has not been initialized using [sqlite3_initialize()] prior
2563 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
6798 ** before calling sqlite3_initialize() or any other public sqlite3_
6799 ** function that calls sqlite3_initialize().
6905 ** part of system initialization by the sqlite3_initialize() function.
6907 ** effective call to [sqlite3_initialize()].
7524 ** call to [sqlite3_initialize()])^
16105 sqlite3_mutex *pInitMutex; /* Mutex used by sqlite3_initialize() */
20477 int rc = sqlite3_initialize();
20520 int rc = sqlite3_initialize();
21550 ** before calling sqlite3_initialize() from which allocations
21552 ** implementations. Once sqlite3_initialize() has been called,
22240 ** before calling sqlite3_initialize() from which allocations
22242 ** implementations. Once sqlite3_initialize() has been called,
22839 ** sqlite3_initialize() being called. This block copies pointers to
22893 if( id<=SQLITE_MUTEX_RECURSIVE && sqlite3_initialize() ) return 0;
23991 ** of the sqlite3_initialize() and sqlite3_shutdown() processing, the
24377 int rc = sqlite3_initialize();
24570 if( sqlite3_initialize() ) return 0;
24576 if( sqlite3_initialize() ) return 0;
24842 if( sqlite3_initialize() ) return 0;
24849 if( sqlite3_initialize() ) return 0;
26105 if( sqlite3_initialize() ) return 0;
26121 if( sqlite3_initialize() ) return 0;
26824 if( sqlite3_initialize() ) return;
39659 if( sqlite3_initialize() ) return 0;
39675 if( sqlite3_initialize() ) return 0;
39691 if( sqlite3_initialize() ) return 0;
39707 if( sqlite3_initialize() ) return 0;
39723 if( sqlite3_initialize() ) return 0;
39739 if( sqlite3_initialize() ) return 0;
39754 int rc = sqlite3_initialize();
45305 ** fixed at sqlite3_initialize() time and do not require mutex protection.
45356 ** This routine is called from sqlite3_initialize() and so it is guaranteed
46278 ** This function is called during initialization (sqlite3_initialize()) to
107469 ** a consequence of calling sqlite3_initialize()).
112664 rc = sqlite3_initialize();
112733 if( sqlite3_initialize()==SQLITE_OK )
140504 rc = sqlite3_initialize();
140748 SQLITE_API int sqlite3_initialize(void){
140768 ** to sqlite3_initialize() should be a no-op. But the initialization
140821 ** sqlite3_initialize(). The recursive calls normally come through
140907 ** Undo the effects of sqlite3_initialize(). Must not be called while
141138 ** revert to its default implementation when sqlite3_initialize() is run
143416 rc = sqlite3_initialize();
143766 rc = sqlite3_initialize();