Searched defs:sqlite3_initialize (Results 1 - 3 of 3) sorted by relevance

/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c1662 ** ^The sqlite3_initialize() routine initializes the
1664 ** deallocates any resources that were allocated by sqlite3_initialize().
1669 ** A call to sqlite3_initialize() is an "effective" call if it is
1670 ** the first time sqlite3_initialize() is invoked during the lifetime of
1671 ** the process, or if it is the first time sqlite3_initialize() is invoked
1673 ** of sqlite3_initialize() does any initialization. All other calls
1677 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1681 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1687 ** Among other things, ^sqlite3_initialize() will invoke
1691 ** ^The sqlite3_initialize() routin
140748 SQLITE_API int sqlite3_initialize(void){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1662 ** ^The sqlite3_initialize() routine initializes the
1664 ** deallocates any resources that were allocated by sqlite3_initialize().
1669 ** A call to sqlite3_initialize() is an "effective" call if it is
1670 ** the first time sqlite3_initialize() is invoked during the lifetime of
1671 ** the process, or if it is the first time sqlite3_initialize() is invoked
1673 ** of sqlite3_initialize() does any initialization. All other calls
1677 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1681 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1687 ** Among other things, ^sqlite3_initialize() will invoke
1691 ** ^The sqlite3_initialize() routin
140748 SQLITE_API int sqlite3_initialize(void){ function
[all...]

Completed in 378 milliseconds