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

/macosx-10.10/Heimdal-398.1.2/lib/hdb/
H A Dhdb-sqlite.c252 sqlite3_finalize(hsdb->get_version);
253 sqlite3_finalize(hsdb->fetch);
254 sqlite3_finalize(hsdb->get_ids);
255 sqlite3_finalize(hsdb->add_entry);
256 sqlite3_finalize(hsdb->add_principal);
257 sqlite3_finalize(hsdb->add_alias);
258 sqlite3_finalize(hsdb->delete_aliases);
259 sqlite3_finalize(hsdb->update_entry);
260 sqlite3_finalize(hsdb->remove);
261 sqlite3_finalize(hsd
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dscache.c162 sqlite3_finalize(s->icred);
164 sqlite3_finalize(s->dcred);
166 sqlite3_finalize(s->iprincipal);
168 sqlite3_finalize(s->icache);
170 sqlite3_finalize(s->ucachen);
172 sqlite3_finalize(s->ucachep);
174 sqlite3_finalize(s->dcache);
176 sqlite3_finalize(s->scache);
178 sqlite3_finalize(s->scache_name);
180 sqlite3_finalize(
[all...]
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DSecTrustStoreServer.c310 s3e = sqlite3_finalize(insert);
312 s3e = sqlite3_finalize(update);
351 verify_noerr(sqlite3_finalize(deleteStmt));
369 sqlite3_finalize(ts->copyParents);
373 sqlite3_finalize(ts->contains);
/macosx-10.10/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c196 sqlite3_finalize(stmt);
377 sqlite3_finalize(stmt);
383 sqlite3_finalize(stmt);
438 sqlite3_finalize(stmt);
846 sqlite3_finalize(prep->stmt);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthdb.c493 sqlite3_finalize(stmt);
661 sqlite3_finalize(stmt);
697 sqlite3_finalize(stmt);
804 sqlite3_finalize(stmt);
/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp275 ::sqlite3_finalize(mStmt);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp275 ::sqlite3_finalize(mStmt);
/macosx-10.10/postfix-255/postfix/src/global/
H A Ddict_sqlite.c257 if (sqlite3_finalize(sql_stmt))
/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteStatement.cpp121 int result = sqlite3_finalize(m_statement);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h294 #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()],
1691 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
2665 ** <li> Destroy the object using [sqlite3_finalize()].
2814 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
3167 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
3195 ** using [sqlite3_finalize()] or until the statement is automatically
3316 ** already been [sqlite3_finalize | finalized] or on one that had
3336 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
3412 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
[all...]
H A Dsqlite3.c826 ** Applications must [sqlite3_finalize | finalize] all [prepared statements]
856 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
2244 ** is passed to [sqlite3_reset()] or [sqlite3_finalize()]).
3218 ** <li> Destroy the object using [sqlite3_finalize()].
3367 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
3720 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
3748 ** using [sqlite3_finalize()] or until the statement is automatically
3869 ** already been [sqlite3_finalize | finalized] or on one that had
3889 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
3965 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
61609 SQLITE_API int sqlite3_finalize(sqlite3_stmt *pStmt){ function
89186 #define sqlite3_finalize macro
[all...]
/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c1101 int s3e = sqlite3_finalize(stmt);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c1101 int s3e = sqlite3_finalize(stmt);

Completed in 562 milliseconds