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

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h457 #define sqlite3_close_v2 sqlite3_api->close_v2 macro
H A Dsqlite3.h222 ** and [sqlite3_close_v2()] are its destructors. There are many other
270 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
272 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return SQLITE_OK if
279 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
283 ** finished. The sqlite3_close_v2() interface is intended for use with
291 ** sqlite3_close_v2() is called on a [database connection] that still has
300 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
305 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
309 SQLITE_API int sqlite3_close_v2(sqlite3*);
H A Dsqlite3.c793 ** and [sqlite3_close_v2()] are its destructors. There are many other
841 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
843 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return SQLITE_OK if
850 ** ^If sqlite3_close_v2() is called with unfinalized prepared statements
854 ** finished. The sqlite3_close_v2() interface is intended for use with
862 ** sqlite3_close_v2() is called on a [database connection] that still has
871 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
876 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
880 SQLITE_API int sqlite3_close_v2(sqlite3*);
92634 #define sqlite3_close_v2 macro
115656 SQLITE_API int sqlite3_close_v2(sqlite3 *db){ return sqlite3Close(db,1); } function
[all...]

Completed in 1445 milliseconds