Home
last modified time | relevance | path

Searched refs:sqlite3_step (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/crypto/heimdal/lib/krb5/
H A Dscache.c269 ret = sqlite3_step(stmt); in get_def_name()
367 ret = sqlite3_step(s->icache); in create_cache()
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()
992 ret = sqlite3_step(ctx->stmt); in scc_get_next()
1079 ret = sqlite3_step(stmt); in scc_remove_cred()
1126 ret = sqlite3_step(stmt); in scc_remove_cred()
1255 ret = sqlite3_step(ctx->stmt); in scc_get_cache_next()
[all …]
/freebsd-14.2/contrib/sqlite3/
H A Dshell.c13600 sqlite3_step(pWriteStat); in idxPopulateOneStat1()
14378 return sqlite3_step(pStmt); in intckStep()
17074 sqlite3_step(pStmt); in recoverPageCount()
21062 rc = sqlite3_step(pSelect); in run_table_dump_query()
21883 rc = sqlite3_step(pStmt); in exec_prepared_stmt_columnar()
22104 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
22538 rc = sqlite3_step(pStmt); in tableColumnList()
25965 rc = sqlite3_step(pStmt); in zAutoColumn()
25993 rc = sqlite3_step(pStmt); in zAutoColumn()
27185 sqlite3_step(pStmt); in do_meta_command()
[all …]
H A Dsqlite3ext.h496 #define sqlite3_step sqlite3_api->step macro
H A Dsqlite3.c137372 sqlite3_step,
195618 sqlite3_step(pStmt);
196976 sqlite3_step(pStmt);
198406 sqlite3_step(pStmt);
198463 sqlite3_step(pStmt);
199894 sqlite3_step(pStmt);
199979 sqlite3_step(pStmt);
201651 sqlite3_step(pStmt);
211196 sqlite3_step(p);
213529 sqlite3_step(pUp);
[all …]
H A Dsqlite3.h5004 SQLITE_API int sqlite3_step(sqlite3_stmt*);
/freebsd-14.2/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c230 ret = sqlite3_step(stmt); in hdb_sqlite_step()
236 ret = sqlite3_step(stmt); in hdb_sqlite_step()
/freebsd-14.2/contrib/kyua/utils/sqlite/
H A Dstatement.cpp191 const int error = ::sqlite3_step(_pimpl->stmt); in step()
/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1708 rcs = sqlite3_step(pStmt); in dbEvalStep()
2617 sqlite3_step(pStmt); in DbObjCmd()
/freebsd-14.2/contrib/wpa/src/ap/
H A Dieee802_1x.c709 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()