Searched refs:sqlite3_shutdown (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.h1063 ** SQLite library. ^The sqlite3_shutdown() routine
1072 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1076 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1077 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1078 ** an effective call to sqlite3_shutdown() does any deinitialization.
1079 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1081 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1082 ** is not. The sqlite3_shutdown() interface must only be called from a
1085 ** sqlite3_shutdown().
1088 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
[all...]
H A Dsqlite3.c1616 ** SQLite library. ^The sqlite3_shutdown() routine
1625 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1629 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1630 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1631 ** an effective call to sqlite3_shutdown() does any deinitialization.
1632 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1634 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1635 ** is not. The sqlite3_shutdown() interface must only be called from a
1638 ** sqlite3_shutdown().
1641 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
110402 SQLITE_API int sqlite3_shutdown(void){ function
[all...]

Completed in 386 milliseconds