Searched refs:sqlite3_step (Results 1 – 9 of 9) sorted by relevance
| /freebsd-src/crypto/heimdal/lib/krb5/ |
| H A D | scache.c | 269 ret = sqlite3_step(stmt); in get_def_name() 367 ret = sqlite3_step(s->icache); in create_cache() 515 if (sqlite3_step(s->scache_name) == SQLITE_ROW) { in scc_resolve() 580 ret = sqlite3_step(s->dcred); in scc_initialize() 599 ret = sqlite3_step(s->ucachep); in scc_initialize() 642 ret = sqlite3_step(s->dcache); in scc_destroy() 756 ret = sqlite3_step(s->icred); in scc_store_cred() 775 ret = sqlite3_step(s->iprincipal); in scc_store_cred() 793 ret = sqlite3_step(s->iprincipal); in scc_store_cred() 833 if (sqlite3_step(s->scache) != SQLITE_ROW) { in scc_get_principal() [all …]
|
| /freebsd-src/contrib/sqlite3/ |
| H A D | shell.c | 2018 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema() 3469 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc() 8419 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext() 8443 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext() 8468 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext() 12491 rc = sqlite3_step(pCsr->pData); in expertNext() 12629 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo() 12659 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo() 12815 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible() 12826 while( rc==SQLITE_OK && sqlite3_step(pInf in idxFindCompatible() [all...] |
| H A D | sqlite3ext.h | 496 #define sqlite3_step sqlite3_api->step macro
|
| H A D | sqlite3.c | 681 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()], 789 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ 790 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ 3181 ** the handler returns 0 which causes [sqlite3_step()] to return 3530 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their 3534 ** statement might be re-prepared during [sqlite3_step()] due to a 3536 ** correct authorizer callback remains in place during the [sqlite3_step()]. 3540 ** performed during statement evaluation in [sqlite3_step()], unless 3541 ** as stated in the previous paragraph, sqlite3_step() invokes 3631 ** various times when an SQL statement is being run by [sqlite3_step()] [all...] |
| H A D | sqlite3.h | 368 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()], 476 #define SQLITE_ROW 100 /* sqlite3_step() has another row ready */ 477 #define SQLITE_DONE 101 /* sqlite3_step() has finished executing */ 2868 ** the handler returns 0 which causes [sqlite3_step()] to return 3217 ** Note that [sqlite3_prepare_v2()] and [sqlite3_step()] both modify their 3221 ** statement might be re-prepared during [sqlite3_step()] due to a 3223 ** correct authorizer callback remains in place during the [sqlite3_step()]. 3227 ** performed during statement evaluation in [sqlite3_step()], unless 3228 ** as stated in the previous paragraph, sqlite3_step() invokes 3318 ** various times when an SQL statement is being run by [sqlite3_step()] [all...] |
| /freebsd-src/crypto/heimdal/lib/hdb/ |
| H A D | hdb-sqlite.c | 230 ret = sqlite3_step(stmt); in hdb_sqlite_step() 236 ret = sqlite3_step(stmt); in hdb_sqlite_step()
|
| /freebsd-src/contrib/kyua/utils/sqlite/ |
| H A D | statement.cpp | 191 const int error = ::sqlite3_step(_pimpl->stmt); in step()
|
| /freebsd-src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1708 rcs = sqlite3_step(pStmt); in dbEvalStep() 2617 sqlite3_step(pStmt); in DbObjCmd()
|
| /freebsd-src/contrib/wpa/src/ap/ |
| H A D | ieee802_1x.c | 709 while (sqlite3_step(stmt) == SQLITE_ROW) { in ieee802_1x_encapsulate_radius()
|