Searched refs:sqlite3_close (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c185 sqlite3_close(s->db);
267 sqlite3_close(db);
287 sqlite3_close(db);
291 sqlite3_close(db);
352 sqlite3_close(s->db);
447 sqlite3_close(s->db);
1183 sqlite3_close(ctx->db);
1192 sqlite3_close(ctx->db);
1203 sqlite3_close(ctx->db);
1214 sqlite3_close(ct
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c137 sqlite3_close(db);
195 sqlite3_close(db);
354 sqlite3_close(db);
470 sqlite3_close(db);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/sdb/sqlite/
H A Dsqlitedb.c67 sqlite3_close(dbi->db);
238 sqlite3_close(dbi->db);
H A Dzone2sqlite.c65 sqlite3_close(dbi.db);
88 sqlite3_close(dbi->db);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c217 sqlite3_close(hsdb->db);
265 sqlite3_close(hsdb->db);
368 sqlite3_close(hsdb->db);
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c134 if (sqlite3_close(dict_sqlite->db) != SQLITE_OK)
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c120 lua_pushinteger(L, sqlite3_close(*db));
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h271 #define sqlite3_close sqlite3_api->close macro
H A Dshell.c1551 sqlite3_close(pDest);
1558 sqlite3_close(pDest);
1569 sqlite3_close(pDest);
2023 sqlite3_close(pSrc);
2030 sqlite3_close(pSrc);
2050 sqlite3_close(pSrc);
2985 sqlite3_close(data.db);
H A Dsqlite3.h221 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
269 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
270 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
276 ** sqlite3_close() is called on a [database connection] that still has
280 ** ^If [sqlite3_close()] is invoked while a transaction is open,
283 ** The C parameter to [sqlite3_close(C)] must be either a NULL
287 ** ^Calling sqlite3_close() with a NULL pointer argument is a
290 SQLITE_API int sqlite3_close(sqlite3 *);
2441 ** passing it to [sqlite3_close()] when it is no longer required.
4243 ** [database connection] is closed using [sqlite3_close()]
[all...]
H A Dsqlite3.c771 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
819 ** ^The sqlite3_close() routine is the destructor for the [sqlite3] object.
820 ** ^Calls to sqlite3_close() return SQLITE_OK if the [sqlite3] object is
826 ** sqlite3_close() is called on a [database connection] that still has
830 ** ^If [sqlite3_close()] is invoked while a transaction is open,
833 ** The C parameter to [sqlite3_close(C)] must be either a NULL
837 ** ^Calling sqlite3_close() with a NULL pointer argument is a
840 SQLITE_API int sqlite3_close(sqlite3 *);
2991 ** passing it to [sqlite3_close()] when it is no longer required.
4793 ** [database connection] is closed using [sqlite3_close()]
91118 #define sqlite3_close macro
112931 SQLITE_API int sqlite3_close(sqlite3 *db){ function
[all...]

Completed in 338 milliseconds