Searched defs:_kdb_vftabl (Results 1 – 1 of 1) sorted by relevance
29 typedef struct _kdb_vftabl{ struct30 short int maj_ver;31 short int min_ver;32 int iprop_supported;34 krb5_error_code (*init_library)();35 krb5_error_code (*fini_library)();36 krb5_error_code (*init_module) (krb5_context kcontext,41 krb5_error_code (*fini_module) (krb5_context kcontext);43 krb5_error_code (*db_create) (krb5_context kcontext,47 krb5_error_code (*db_destroy) (krb5_context kcontext,[all …]