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

/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c67 lua_pushinteger(L, sqlite3_initialize());
442 sqlite3_initialize();
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c301 sqlite3_initialize();
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.h1094 ** ^The sqlite3_initialize() routine initializes the
1096 ** deallocates any resources that were allocated by sqlite3_initialize().
1101 ** A call to sqlite3_initialize() is an "effective" call if it is
1102 ** the first time sqlite3_initialize() is invoked during the lifetime of
1103 ** the process, or if it is the first time sqlite3_initialize() is invoked
1105 ** of sqlite3_initialize() does any initialization. All other calls
1109 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1113 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1119 ** Among other things, ^sqlite3_initialize() will invoke
1123 ** ^The sqlite3_initialize() routin
[all...]
H A Dsqlite3.c1644 ** ^The sqlite3_initialize() routine initializes the
1646 ** deallocates any resources that were allocated by sqlite3_initialize().
1651 ** A call to sqlite3_initialize() is an "effective" call if it is
1652 ** the first time sqlite3_initialize() is invoked during the lifetime of
1653 ** the process, or if it is the first time sqlite3_initialize() is invoked
1655 ** of sqlite3_initialize() does any initialization. All other calls
1659 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1663 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1669 ** Among other things, ^sqlite3_initialize() will invoke
1673 ** ^The sqlite3_initialize() routin
112313 SQLITE_API int sqlite3_initialize(void){ function
[all...]

Completed in 347 milliseconds