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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h555 #define sqlite3_close_v2 sqlite3_api->close_v2 macro
H A Dsqlite3.h243 ** and [sqlite3_close_v2()] are its destructors. There are many other
296 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
298 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
309 ** [SQLITE_BUSY]. ^If sqlite3_close_v2() is called with unfinalized prepared
315 ** are closed, and all backups have finished. The sqlite3_close_v2() interface
322 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
327 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
331 SQLITE_API int sqlite3_close_v2(sqlite3*);
H A Dsqlite3.c1306 ** and [sqlite3_close_v2()] are its destructors. There are many other
1359 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
1361 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
1372 ** [SQLITE_BUSY]. ^If sqlite3_close_v2() is called with unfinalized prepared
1378 ** are closed, and all backups have finished. The sqlite3_close_v2() interface
1385 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
1390 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
1394 SQLITE_API int sqlite3_close_v2(sqlite3*);
125945 #define sqlite3_close_v2 macro
165337 SQLITE_API int sqlite3_close_v2(sqlite3 *db){ return sqlite3Close(db,1); } function
[all...]

Completed in 521 milliseconds