Symbol: plugin_file_handle
crypto/krb5/src/include/k5-plugin.h
80
struct plugin_file_handle; /* opaque */
crypto/krb5/src/include/k5-plugin.h
84
struct plugin_file_handle **files;
crypto/krb5/src/include/k5-plugin.h
90
krb5int_open_plugin (const char *, struct plugin_file_handle **, struct errinfo *);
crypto/krb5/src/include/k5-plugin.h
92
krb5int_close_plugin (struct plugin_file_handle *);
crypto/krb5/src/include/k5-plugin.h
95
krb5int_get_plugin_data (struct plugin_file_handle *, const char *, void **,
crypto/krb5/src/include/k5-plugin.h
99
krb5int_get_plugin_func (struct plugin_file_handle *, const char *,
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
1130
struct plugin_file_handle *dl;
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
930
struct plugin_file_handle *dl = NULL;
crypto/krb5/src/lib/krb5/krb/plugin.c
357
struct plugin_file_handle *handle = NULL;
crypto/krb5/src/lib/krb5/krb/plugin.c
46
struct plugin_file_handle *dyn_handle;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3398
struct plugin_file_handle **handle_out,
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
3401
struct plugin_file_handle *handle = NULL;
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
90
struct plugin_file_handle *p11_module;
crypto/krb5/src/util/profile/prof_init.c
105
struct plugin_file_handle *plhandle = NULL;
crypto/krb5/src/util/profile/prof_int.h
83
struct plugin_file_handle *plugin_handle;
crypto/krb5/src/util/support/plugins.c
105
get_sym_dlfcn(struct plugin_file_handle *h, const char *csymname,
crypto/krb5/src/util/support/plugins.c
126
close_plugin_dlfcn(struct plugin_file_handle *h)
crypto/krb5/src/util/support/plugins.c
136
open_plugin_win32(struct plugin_file_handle *h, const char *filename,
crypto/krb5/src/util/support/plugins.c
150
get_sym_win32(struct plugin_file_handle *h, const char *csymname,
crypto/krb5/src/util/support/plugins.c
177
close_plugin_win32(struct plugin_file_handle *h)
crypto/krb5/src/util/support/plugins.c
187
open_plugin_dummy(struct plugin_file_handle *h, const char *filename,
crypto/krb5/src/util/support/plugins.c
196
get_sym_dummy(struct plugin_file_handle *h, const char *csymname,
crypto/krb5/src/util/support/plugins.c
204
close_plugin_dummy(struct plugin_file_handle *h)
crypto/krb5/src/util/support/plugins.c
213
struct plugin_file_handle **handle_out, struct errinfo *ep)
crypto/krb5/src/util/support/plugins.c
216
struct plugin_file_handle *h;
crypto/krb5/src/util/support/plugins.c
235
krb5int_get_plugin_data(struct plugin_file_handle *h, const char *csymname,
crypto/krb5/src/util/support/plugins.c
242
krb5int_get_plugin_func(struct plugin_file_handle *h, const char *csymname,
crypto/krb5/src/util/support/plugins.c
254
krb5int_close_plugin (struct plugin_file_handle *h)
crypto/krb5/src/util/support/plugins.c
261
krb5int_plugin_file_handle_array_init (struct plugin_file_handle ***harray)
crypto/krb5/src/util/support/plugins.c
272
krb5int_plugin_file_handle_array_add (struct plugin_file_handle ***harray, size_t *count,
crypto/krb5/src/util/support/plugins.c
273
struct plugin_file_handle *p)
crypto/krb5/src/util/support/plugins.c
276
struct plugin_file_handle **newharray = NULL;
crypto/krb5/src/util/support/plugins.c
293
krb5int_plugin_file_handle_array_free (struct plugin_file_handle **harray)
crypto/krb5/src/util/support/plugins.c
384
struct plugin_file_handle **h = NULL;
crypto/krb5/src/util/support/plugins.c
403
struct plugin_file_handle *handle = NULL;
crypto/krb5/src/util/support/plugins.c
425
struct plugin_file_handle *handle = NULL;
crypto/krb5/src/util/support/plugins.c
85
open_plugin_dlfcn(struct plugin_file_handle *h, const char *filename,