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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite3wrapper.c60 int (*const svn_sqlite3__api_initialize)(void) = sqlite3_initialize;
H A Dsqlite.c53 # define sqlite3_initialize svn_sqlite3__api_initialize macro
749 SQLITE_ERR_MSG(sqlite3_initialize(), _("Could not initialize SQLite"));
/freebsd-10.0-release/contrib/sqlite3/
H A Dshell.c1469 sqlite3_initialize();
2876 sqlite3_initialize();
H A Dsqlite3.h1205 ** ^The sqlite3_initialize() routine initializes the
1207 ** deallocates any resources that were allocated by sqlite3_initialize().
1212 ** A call to sqlite3_initialize() is an "effective" call if it is
1213 ** the first time sqlite3_initialize() is invoked during the lifetime of
1214 ** the process, or if it is the first time sqlite3_initialize() is invoked
1216 ** of sqlite3_initialize() does any initialization. All other calls
1220 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1224 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1230 ** Among other things, ^sqlite3_initialize() will invoke
1234 ** ^The sqlite3_initialize() routin
[all...]
H A Dsqlite3.c1776 ** ^The sqlite3_initialize() routine initializes the
1778 ** deallocates any resources that were allocated by sqlite3_initialize().
1783 ** A call to sqlite3_initialize() is an "effective" call if it is
1784 ** the first time sqlite3_initialize() is invoked during the lifetime of
1785 ** the process, or if it is the first time sqlite3_initialize() is invoked
1787 ** of sqlite3_initialize() does any initialization. All other calls
1791 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1795 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1801 ** Among other things, ^sqlite3_initialize() will invoke
1805 ** ^The sqlite3_initialize() routin
114898 SQLITE_API int sqlite3_initialize(void){ function
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h1062 ** ^The sqlite3_initialize() routine initializes the
1064 ** deallocates any resources that were allocated by sqlite3_initialize().
1069 ** A call to sqlite3_initialize() is an "effective" call if it is
1070 ** the first time sqlite3_initialize() is invoked during the lifetime of
1071 ** the process, or if it is the first time sqlite3_initialize() is invoked
1073 ** of sqlite3_initialize() does any initialization. All other calls
1077 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1081 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1087 ** Among other things, ^sqlite3_initialize() will invoke
1091 ** ^The sqlite3_initialize() routin
[all...]
H A Dsqlite3.c1615 ** ^The sqlite3_initialize() routine initializes the
1617 ** deallocates any resources that were allocated by sqlite3_initialize().
1622 ** A call to sqlite3_initialize() is an "effective" call if it is
1623 ** the first time sqlite3_initialize() is invoked during the lifetime of
1624 ** the process, or if it is the first time sqlite3_initialize() is invoked
1626 ** of sqlite3_initialize() does any initialization. All other calls
1630 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1634 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1640 ** Among other things, ^sqlite3_initialize() will invoke
1644 ** ^The sqlite3_initialize() routin
110252 SQLITE_API int sqlite3_initialize(void){ function
[all...]

Completed in 527 milliseconds