Searched refs:fini (Results 1 - 25 of 56) sorted by relevance

123

/macosx-10.9.5/Heimdal-323.92.1/lib/gssapi/gssapi/
H A Dgssapi_plugin.h61 void (*fini)(void *); member in struct:gssapi_plugin_ftable
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dconfig_plugin.h54 void (*fini)(void *); member in struct:krb5plugin_config_ftable
H A Dlocate_plugin.h73 void (*fini)(void *); member in struct:krb5plugin_service_locate_ftable
H A Dsend_to_kdc_plugin.h66 void (*fini)(void *); member in struct:krb5plugin_send_to_kdc_ftable
H A Dplugin.c520 void (*fini)(void *); member in struct:common_plugin_method
535 cpm->fini(pl->ctx);
/macosx-10.9.5/MITKerberosShim-62.1/Kerberos/
H A Dlocate_plugin.h47 void (*fini)(void *); member in struct:krb5plugin_service_locate_ftable
H A Dpreauth_plugin.h139 * by libkrb5 when the plugin is loaded, and the fini function is
256 * by libkrb5 when the plugin is loaded, and the fini function is
262 preauth_client_plugin_fini_proc fini; member in struct:krb5plugin_preauth_client_ftable_v1
437 * KDC when the plugin is loaded, and the fini function is called before
/macosx-10.9.5/MITKerberosShim-62.1/mit-include/krb5/
H A Dlocate_plugin.h47 void (*fini)(void *); member in struct:krb5plugin_service_locate_ftable
H A Dpreauth_plugin.h139 * by libkrb5 when the plugin is loaded, and the fini function is
256 * by libkrb5 when the plugin is loaded, and the fini function is
262 preauth_client_plugin_fini_proc fini; member in struct:krb5plugin_preauth_client_ftable_v1
437 * KDC when the plugin is loaded, and the fini function is called before
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Ddlfcn.h53 void (*fini) _ANSI_ARGS_((void)); member in struct:dl_info
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Ddlfcn.h53 void (*fini) _ANSI_ARGS_((void)); member in struct:dl_info
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dwindc_plugin.h82 void (*fini)(void *); member in struct:krb5plugin_windc_ftable
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dauth_krb5.c279 goto fini;
285 goto fini;
296 goto fini;
307 goto fini;
312 goto fini;
322 fini:
422 goto fini;
430 fini:
/macosx-10.9.5/MITKerberosShim-62.1/PrivateKerberos/
H A Dkim_ui_plugin.h143 kim_error (*fini) (void *io_context); member in struct:kim_ui_plugin_ftable_v0
/macosx-10.9.5/Heimdal-323.92.1/plugins/KDCProxy/
H A Dclient.c12 fini(void *ctx) function
125 fini,
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_stream.rb75 catch(:fini) do
93 throw(:fini) if @stack.empty?
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAix.c60 void (*fini) (void); member in struct:dl_info
78 * We keep a list of all loaded modules to be able to call the fini
292 if (mp->info && mp->info->fini)
293 (*mp->info->fini)();
295 while (mp->cdtors->fini) {
296 (*mp->cdtors->fini)();
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A DtclLoadAix.c59 void (*fini) _ANSI_ARGS_((void)); member in struct:dl_info
77 * We keep a list of all loaded modules to be able to call the fini
291 if (mp->info && mp->info->fini)
292 (*mp->info->fini)();
294 while (mp->cdtors->fini) {
295 (*mp->cdtors->fini)();
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/dlcompat-20010505/
H A Ddlopen.c470 void (*fini)(void);
486 /* call the fini function if one exists */
489 fini = NSAddressOfSymbol(NSSymbol);
490 fini();
/macosx-10.9.5/ICU-511.35/icuSources/config/
H A Dmh-hpux-acc34 LDFLAGS_FINI = -Wl,+fini,$(UCLN_FINI)
/macosx-10.9.5/file_cmds-230/pax/
H A Dbuf_subs.c844 static int fini = 0; local
846 if (fini)
867 fini = 1;
/macosx-10.9.5/zsh-60/zsh/Src/
H A Dwatch.c237 watchlog2(int inout, WATCH_STRUCT_UTMP *u, char *fmt, int prnt, int fini) argument
254 } else if (fini)
259 else if (*fmt == fini)
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclLoadAix.c79 * We keep a list of all loaded modules to be able to call the fini handlers
335 if (mp->info && mp->info->fini) {
336 (*mp->info->fini)();
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/dso/aix/
H A Ddso.c91 void (*fini) (void); member in struct:dl_info
220 * We keep a list of all loaded modules to be able to call the fini
448 if (mp->info && mp->info->fini)
449 (*mp->info->fini) ();
/macosx-10.9.5/apr-30/apr/apr/dso/aix/
H A Ddso.c91 void (*fini) (void); member in struct:dl_info
220 * We keep a list of all loaded modules to be able to call the fini
448 if (mp->info && mp->info->fini)
449 (*mp->info->fini) ();

Completed in 385 milliseconds

123