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

/macosx-10.10/Heimdal-398.1.2/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 324 milliseconds