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

/netbsd-current/external/public-domain/sqlite/dist/tea/
H A Dconfigure.ac105 [AC_CHECK_LIB([sqlite3],[sqlite3_initialize],
H A Dconfigure5501 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for sqlite3_initialize in -lsqlite3" >&5
5502 printf %s "checking for sqlite3_initialize in -lsqlite3... " >&6; }
5515 char sqlite3_initialize ();
5519 return sqlite3_initialize ();
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c67 lua_pushinteger(L, sqlite3_initialize());
457 sqlite3_initialize();
/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile125 sqlite3_initialize.3 \
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c978 ret = sqlite3_initialize();
/netbsd-current/usr.sbin/makemandb/
H A Dapropos-utils.c393 sqlite3_initialize();
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d432 int sqlite3_initialize();
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h1569 ** ^The sqlite3_initialize() routine initializes the
1571 ** deallocates any resources that were allocated by sqlite3_initialize().
1576 ** A call to sqlite3_initialize() is an "effective" call if it is
1577 ** the first time sqlite3_initialize() is invoked during the lifetime of
1578 ** the process, or if it is the first time sqlite3_initialize() is invoked
1580 ** of sqlite3_initialize() does any initialization. All other calls
1584 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1588 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1594 ** Among other things, ^sqlite3_initialize() will invoke
1598 ** ^The sqlite3_initialize() routin
[all...]
H A Dsqlite3.c1882 ** ^The sqlite3_initialize() routine initializes the
1884 ** deallocates any resources that were allocated by sqlite3_initialize().
1889 ** A call to sqlite3_initialize() is an "effective" call if it is
1890 ** the first time sqlite3_initialize() is invoked during the lifetime of
1891 ** the process, or if it is the first time sqlite3_initialize() is invoked
1893 ** of sqlite3_initialize() does any initialization. All other calls
1897 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1901 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1907 ** Among other things, ^sqlite3_initialize() will invoke
1911 ** ^The sqlite3_initialize() routin
178370 SQLITE_API int sqlite3_initialize(void){ function
[all...]
H A Dshell.c2541 ** is registered prior to sqlite3_initialize(), it will cause all memory
2652 ** SQLite. If this extension is registered prior to sqlite3_initialize(),
28962 sqlite3_initialize();
29160 ** occur just before or after sqlite3_initialize(). Use this compile-time
29167 ** to call sqlite3_initialize() and process any command line -vfs option. */
29168 sqlite3_initialize();

Completed in 818 milliseconds