OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prepare_stmt
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/krb5/
scache.c
198
prepare_stmt
(krb5_context context, sqlite3 *db,
function
265
ret =
prepare_stmt
(context, db, &stmt, "SELECT defaultcache FROM master");
421
ret =
prepare_stmt
(context, s->db, &s->icred, SQL_ICRED);
423
ret =
prepare_stmt
(context, s->db, &s->dcred, SQL_DCRED);
425
ret =
prepare_stmt
(context, s->db, &s->iprincipal, SQL_IPRINCIPAL);
427
ret =
prepare_stmt
(context, s->db, &s->icache, SQL_ICACHE);
429
ret =
prepare_stmt
(context, s->db, &s->ucachen, SQL_UCACHE_NAME);
431
ret =
prepare_stmt
(context, s->db, &s->ucachep, SQL_UCACHE_PRINCIPAL);
433
ret =
prepare_stmt
(context, s->db, &s->dcache, SQL_DCACHE);
435
ret =
prepare_stmt
(context, s->db, &s->scache, SQL_SCACHE)
[
all
...]
Completed in 116 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026