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

/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c74 lua_pushinteger(L, sqlite3_shutdown());
/netbsd-current/usr.sbin/makemandb/
H A Dapropos-utils.c171 sqlite3_shutdown();
238 sqlite3_shutdown();
688 sqlite3_shutdown();
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c108 sqlite3_shutdown();
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d434 int sqlite3_shutdown();
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1570 ** SQLite library. ^The sqlite3_shutdown() routine
1579 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1583 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1584 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1585 ** an effective call to sqlite3_shutdown() does any deinitialization.
1586 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1588 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1589 ** is not. The sqlite3_shutdown() interface must only be called from a
1592 ** sqlite3_shutdown().
1595 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
[all...]
H A Dshell.c28957 ** do this. But we want to run an sqlite3_shutdown() afterwards so that
28978 sqlite3_shutdown();
H A Dsqlite3.c1883 ** SQLite library. ^The sqlite3_shutdown() routine
1892 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1896 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1897 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1898 ** an effective call to sqlite3_shutdown() does any deinitialization.
1899 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1901 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1902 ** is not. The sqlite3_shutdown() interface must only be called from a
1905 ** sqlite3_shutdown().
1908 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
178551 SQLITE_API int sqlite3_shutdown(void){ function
[all...]
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c4048 /* Call sqlite3_shutdown() once before doing anything else. This is to
4049 ** test that sqlite3_shutdown() can be safely called by a process before
4051 sqlite3_shutdown();

Completed in 648 milliseconds