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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h584 #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*);
H A Dsqlite3.c579 ** and [sqlite3_close_v2()] are its destructors. There are many other
632 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
634 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
645 ** [SQLITE_BUSY]. ^If sqlite3_close_v2() is called with unfinalized prepared
651 ** are closed, and all backups have finished. The sqlite3_close_v2() interface
658 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
663 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
667 SQLITE_API int sqlite3_close_v2(sqlite3*);
136056 #define sqlite3_close_v2 macro
179498 SQLITE_API int sqlite3_close_v2(sqlite3 *db){ return sqlite3Close(db,1); } function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d86 int sqlite3_close_v2(sqlite3*);

Completed in 800 milliseconds