Searched refs:dyn_path (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | plugin.c | 45 char *dyn_path; member 82 free(map->dyn_path); in free_plugin_mapping() 117 if (k5_path_join(context->plugin_base_dir, path, &map->dyn_path)) in make_plugin_mapping() 136 const char *modname, const char *dyn_path, in register_module() argument 152 return make_plugin_mapping(context, modname, strlen(modname), dyn_path, in register_module() 360 if (map->module != NULL || map->dyn_path == NULL) in load_if_needed() 365 ret = krb5int_open_plugin(map->dyn_path, &handle, &context->err); in load_if_needed() 387 free(map->dyn_path); in load_if_needed() 388 map->dyn_path = NULL; in load_if_needed()
|