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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c523 sqlite3_finalize(stmt);
532 sqlite3_finalize(stmt);
541 sqlite3_finalize(stmt);
550 sqlite3_finalize(stmt);
559 sqlite3_finalize(stmt);
564 sqlite3_finalize(stmt);
620 sqlite3_finalize(inner_stmt);
782 sqlite3_finalize(stmt);
1521 sqlite3_finalize(stmt);
1528 sqlite3_finalize(stm
[all...]
H A Dwhatis.c70 sqlite3_finalize(stmt);
H A Dapropos-utils.c322 sqlite3_finalize(stmt);
328 sqlite3_finalize(stmt);
333 sqlite3_finalize(stmt);
577 sqlite3_finalize(stmt);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c254 sqlite3_finalize(hsdb->get_version);
255 sqlite3_finalize(hsdb->fetch);
256 sqlite3_finalize(hsdb->get_ids);
257 sqlite3_finalize(hsdb->add_entry);
258 sqlite3_finalize(hsdb->add_principal);
259 sqlite3_finalize(hsdb->add_alias);
260 sqlite3_finalize(hsdb->delete_aliases);
261 sqlite3_finalize(hsdb->update_entry);
262 sqlite3_finalize(hsdb->remove);
263 sqlite3_finalize(hsd
[all...]
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Ddict_sqlite.c256 if (sqlite3_finalize(sql_stmt))
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c342 sqlite3_finalize(*stmt);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h315 #define sqlite3_finalize sqlite3_api->finalize macro
H A Dsqlite3.h273 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
1730 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
2723 ** <li> Destroy the object using [sqlite3_finalize()].
2873 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
3252 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
3280 ** using [sqlite3_finalize()] or until the statement is automatically
3401 ** already been [sqlite3_finalize | finalized] or on one that had
3421 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
3503 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
[all...]
H A Dsqlite3.c823 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
853 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2280 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
3273 ** <li> Destroy the object using [sqlite3_finalize()].
3423 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
3802 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
3830 ** using [sqlite3_finalize()] or until the statement is automatically
3951 ** already been [sqlite3_finalize | finalized] or on one that had
3971 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
4053 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
62706 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){ function
91162 #define sqlite3_finalize macro
[all...]

Completed in 331 milliseconds