Symbol: stmt
crypto/heimdal/lib/hdb/hdb-sqlite.c
226
hdb_sqlite_step(krb5_context context, sqlite3 *db, sqlite3_stmt *stmt)
crypto/heimdal/lib/hdb/hdb-sqlite.c
230
ret = sqlite3_step(stmt);
crypto/heimdal/lib/hdb/hdb-sqlite.c
236
ret = sqlite3_step(stmt);
crypto/heimdal/lib/krb5/scache.c
1003
oid = sqlite3_column_int64(ctx->stmt, 0);
crypto/heimdal/lib/krb5/scache.c
1039
sqlite3_finalize(ctx->stmt);
crypto/heimdal/lib/krb5/scache.c
1058
sqlite3_stmt *stmt;
crypto/heimdal/lib/krb5/scache.c
1067
ret = prepare_stmt(context, s->db, &stmt,
crypto/heimdal/lib/krb5/scache.c
1073
sqlite3_bind_int(stmt, 1, s->cid);
crypto/heimdal/lib/krb5/scache.c
1079
ret = sqlite3_step(stmt);
crypto/heimdal/lib/krb5/scache.c
1091
if (sqlite3_column_type(stmt, 0) != SQLITE_BLOB) {
crypto/heimdal/lib/krb5/scache.c
1100
data = sqlite3_column_blob(stmt, 0);
crypto/heimdal/lib/krb5/scache.c
1101
len = sqlite3_column_bytes(stmt, 0);
crypto/heimdal/lib/krb5/scache.c
1110
credid = sqlite3_column_int64(stmt, 1);
crypto/heimdal/lib/krb5/scache.c
1116
sqlite3_finalize(stmt);
crypto/heimdal/lib/krb5/scache.c
1119
ret = prepare_stmt(context, s->db, &stmt,
crypto/heimdal/lib/krb5/scache.c
1123
sqlite3_bind_int(stmt, 1, credid);
crypto/heimdal/lib/krb5/scache.c
1126
ret = sqlite3_step(stmt);
crypto/heimdal/lib/krb5/scache.c
1128
sqlite3_finalize(stmt);
crypto/heimdal/lib/krb5/scache.c
1151
sqlite3_stmt *stmt;
crypto/heimdal/lib/krb5/scache.c
1230
ret = prepare_stmt(context, ctx->db, &ctx->stmt, str);
crypto/heimdal/lib/krb5/scache.c
1255
ret = sqlite3_step(ctx->stmt);
crypto/heimdal/lib/krb5/scache.c
1266
if (sqlite3_column_type(ctx->stmt, 0) != SQLITE_TEXT)
crypto/heimdal/lib/krb5/scache.c
1269
name = (const char *)sqlite3_column_text(ctx->stmt, 0);
crypto/heimdal/lib/krb5/scache.c
1286
sqlite3_finalize(ctx->stmt);
crypto/heimdal/lib/krb5/scache.c
197
sqlite3_stmt **stmt, const char *str)
crypto/heimdal/lib/krb5/scache.c
201
ret = sqlite3_prepare_v2(db, str, -1, stmt, NULL);
crypto/heimdal/lib/krb5/scache.c
255
sqlite3_stmt *stmt;
crypto/heimdal/lib/krb5/scache.c
263
ret = prepare_stmt(context, db, &stmt, "SELECT defaultcache FROM master");
crypto/heimdal/lib/krb5/scache.c
269
ret = sqlite3_step(stmt);
crypto/heimdal/lib/krb5/scache.c
273
if (sqlite3_column_type(stmt, 0) != SQLITE_TEXT)
crypto/heimdal/lib/krb5/scache.c
276
name = (const char *)sqlite3_column_text(stmt, 0);
crypto/heimdal/lib/krb5/scache.c
284
sqlite3_finalize(stmt);
crypto/heimdal/lib/krb5/scache.c
288
sqlite3_finalize(stmt);
crypto/heimdal/lib/krb5/scache.c
455
sqlite3_stmt *stmt,
crypto/heimdal/lib/krb5/scache.c
466
ret = sqlite3_bind_text(stmt, col, str, -1, free_krb5);
crypto/heimdal/lib/krb5/scache.c
868
sqlite3_stmt *stmt;
crypto/heimdal/lib/krb5/scache.c
952
ret = prepare_stmt(context, s->db, &ctx->stmt, str);
crypto/heimdal/lib/krb5/scache.c
966
sqlite3_finalize(ctx->stmt);
crypto/heimdal/lib/krb5/scache.c
992
ret = sqlite3_step(ctx->stmt);
sys/dev/sound/pci/hda/hdac.h
963
#define HDA_BOOTVERBOSE(stmt) do { \
sys/dev/sound/pci/hda/hdac.h
965
stmt \
sys/dev/sound/pci/hda/hdac.h
969
#define HDA_BOOTHVERBOSE(stmt) do { \
sys/dev/sound/pci/hda/hdac.h
971
stmt \
sys/dev/sound/pci/ich.c
85
#define ICH_DEBUG(stmt) do { \
sys/dev/sound/pci/ich.c
86
stmt \
usr.bin/indent/indent.c
120
ps.p_stack[0] = stmt; /* this is the parser's stack */
usr.bin/indent/parse.c
113
if (ps.p_stack[ps.tos] == stmt || ps.p_stack[ps.tos] == decl
usr.bin/indent/parse.c
136
ps.p_stack[++ps.tos] = stmt;
usr.bin/indent/parse.c
176
ps.p_stack[ps.tos] = stmt;
usr.bin/indent/parse.c
198
ps.p_stack[++ps.tos] = stmt;
usr.bin/indent/parse.c
272
case stmt:
usr.bin/indent/parse.c
275
case stmt:
usr.bin/indent/parse.c
291
ps.p_stack[i] != stmt
usr.bin/indent/parse.c
317
ps.p_stack[--ps.tos] = stmt;
usr.bin/indent/parse.c
62
ps.p_stack[ps.tos] = stmt; /* apply the if(..) stmt ::= stmt