Home
last modified time | relevance | path

Searched refs:copyf (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c118 heim_db_plug_copy_value_f_t copyf; member
199 plugin->copyf == NULL) in heim_db_register()
230 plug->copyf = plugin->copyf; in heim_db_register()
785 result = db->plug->copyf(db->db_data, table, key, error); in heim_db_copy_value()
H A Dheimbase.h320 heim_db_plug_copy_value_f_t copyf; member