Searched refs:sqlite3_shutdown (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c22 ** 2) A subsequent call to sqlite3_shutdown() calls the shutdown method
173 sqlite3_shutdown();
218 sqlite3_shutdown();
H A Dtest_mutex.c135 ** sqlite3_shutdown
150 rc = sqlite3_shutdown();
417 { "sqlite3_shutdown", (Tcl_ObjCmdProc*)test_shutdown },
H A Dsqlite.h.in1016 ** SQLite library. ^The sqlite3_shutdown() routine
1025 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1029 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1030 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1031 ** an effective call to sqlite3_shutdown() does any deinitialization.
1032 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1034 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1035 ** is not. The sqlite3_shutdown() interface must only be called from a
1038 ** sqlite3_shutdown().
1041 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
[all...]
H A Dmain.c87 ** or for the first call after a call to sqlite3_shutdown.
248 int sqlite3_shutdown(void){ function
H A Dtclsqlite.c3641 /* Call sqlite3_shutdown() once before doing anything else. This is to
3642 ** test that sqlite3_shutdown() can be safely called by a process before
3644 sqlite3_shutdown();
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1021 ** SQLite library. ^The sqlite3_shutdown() routine
1030 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1034 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1035 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1036 ** an effective call to sqlite3_shutdown() does any deinitialization.
1037 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1039 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1040 ** is not. The sqlite3_shutdown() interface must only be called from a
1043 ** sqlite3_shutdown().
1046 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
[all...]
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/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl220 sqlite3_shutdown
/external/sqlite/dist/orig/
H A Dsqlite3.h1249 ** SQLite library. ^The sqlite3_shutdown() routine
1258 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1262 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1263 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1264 ** an effective call to sqlite3_shutdown() does any deinitialization.
1265 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1267 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1268 ** is not. The sqlite3_shutdown() interface must only be called from a
1271 ** sqlite3_shutdown().
1274 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
[all...]
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.h1249 ** SQLite library. ^The sqlite3_shutdown() routine
1258 ** following a call to sqlite3_shutdown(). ^(Only an effective call
1262 ** A call to sqlite3_shutdown() is an "effective" call if it is the first
1263 ** call to sqlite3_shutdown() since the last sqlite3_initialize(). ^(Only
1264 ** an effective call to sqlite3_shutdown() does any deinitialization.
1265 ** All other valid calls to sqlite3_shutdown() are harmless no-ops.)^
1267 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
1268 ** is not. The sqlite3_shutdown() interface must only be called from a
1271 ** sqlite3_shutdown().
1274 ** sqlite3_os_init(). Similarly, ^sqlite3_shutdown()
[all...]
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 457 milliseconds