Searched refs:sqlite3_finalize (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dmakemandb.c538 sqlite3_finalize(stmt);
547 sqlite3_finalize(stmt);
556 sqlite3_finalize(stmt);
565 sqlite3_finalize(stmt);
574 sqlite3_finalize(stmt);
579 sqlite3_finalize(stmt);
692 sqlite3_finalize(inner_stmt);
755 sqlite3_finalize(stmt);
1530 sqlite3_finalize(stmt);
1537 sqlite3_finalize(stm
[all...]
H A Dwhatis.c75 sqlite3_finalize(stmt);
H A Dapropos-utils.c103 return sqlite3_finalize(stmt);
423 sqlite3_finalize(stmt);
429 sqlite3_finalize(stmt);
434 sqlite3_finalize(stmt);
731 sqlite3_finalize(stmt);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c164 sqlite3_finalize(s->icred);
166 sqlite3_finalize(s->dcred);
168 sqlite3_finalize(s->iprincipal);
170 sqlite3_finalize(s->icache);
172 sqlite3_finalize(s->ucachen);
174 sqlite3_finalize(s->ucachep);
176 sqlite3_finalize(s->dcache);
178 sqlite3_finalize(s->scache);
180 sqlite3_finalize(s->scache_name);
182 sqlite3_finalize(
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c215 sqlite3_finalize(hsdb->get_version);
219 sqlite3_finalize(hsdb->fetch);
223 sqlite3_finalize(hsdb->get_ids);
227 sqlite3_finalize(hsdb->add_entry);
231 sqlite3_finalize(hsdb->add_principal);
235 sqlite3_finalize(hsdb->add_alias);
239 sqlite3_finalize(hsdb->delete_aliases);
243 sqlite3_finalize(hsdb->update_entry);
247 sqlite3_finalize(hsdb->remove);
251 sqlite3_finalize(hsd
[all...]
/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile119 sqlite3_finalize.3 \
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c243 if (sqlite3_finalize(sql_stmt))
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c2014 sqlite3_finalize(pStmt);
3434 sqlite3_finalize(pStmt);
3441 sqlite3_finalize(pStmt);
3508 sqlite3_finalize(pStmt);
8282 sqlite3_finalize(pCur->pStmt); pCur->pStmt = 0;
8351 sqlite3_finalize(pS2);
8377 sqlite3_finalize(pS2);
8396 sqlite3_finalize(pCur->pStmt);
12388 sqlite3_finalize(pCsr->pData);
12414 rc = sqlite3_finalize(pCs
[all...]
H A Dsqlite3ext.h455 #define sqlite3_finalize sqlite3_api->finalize macro
H A Dsqlite3.h325 ** Ideally, applications should [sqlite3_finalize | finalize] all
368 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
4020 ** <li> Destroy the object using [sqlite3_finalize()].
4152 ** [sqlite3_finalize()] relatively soon. The current implementation acts
4224 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
4804 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
4833 ** using [sqlite3_finalize()] or until the statement is automatically
4954 ** already been [sqlite3_finalize | finalized] or on one that had
4975 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
5080 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
[all...]
H A Dsqlite3.c638 ** Ideally, applications should [sqlite3_finalize | finalize] all
681 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
4333 ** <li> Destroy the object using [sqlite3_finalize()].
4465 ** [sqlite3_finalize()] relatively soon. The current implementation acts
4537 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
5117 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
5146 ** using [sqlite3_finalize()] or until the statement is automatically
5267 ** already been [sqlite3_finalize | finalized] or on one that had
5288 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
5393 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
89972 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){ function
135927 #define sqlite3_finalize macro
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp136 (void)::sqlite3_finalize(stmt);
/netbsd-current/lib/lua/sqlite/
H A Dsqlite.c353 sqlite3_finalize(*stmt);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c525 sqlite3_finalize(pStmt->pStmt);
2540 sqlite3_finalize(pStmt);
2562 sqlite3_finalize(pStmt);
2568 sqlite3_finalize(pStmt);
2628 sqlite3_finalize(pStmt);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d931 int sqlite3_finalize(sqlite3_stmt *pStmt);
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c671 sqlite3_finalize(stmt);

Completed in 999 milliseconds