Symbol: hdb_value2entry
crypto/heimdal/kdc/hpropd.c
255
ret = hdb_value2entry(context, &data, &entry.entry);
crypto/heimdal/lib/hdb/common.c
131
ret = hdb_value2entry(context, &value, &entry->entry);
crypto/heimdal/lib/hdb/common.c
151
ret = hdb_value2entry(context, &value, &entry->entry);
crypto/heimdal/lib/hdb/common.c
212
code = hdb_value2entry(context, &value, &oldentry);
crypto/heimdal/lib/hdb/db.c
122
if (hdb_value2entry(context, &data, &entry->entry))
crypto/heimdal/lib/hdb/db3.c
119
if (hdb_value2entry(context, &data, &entry->entry))
crypto/heimdal/lib/hdb/hdb-protos.h
420
hdb_value2entry (
crypto/heimdal/lib/hdb/hdb-sqlite.c
422
ret = hdb_value2entry(context, &value, &entry->entry);
crypto/heimdal/lib/hdb/hdb-sqlite.c
726
ret = hdb_value2entry(context, &value, &entry->entry);
crypto/heimdal/lib/hdb/ndbm.c
101
if(hdb_value2entry(context, &data, &entry->entry))
crypto/heimdal/lib/kadm5/iprop-log.c
153
ret = hdb_value2entry(scontext, &data, &ent);
crypto/heimdal/lib/kadm5/iprop-log.c
171
ret = hdb_value2entry(scontext, &data, &ent);
crypto/heimdal/lib/kadm5/iprop-log.c
183
ret = hdb_value2entry(scontext, &data, &ent);
crypto/heimdal/lib/kadm5/ipropd_slave.c
399
ret = hdb_value2entry (context, &fake_data, &entry.entry);
crypto/heimdal/lib/kadm5/log.c
298
ret = hdb_value2entry (context->context, &data, &ent.entry);
crypto/heimdal/lib/kadm5/log.c
483
ret = hdb_value2entry (context->context, &value, &target_ent.entry);
crypto/heimdal/lib/kadm5/log.c
580
ret = hdb_value2entry (context->context, &value, &log_ent.entry);