Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dpcache.c53 krb5_error_code c_load; in _krb5_load_ccache_plugins() local
57 c_load = krb5_cc_register(context, ccops, TRUE); in _krb5_load_ccache_plugins()
58 if (c_load != 0) in _krb5_load_ccache_plugins()
59 code = c_load; in _krb5_load_ccache_plugins()