Home
last modified time | relevance | path

Searched refs:sqlite3_finalize (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/usr.sbin/makemandb/
H A Dmakemandb.c538 sqlite3_finalize(stmt); in build_file_cache()
547 sqlite3_finalize(stmt); in build_file_cache()
556 sqlite3_finalize(stmt); in build_file_cache()
565 sqlite3_finalize(stmt); in build_file_cache()
574 sqlite3_finalize(stmt); in build_file_cache()
579 sqlite3_finalize(stmt); in build_file_cache()
692 sqlite3_finalize(inner_stmt); in update_existing_entry()
755 sqlite3_finalize(stmt); in update_db()
1530 sqlite3_finalize(stmt); in insert_into_db()
1537 sqlite3_finalize(stmt); in insert_into_db()
[all …]
H A Dapropos-utils.c103 return sqlite3_finalize(stmt); in register_tokenizer()
423 sqlite3_finalize(stmt); in init_db()
429 sqlite3_finalize(stmt); in init_db()
434 sqlite3_finalize(stmt); in init_db()
731 sqlite3_finalize(stmt); in execute_search_query()
H A Dwhatis.c75 sqlite3_finalize(stmt); in whatis()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c164 sqlite3_finalize(s->icred); in scc_free()
166 sqlite3_finalize(s->dcred); in scc_free()
168 sqlite3_finalize(s->iprincipal); in scc_free()
170 sqlite3_finalize(s->icache); in scc_free()
172 sqlite3_finalize(s->ucachen); in scc_free()
174 sqlite3_finalize(s->ucachep); in scc_free()
176 sqlite3_finalize(s->dcache); in scc_free()
178 sqlite3_finalize(s->scache); in scc_free()
180 sqlite3_finalize(s->scache_name); in scc_free()
182 sqlite3_finalize(s->umaster); in scc_free()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c215 sqlite3_finalize(hsdb->get_version); in finalize_stmts()
219 sqlite3_finalize(hsdb->fetch); in finalize_stmts()
223 sqlite3_finalize(hsdb->get_ids); in finalize_stmts()
227 sqlite3_finalize(hsdb->add_entry); in finalize_stmts()
231 sqlite3_finalize(hsdb->add_principal); in finalize_stmts()
235 sqlite3_finalize(hsdb->add_alias); in finalize_stmts()
239 sqlite3_finalize(hsdb->delete_aliases); in finalize_stmts()
243 sqlite3_finalize(hsdb->update_entry); in finalize_stmts()
247 sqlite3_finalize(hsdb->remove); in finalize_stmts()
251 sqlite3_finalize(hsdb->get_all_entries); in finalize_stmts()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c2014 sqlite3_finalize(pStmt); in shellFakeSchema()
3434 sqlite3_finalize(pStmt); in sha3QueryFunc()
3441 sqlite3_finalize(pStmt); in sha3QueryFunc()
3508 sqlite3_finalize(pStmt); in sha3QueryFunc()
8282 sqlite3_finalize(pCur->pStmt); pCur->pStmt = 0; in completionCursorReset()
8351 sqlite3_finalize(pS2); in completionNext()
8377 sqlite3_finalize(pS2); in completionNext()
8396 sqlite3_finalize(pCur->pStmt); in completionNext()
12388 sqlite3_finalize(pCsr->pData); in expertClose()
12414 rc = sqlite3_finalize(pCsr->pData); in expertNext()
[all …]
H A Dsqlite3ext.h455 #define sqlite3_finalize sqlite3_api->finalize macro
H A Dsqlite3.h5290 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt);
H A Dsqlite3.c5603 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt);
53339 sqlite3_finalize(pStmt);
53409 sqlite3_finalize(pStmt);
89972 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){
101831 sqlite3_finalize(p->pStmt);
101844 rc = sqlite3_finalize(p->pStmt);
102110 rc = sqlite3_finalize(pStmt);
105165 sqlite3_finalize(pCur->pStmt);
119537 sqlite3_finalize(pStmt);
119550 rc = sqlite3_finalize(pStmt);
[all …]
/netbsd-src/external/public-domain/sqlite/man/
H A DMakefile119 sqlite3_finalize.3 \
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c243 if (sqlite3_finalize(sql_stmt)) in dict_sqlite_lookup()
/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp136 (void)::sqlite3_finalize(stmt); in ~impl()
/netbsd-src/lib/lua/sqlite/
H A Dsqlite.c353 sqlite3_finalize(*stmt); in stmt_finalize()
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c525 sqlite3_finalize(pStmt->pStmt); in dbFreeStmt()
2540 sqlite3_finalize(pStmt); in DbObjCmd()
2562 sqlite3_finalize(pStmt); in DbObjCmd()
2568 sqlite3_finalize(pStmt); in DbObjCmd()
2628 sqlite3_finalize(pStmt); in DbObjCmd()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d931 int sqlite3_finalize(sqlite3_stmt *pStmt);