Searched refs:plugin_file_handle (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dk5-plugin.h70 struct plugin_file_handle; /* opaque */
73 /* This points to a NULL-terminated list of pointers to plugin_file_handle structs */
74 struct plugin_file_handle **files;
80 krb5int_open_plugin (const char *, struct plugin_file_handle **, struct errinfo *);
82 krb5int_close_plugin (struct plugin_file_handle *);
85 krb5int_get_plugin_data (struct plugin_file_handle *, const char *, void **,
89 krb5int_get_plugin_func (struct plugin_file_handle *, const char *,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c70 struct plugin_file_handle { struct
84 krb5int_open_plugin (const char *filepath, struct plugin_file_handle **h, struct errinfo *ep)
88 struct plugin_file_handle *htmp = NULL;
190 krb5int_get_plugin_sym (struct plugin_file_handle *h,
246 krb5int_get_plugin_data (struct plugin_file_handle *h, const char *csymname,
253 krb5int_get_plugin_func (struct plugin_file_handle *h, const char *csymname,
266 krb5int_close_plugin (struct plugin_file_handle *h)
305 krb5int_plugin_file_handle_array_init (struct plugin_file_handle ***harray)
316 krb5int_plugin_file_handle_array_add (struct plugin_file_handle ***harray, int *count,
317 struct plugin_file_handle *
[all...]

Completed in 58 milliseconds