Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_initialize

2423 ** ^The sqlite3_initialize() routine initializes the
2425 ** deallocates any resources that were allocated by sqlite3_initialize().
2430 ** A call to sqlite3_initialize() is an "effective" call if it is
2431 ** the first time sqlite3_initialize() is invoked during the lifetime of
2432 ** the process, or if it is the first time sqlite3_initialize() is invoked
2434 ** of sqlite3_initialize() does any initialization. All other calls
2438 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
2442 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
2448 ** Among other things, ^sqlite3_initialize() will invoke
2452 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
2453 ** ^If for some reason, sqlite3_initialize() is unable to initialize
2457 ** ^The sqlite3_initialize() routine is called internally by many other
2459 ** invoke sqlite3_initialize() directly. For example, [sqlite3_open()]
2460 ** calls sqlite3_initialize() so the SQLite library will be automatically
2463 ** compile-time option, then the automatic calls to sqlite3_initialize()
2464 ** are omitted and the application must call sqlite3_initialize() directly
2466 ** it is recommended that applications always invoke sqlite3_initialize()
2482 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
2483 ** interface is called automatically by sqlite3_initialize() and
2495 SQLITE_API int sqlite3_initialize(void);
2515 ** [sqlite3_initialize()] or after shutdown by [sqlite3_shutdown()].
2516 ** ^If sqlite3_config() is called after [sqlite3_initialize()] and before
3336 ** ^(If SQLite has not been initialized using [sqlite3_initialize()] prior
3337 ** to invoking sqlite3_complete16() then sqlite3_initialize() is invoked
7756 ** before calling sqlite3_initialize() or any other public sqlite3_
7757 ** function that calls sqlite3_initialize().
7863 ** part of system initialization by the sqlite3_initialize() function.
7865 ** effective call to [sqlite3_initialize()].
8488 ** call to [sqlite3_initialize()])^
17183 sqlite3_mutex *pInitMutex; /* Mutex used by sqlite3_initialize() */
21151 int rc = sqlite3_initialize();
21194 int rc = sqlite3_initialize();
22224 ** before calling sqlite3_initialize() from which allocations
22226 ** implementations. Once sqlite3_initialize() has been called,
22914 ** before calling sqlite3_initialize() from which allocations
22916 ** implementations. Once sqlite3_initialize() has been called,
23700 ** sqlite3_initialize() being called. This block copies pointers to
23758 if( id<=SQLITE_MUTEX_RECURSIVE && sqlite3_initialize() ) return 0;
24857 ** of the sqlite3_initialize() and sqlite3_shutdown() processing, the
25225 int rc = sqlite3_initialize();
25396 if( sqlite3_initialize() ) return 0;
25402 if( sqlite3_initialize() ) return 0;
25568 if( sqlite3_initialize() ) return 0;
25575 if( sqlite3_initialize() ) return 0;
26841 if( sqlite3_initialize() ) return 0;
26857 if( sqlite3_initialize() ) return 0;
27574 if( sqlite3_initialize() ) return;
40527 if( sqlite3_initialize() ) return 0;
40543 if( sqlite3_initialize() ) return 0;
40559 if( sqlite3_initialize() ) return 0;
40575 if( sqlite3_initialize() ) return 0;
40591 if( sqlite3_initialize() ) return 0;
40607 if( sqlite3_initialize() ) return 0;
40622 int rc = sqlite3_initialize();
46249 ** fixed at sqlite3_initialize() time and do not require mutex protection.
46300 ** This routine is called from sqlite3_initialize() and so it is guaranteed
47217 ** This function is called during initialization (sqlite3_initialize()) to
109279 ** a consequence of calling sqlite3_initialize()).
114511 rc = sqlite3_initialize();
114580 if( sqlite3_initialize()==SQLITE_OK )
143252 rc = sqlite3_initialize();
143505 SQLITE_API int sqlite3_initialize(void){
143525 ** to sqlite3_initialize() should be a no-op. But the initialization
143578 ** sqlite3_initialize(). The recursive calls normally come through
143664 ** Undo the effects of sqlite3_initialize(). Must not be called while
143889 ** revert to its default implementation when sqlite3_initialize() is run
146179 rc = sqlite3_initialize();
146553 rc = sqlite3_initialize();