Home
last modified time | relevance | path

Searched refs:sqlite3_close_v2 (Results 1 - 4 of 4) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3ext.h583 #define sqlite3_close_v2 sqlite3_api->close_v2 macro
H A Dsqlite3.h266 ** and [sqlite3_close_v2()] are its destructors. There are many other
319 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
321 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
332 ** [SQLITE_BUSY]. ^If sqlite3_close_v2() is called with unfinalized prepared
338 ** are closed, and all backups have finished. The sqlite3_close_v2() interface
345 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
350 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
354 SQLITE_API int sqlite3_close_v2(sqlite3*);
/third_party/python/Modules/_sqlite/
H A Dconnection.c352 int rc = sqlite3_close_v2(db); in connection_close()
/third_party/sqlite/src/
H A Dsqlite3.c576 ** and [sqlite3_close_v2()] are its destructors. There are many other
629 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
631 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
642 ** [SQLITE_BUSY]. ^If sqlite3_close_v2() is called with unfinalized prepared
648 ** are closed, and all backups have finished. The sqlite3_close_v2() interface
655 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
660 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
664 SQLITE_API int sqlite3_close_v2(sqlite3*);
132506 #define sqlite3_close_v2 global() macro
174722 SQLITE_API int sqlite3_close_v2(sqlite3 *db){ return sqlite3Close(db,1); } global() function
[all...]

Completed in 148 milliseconds