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

/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecCAIssuerCache.c153 s3e = sqlite3_step(this->beginTxn);
158 secdebug("caissuercache", "sqlite3_step returned [%d]: %s", s3e,
174 s3e = sqlite3_step(this->endTxn);
179 secdebug("caissuercache", "sqlite3_step returned [%d]: %s", s3e,
289 if (!s3e) s3e = sqlite3_step(this->insertIssuer);
311 if (!s3e) s3e = sqlite3_step(this->selectIssuer);
348 if (!s3e) s3e = sqlite3_step(this->expire);
H A DSecTrustStoreServer.c285 s3e = sqlite3_step(insert);
299 s3e = sqlite3_step(update);
347 sqlite3_step(deleteStmt);
397 int s3e = sqlite3_step(ts->copyParents);
441 s3e = sqlite3_step(ts->contains);
446 require_action(s3e == SQLITE_DONE, errOut, ok = SecDbErrorWithStmt(s3e, ts->contains, error, CFSTR("sqlite3_step failed")));
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dscache.c269 ret = sqlite3_step(stmt);
367 ret = sqlite3_step(s->icache);
515 if (sqlite3_step(s->scache_name) == SQLITE_ROW) {
580 ret = sqlite3_step(s->dcred);
599 ret = sqlite3_step(s->ucachep);
642 ret = sqlite3_step(s->dcache);
756 ret = sqlite3_step(s->icred);
775 ret = sqlite3_step(s->iprincipal);
793 ret = sqlite3_step(s->iprincipal);
833 if (sqlite3_step(
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthdb.c479 rc = sqlite3_step(stmt);
638 while ((rc = sqlite3_step(stmt)) != SQLITE_DONE) {
686 rc = sqlite3_step(stmt);
773 while ((rc = sqlite3_step(stmt)) != SQLITE_DONE) {
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp298 return ::sqlite3_step(mStmt);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp298 return ::sqlite3_step(mStmt);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddict_sqlite.c231 while ((status = sqlite3_step(sql_stmt)) != SQLITE_DONE) {
/macosx-10.10.1/Heimdal-398.1.2/lib/hdb/
H A Dhdb-sqlite.c230 ret = sqlite3_step(stmt);
236 ret = sqlite3_step(stmt);
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c109 ret = sqlite3_step(stmt);
344 ret = sqlite3_step(stmt);
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h335 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.h303 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
409 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
410 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
1651 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
1850 ** the handler returns 0 which causes [sqlite3_step()] to return
2230 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2234 ** statement might be re-prepared during [sqlite3_step()] due to a
2236 ** correct authorizer callback remains in place during the [sqlite3_step()].
2240 ** performed during statement evaluation in [sqlite3_step()], unless
2241 ** as stated in the previous paragraph, sqlite3_step() invoke
[all...]
H A Dsqlite3.c856 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
962 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */
963 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */
2204 ** ^Calling [sqlite3_exec()] or [sqlite3_step()] recursively does
2403 ** the handler returns 0 which causes [sqlite3_step()] to return
2783 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their
2787 ** statement might be re-prepared during [sqlite3_step()] due to a
2789 ** correct authorizer callback remains in place during the [sqlite3_step()].
2793 ** performed during statement evaluation in [sqlite3_step()], unless
2794 ** as stated in the previous paragraph, sqlite3_step() invoke
62019 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function
89227 #define sqlite3_step macro
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/utilities/src/
H A DSecDb.c463 s3e = sqlite3_step(stmt);
1204 /* SecDbForEach returns true if all SQLITE_ROW returns of sqlite3_step() return true from the row block.
1210 int s3e = sqlite3_step(stmt);
/macosx-10.10.1/Security-57031.1.35/Security/utilities/utilities/
H A DSecDb.c463 s3e = sqlite3_step(stmt);
1204 /* SecDbForEach returns true if all SQLITE_ROW returns of sqlite3_step() return true from the row block.
1210 int s3e = sqlite3_step(stmt);

Completed in 319 milliseconds