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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c138 sqlite3_shutdown();
196 sqlite3_shutdown();
306 sqlite3_shutdown();
355 sqlite3_shutdown();
471 sqlite3_shutdown();
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c74 lua_pushinteger(L, sqlite3_shutdown());
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1095 ** SQLite library. ^The sqlite3_shutdown() routine
1104 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1108 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1109 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1110 ** an effective call to sqlite3_shutdown() does any deinitialization.
1111 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1113 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1114 ** is not. The sqlite3_shutdown() interface must only be called from a
1117 ** sqlite3_shutdown().
1120 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
[all...]
H A Dsqlite3.c1645 ** SQLite library. ^The sqlite3_shutdown() routine
1654 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1658 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1659 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1660 ** an effective call to sqlite3_shutdown() does any deinitialization.
1661 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1663 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1664 ** is not. The sqlite3_shutdown() interface must only be called from a
1667 ** sqlite3_shutdown().
1670 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
112463 SQLITE_API int sqlite3_shutdown(void){ function
[all...]

Completed in 381 milliseconds