• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/

Lines Matching defs:sqlite3_shutdown

1367 ** SQLite library.  ^The sqlite3_shutdown() routine
1376 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1380 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1381 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1382 ** an effective call to sqlite3_shutdown() does any deinitialization.
1383 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1385 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1386 ** is not. The sqlite3_shutdown() interface must only be called from a
1389 ** sqlite3_shutdown().
1392 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
1425 ** sqlite3_initialize() and sqlite3_shutdown(). The sqlite3_os_init()
1427 ** sqlite3_os_end() is called by sqlite3_shutdown(). Appropriate
1439 SQLITE_API int sqlite3_shutdown(void);
1457 ** [sqlite3_initialize()] or after shutdown by [sqlite3_shutdown()].
1459 ** [sqlite3_shutdown()] then it will return SQLITE_MISUSE.
1551 ** [sqlite3_shutdown()] and should deallocate any resources acquired
1557 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
5276 ** part of system shutdown by the sqlite3_shutdown() function. The
5280 ** interface is invoked exactly once for each call to [sqlite3_shutdown()].
5314 ** ^SQLite will invoke the xMutexEnd() method when [sqlite3_shutdown()] is
5724 ** ^The xShutdown() method is called from within [sqlite3_shutdown()],
5730 ** xShutdown method is only called from [sqlite3_shutdown()] so it does
15381 ** of the sqlite3_initialize and sqlite3_shutdown()
95276 ** or for the first call after a call to sqlite3_shutdown.
95430 SQLITE_API int sqlite3_shutdown(void){