stmt
hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt)
ret = sqlite3_step(stmt);
ret = sqlite3_step(stmt);
oid = sqlite3_column_int64(ctx->stmt, 0);
sqlite3_finalize(ctx->stmt);
sqlite3_stmt *stmt;
ret = prepare_stmt(context, s->db, &stmt,
sqlite3_bind_int(stmt, 1, s->cid);
ret = sqlite3_step(stmt);
if (sqlite3_column_type(stmt, 0) != SQLITE_BLOB) {
data = sqlite3_column_blob(stmt, 0);
len = sqlite3_column_bytes(stmt, 0);
credid = sqlite3_column_int64(stmt, 1);
sqlite3_finalize(stmt);
ret = prepare_stmt(context, s->db, &stmt,
sqlite3_bind_int(stmt, 1, credid);
ret = sqlite3_step(stmt);
sqlite3_finalize(stmt);
sqlite3_stmt *stmt;
ret = prepare_stmt(context, ctx->db, &ctx->stmt, str);
ret = sqlite3_step(ctx->stmt);
if (sqlite3_column_type(ctx->stmt, 0) != SQLITE_TEXT)
name = (const char *)sqlite3_column_text(ctx->stmt, 0);
sqlite3_finalize(ctx->stmt);
sqlite3_stmt **stmt, const char *str)
ret = sqlite3_prepare_v2(db, str, -1, stmt, NULL);
sqlite3_stmt *stmt;
ret = prepare_stmt(context, db, &stmt, "SELECT defaultcache FROM master");
ret = sqlite3_step(stmt);
if (sqlite3_column_type(stmt, 0) != SQLITE_TEXT)
name = (const char *)sqlite3_column_text(stmt, 0);
sqlite3_finalize(stmt);
sqlite3_finalize(stmt);
sqlite3_stmt *stmt,
ret = sqlite3_bind_text(stmt, col, str, -1, free_krb5);
sqlite3_stmt *stmt;
ret = prepare_stmt(context, s->db, &ctx->stmt, str);
sqlite3_finalize(ctx->stmt);
ret = sqlite3_step(ctx->stmt);
#define HDA_BOOTVERBOSE(stmt) do { \
stmt \
#define HDA_BOOTHVERBOSE(stmt) do { \
stmt \
#define ICH_DEBUG(stmt) do { \
stmt \
ps.p_stack[0] = stmt; /* this is the parser's stack */
if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl
ps.p_stack[++ps.tos] = stmt;
ps.p_stack[ps.tos] = stmt;
ps.p_stack[++ps.tos] = stmt;
case stmt:
case stmt:
ps.p_stack[i] != stmt
ps.p_stack[--ps.tos] = stmt;
ps.p_stack[ps.tos] = stmt; /* apply the if(..) stmt ::= stmt