Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_cache_collection.h35 cc_int32 ccs_cache_collection_compare_identifier (ccs_cache_collection_t in_cache_collection,
41 cc_int32 ccs_cache_collection_set_default_ccache (ccs_cache_collection_t in_cache_collection,
44 cc_int32 ccs_cache_collection_find_ccache (ccs_cache_collection_t in_cache_collection,
52 cc_int32 ccs_cache_collection_destroy_ccache (ccs_cache_collection_t in_cache_collection,
55 cc_int32 ccs_cache_collection_find_ccache_iterator (ccs_cache_collection_t in_cache_collection,
59 …32 ccs_cache_collection_find_credentials_iterator (ccs_cache_collection_t in_cache_collection,
H A Dccs_cache_collection.c111 cc_int32 ccs_cache_collection_compare_identifier (ccs_cache_collection_t in_cache_collection, in ccs_cache_collection_compare_identifier() argument
117 if (!in_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_compare_identifier()
122 err = cci_identifier_compare (in_cache_collection->identifier, in ccs_cache_collection_compare_identifier()
224 …tic cc_int32 ccs_cache_collection_find_ccache_by_name (ccs_cache_collection_t in_cache_collection, in ccs_cache_collection_find_ccache_by_name() argument
231 if (!in_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_find_ccache_by_name()
236 err = ccs_ccache_list_new_iterator (in_cache_collection->ccaches, in ccs_cache_collection_find_ccache_by_name()
270 cc_int32 ccs_cache_collection_find_ccache (ccs_cache_collection_t in_cache_collection, in ccs_cache_collection_find_ccache() argument
276 if (!in_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_find_ccache()
281 err = ccs_ccache_list_find (in_cache_collection->ccaches, in ccs_cache_collection_find_ccache()
358 cc_int32 ccs_cache_collection_find_ccache_iterator (ccs_cache_collection_t in_cache_collection, in ccs_cache_collection_find_ccache_iterator() argument
[all …]
H A Dccs_server.c206 ccs_cache_collection_t in_cache_collection, in ccs_server_request_demux() argument
229 in_cache_collection, in ccs_server_request_demux()
240 err = ccs_cache_collection_find_ccache (in_cache_collection, in ccs_server_request_demux()
248 in_cache_collection, in ccs_server_request_demux()
259 err = ccs_cache_collection_find_ccache_iterator (in_cache_collection, in ccs_server_request_demux()
265 in_cache_collection, in ccs_server_request_demux()
280 err = ccs_cache_collection_find_credentials_iterator (in_cache_collection, in ccs_server_request_demux()
H A Dccs_list.c38 …c_int32 ccs_cache_collection_list_object_compare_identifier (ccs_list_object_t in_cache_collection, in ccs_cache_collection_list_object_compare_identifier() argument
42 return ccs_cache_collection_compare_identifier ((ccs_cache_collection_t) in_cache_collection, in ccs_cache_collection_list_object_compare_identifier()
78 ccs_cache_collection_t in_cache_collection) in ccs_cache_collection_list_add() argument
80 return ccs_list_add (io_list, (ccs_list_object_t) in_cache_collection); in ccs_cache_collection_list_add()
H A Dccs_list.h42 ccs_cache_collection_t in_cache_collection);