Lines Matching refs:sqlite3_shutdown

1364 ** SQLite library.  ^The sqlite3_shutdown() routine
1373 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1377 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1378 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1379 ** an effective call to sqlite3_shutdown() does any deinitialization.
1380 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1382 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1383 ** is not. The sqlite3_shutdown() interface must only be called from a
1386 ** sqlite3_shutdown().
1389 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1422 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1424 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1436 SQLITE_API int sqlite3_shutdown(void);
1453 ** [sqlite3_initialize()] or after shutdown by [sqlite3_shutdown()].
1455 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
1534 ** [sqlite3_shutdown()] and should deallocate any resources acquired
1540 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
6074 ** part of system shutdown by the sqlite3_shutdown() function. The
6078 ** interface is invoked exactly once for each call to [sqlite3_shutdown()].
6112 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
6671 ** ^The xShutdown() method is called by [sqlite3_shutdown()].
6678 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
19469 ** of the sqlite3_initialize() and sqlite3_shutdown() processing, the
32295 * winMemShutdown function is called (e.g. by the sqlite3_shutdown
122258 ** or for the first call after a call to sqlite3_shutdown.
122435 SQLITE_API int sqlite3_shutdown(void){