Searched defs:_kdb_vftabl (Results 1 – 1 of 1) sorted by relevance
27 typedef struct _kdb_vftabl{ struct28 short int maj_ver;29 short int min_ver;30 int iprop_supported;32 krb5_error_code (*init_library)();33 krb5_error_code (*fini_library)();34 krb5_error_code (*init_module) (krb5_context kcontext,39 krb5_error_code (*fini_module) (krb5_context kcontext);41 krb5_error_code (*db_create) (krb5_context kcontext,45 krb5_error_code (*db_destroy) (krb5_context kcontext,[all …]