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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c108 int sqlite3_initialize(void){ function
120 ** to sqlite3_initialize() should be a no-op. But the initialization
173 ** sqlite3_initialize(). The recursive calls normally come through
241 ** Undo the effects of sqlite3_initialize(). Must not be called while
388 ** back to its default implementation when sqlite3_initialize() is
1805 rc = sqlite3_initialize();
2080 rc = sqlite3_initialize();
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1563 ** ^The sqlite3_initialize() routine initializes the
1565 ** deallocates any resources that were allocated by sqlite3_initialize().
1570 ** A call to sqlite3_initialize() is an "effective" call if it is
1571 ** the first time sqlite3_initialize() is invoked during the lifetime of
1572 ** the process, or if it is the first time sqlite3_initialize() is invoked
1574 ** of sqlite3_initialize() does any initialization. All other calls
1578 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1582 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1588 ** Among other things, ^sqlite3_initialize() will invoke
1592 ** ^The sqlite3_initialize() routin
107353 SQLITE_API int sqlite3_initialize(void){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c1363 ** ^The sqlite3_initialize() routine initializes the
1365 ** deallocates any resources that were allocated by sqlite3_initialize().
1370 ** A call to sqlite3_initialize() is an "effective" call if it is
1371 ** the first time sqlite3_initialize() is invoked during the lifetime of
1372 ** the process, or if it is the first time sqlite3_initialize() is invoked
1374 ** of sqlite3_initialize() does any initialization. All other calls
1378 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1382 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1388 ** Among other things, ^sqlite3_initialize() will invoke
1392 ** ^The sqlite3_initialize() routin
122279 SQLITE_API int sqlite3_initialize(void){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1363 ** ^The sqlite3_initialize() routine initializes the
1365 ** deallocates any resources that were allocated by sqlite3_initialize().
1370 ** A call to sqlite3_initialize() is an "effective" call if it is
1371 ** the first time sqlite3_initialize() is invoked during the lifetime of
1372 ** the process, or if it is the first time sqlite3_initialize() is invoked
1374 ** of sqlite3_initialize() does any initialization. All other calls
1378 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1382 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1388 ** Among other things, ^sqlite3_initialize() will invoke
1392 ** ^The sqlite3_initialize() routin
122299 SQLITE_API int sqlite3_initialize(void){ function
[all...]

Completed in 822 milliseconds