Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_list.c70 ccs_cache_collection_t *out_cache_collection) in ccs_cache_collection_list_find() argument
72 return ccs_list_find (in_list, in_identifier, (ccs_list_object_t *) out_cache_collection); in ccs_cache_collection_list_find()
H A Dccs_cache_collection.h31 cc_int32 ccs_cache_collection_new (ccs_cache_collection_t *out_cache_collection);
H A Dccs_list.h39 ccs_cache_collection_t *out_cache_collection);
H A Dccs_cache_collection.c43 cc_int32 ccs_cache_collection_new (ccs_cache_collection_t *out_cache_collection) in ccs_cache_collection_new() argument
48 if (!out_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_new()
83 *out_cache_collection = cache_collection; in ccs_cache_collection_new()