Home
last modified time | relevance | path

Searched refs:destroy_cache (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_internal.h101 int destroy_cache; member
H A Dclient_init.c623 handle->destroy_cache = 0; in _kadm5_init_any()
827 handle->destroy_cache = 1; in _kadm5_init_any()
966 if (handle->destroy_cache && ccache) in _kadm5_init_any()
1024 if (handle->destroy_cache && handle->cache_name) { in kadm5_destroy()
/illumos-gate/usr/src/lib/libcfgadm/common/
H A Dconfig_admin.c291 static void destroy_cache();
783 destroy_cache(); in config_unload_libs()
1902 destroy_cache() in destroy_cache() function
/illumos-gate/usr/src/cmd/krb5/slave/
H A Dkpropd.c115 int destroy_cache; member