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

/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c87 ** or for the first call after a call to sqlite3_shutdown.
248 int sqlite3_shutdown(void){ function
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c1564 ** SQLite library. ^The sqlite3_shutdown() routine
1573 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1577 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1578 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1579 ** an effective call to sqlite3_shutdown() does any deinitialization.
1580 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1582 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1583 ** is not. The sqlite3_shutdown() interface must only be called from a
1586 ** sqlite3_shutdown().
1589 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
107493 SQLITE_API int sqlite3_shutdown(void){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c1364 ** SQLite library. ^The sqlite3_shutdown() routine
1373 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1377 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1378 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1379 ** an effective call to sqlite3_shutdown() does any deinitialization.
1380 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1382 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1383 ** is not. The sqlite3_shutdown() interface must only be called from a
1386 ** sqlite3_shutdown().
1389 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
122435 SQLITE_API int sqlite3_shutdown(void){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1364 ** SQLite library. ^The sqlite3_shutdown() routine
1373 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1377 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1378 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1379 ** an effective call to sqlite3_shutdown() does any deinitialization.
1380 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1382 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1383 ** is not. The sqlite3_shutdown() interface must only be called from a
1386 ** sqlite3_shutdown().
1389 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
122455 SQLITE_API int sqlite3_shutdown(void){ function
[all...]

Completed in 411 milliseconds