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

/freebsd-10-stable/crypto/heimdal/lib/krb5/
H A Dacache.c50 static void *cc_handle; variable
129 cc_handle = dlopen(explib, RTLD_LAZY|RTLD_LOCAL);
134 cc_handle = dlopen(lib, RTLD_LAZY|RTLD_LOCAL);
137 if (cc_handle == NULL) {
146 init_func = (cc_initialize_func)dlsym(cc_handle, "cc_initialize");
148 dlsym(cc_handle, "krb5_ipc_client_set_target_uid");
150 dlsym(cc_handle, "krb5_ipc_client_clear_target");
157 dlclose(cc_handle);

Completed in 86 milliseconds