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

/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dc_gate_test.cpp54 ::sqlite3_close(raw_db);
H A Dexceptions_test.cpp71 ::sqlite3_close(raw_db);
H A Ddatabase.cpp113 int error = ::sqlite3_close(db);
H A Ddatabase_test.cpp62 ::sqlite3_close(db);
95 ::sqlite3_close(db);
/netbsd-current/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);
351 sqlite3_close(s->db);
446 sqlite3_close(s->db);
1165 sqlite3_close(ctx->db);
1172 sqlite3_close(ctx->db);
1181 sqlite3_close(ctx->db);
1192 sqlite3_close(ct
[all...]
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Deap_user_db.c183 sqlite3_close(db);
223 sqlite3_close(db);
H A Dhostapd.c2257 sqlite3_close(hapd->rad_attr_db);
/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile77 sqlite3_close.3 \
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dhlr_auc_gw.c151 sqlite3_close(db);
157 sqlite3_close(db);
958 sqlite3_close(sqlite_db);
1101 sqlite3_close(sqlite_db);
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c117 if (sqlite3_close(dict_sqlite->db) != SQLITE_OK)
/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Deap_sim_db.c148 sqlite3_close(db);
154 sqlite3_close(db);
160 sqlite3_close(db);
831 sqlite3_close(data->sqlite_db);
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c124 lua_pushinteger(L, sqlite3_close(*db));
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c345 sqlite3_close(hsdb->db);
385 if (sqlite3_close(hsdb->db) != SQLITE_OK) {
459 sqlite3_close(hsdb->db);
/netbsd-current/usr.sbin/makemandb/
H A Dapropos-utils.c170 sqlite3_close(db);
237 sqlite3_close(db);
687 sqlite3_close(db);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c563 sqlite3_close(pDb->db);
2094 sqlite3_close(pDest);
2101 sqlite3_close(pDest);
2113 sqlite3_close(pDest);
3196 sqlite3_close(pSrc);
3203 sqlite3_close(pSrc);
3225 sqlite3_close(pSrc);
3889 sqlite3_close(p->db);
/netbsd-current/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c106 sqlite3_close((sqlite3 *)db->dbconn);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h411 #define sqlite3_close sqlite3_api->close macro
H A Dsqlite3.h265 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
319 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
321 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
331 ** sqlite3_close() will leave the database connection open and return
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
353 SQLITE_API int sqlite3_close(sqlite3*);
3484 ** passing it to [sqlite3_close()] when it is no longer required.
6313 ** [database connection] is closed using [sqlite3_close()].
9341 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
[all...]
H A Dshell.c13974 sqlite3_close(p->dbm);
13975 sqlite3_close(p->dbv);
16155 sqlite3_close(db2);
17238 sqlite3_close(p->dbOut);
22185 sqlite3_close(p->db);
22322 int rc = sqlite3_close(db);
22324 eputf("Error: sqlite3_close() returns %d: %s\n", rc, sqlite3_errmsg(db));
24713 sqlite3_close(*pDb);
H A Dsqlite3.c578 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
632 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
634 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
644 ** sqlite3_close() will leave the database connection open and return
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
666 SQLITE_API int sqlite3_close(sqlite3*);
3797 ** passing it to [sqlite3_close()] when it is no longer required.
6626 ** [database connection] is closed using [sqlite3_close()].
9654 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
135883 #define sqlite3_close macro
179497 SQLITE_API int sqlite3_close(sqlite3 *db){ return sqlite3Close(db,0); } function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d85 int sqlite3_close(sqlite3 *);
/netbsd-current/external/bsd/wpa/dist/src/radius/
H A Dradius_server.c2550 sqlite3_close(data->db);

Completed in 807 milliseconds