Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_cache_collection.c94 cc_int32 ccs_cache_collection_release (ccs_cache_collection_t io_cache_collection) in ccs_cache_collection_release() argument
98 if (!err && io_cache_collection) { in ccs_cache_collection_release()
99 cci_identifier_release (io_cache_collection->identifier); in ccs_cache_collection_release()
100 ccs_lock_state_release (io_cache_collection->lock_state); in ccs_cache_collection_release()
101 ccs_ccache_list_release (io_cache_collection->ccaches); in ccs_cache_collection_release()
102 ccs_callback_array_release (io_cache_collection->change_callbacks); in ccs_cache_collection_release()
103 free (io_cache_collection); in ccs_cache_collection_release()
136 cc_int32 ccs_cache_collection_changed (ccs_cache_collection_t io_cache_collection) in ccs_cache_collection_changed() argument
141 if (!io_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_cache_collection_changed()
146 if (io_cache_collection->last_changed_time < now) { in ccs_cache_collection_changed()
[all …]
H A Dccs_ccache.c138 ccs_cache_collection_t io_cache_collection, in ccs_ccache_reset() argument
147 if (!io_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_reset()
178 err = ccs_ccache_changed (io_ccache, io_cache_collection); in ccs_ccache_reset()
191 ccs_cache_collection_t io_cache_collection) in ccs_ccache_swap_contents() argument
214 err = ccs_ccache_changed (io_source_ccache, io_cache_collection); in ccs_ccache_swap_contents()
218 err = ccs_ccache_changed (io_destination_ccache, io_cache_collection); in ccs_ccache_swap_contents()
294 ccs_cache_collection_t io_cache_collection) in ccs_ccache_changed() argument
300 if (!io_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_changed()
313 err = ccs_cache_collection_changed (io_cache_collection); in ccs_ccache_changed()
343 err = ccs_os_notify_ccache_changed (io_cache_collection, in ccs_ccache_changed()
[all …]
H A Dccs_ccache_iterator.c31 ccs_cache_collection_t io_cache_collection, in ccs_ccache_iterator_release() argument
38 if (!io_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_iterator_release()
52 ccs_cache_collection_t io_cache_collection, in ccs_ccache_iterator_next() argument
60 if (!io_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_iterator_next()
78 ccs_cache_collection_t io_cache_collection, in ccs_ccache_iterator_clone() argument
86 if (!io_cache_collection) { err = cci_check_error (ccErrBadParam); } in ccs_ccache_iterator_clone()
109 ccs_cache_collection_t io_cache_collection, in ccs_ccache_iterator_handle_message() argument
127 io_cache_collection, in ccs_ccache_iterator_handle_message()
133 io_cache_collection, in ccs_ccache_iterator_handle_message()
139 io_cache_collection, in ccs_ccache_iterator_handle_message()
H A Dccs_ccache.h38 ccs_cache_collection_t io_cache_collection,
44 ccs_cache_collection_t io_cache_collection);
49 ccs_cache_collection_t io_cache_collection);
60 ccs_cache_collection_t io_cache_collection,
76 ccs_cache_collection_t io_cache_collection,
H A Dccs_cache_collection.h33 cc_int32 ccs_cache_collection_release (ccs_cache_collection_t io_cache_collection);
39 cc_int32 ccs_cache_collection_changed (ccs_cache_collection_t io_cache_collection);
48 cc_int32 ccs_ccache_collection_move_ccache (ccs_cache_collection_t io_cache_collection,
66 ccs_cache_collection_t io_cache_collection,
H A Dccs_os_notify.h31 cc_int32 ccs_os_notify_cache_collection_changed (ccs_cache_collection_t io_cache_collection);
33 cc_int32 ccs_os_notify_ccache_changed (ccs_cache_collection_t io_cache_collection,
H A Dccs_ccache_iterator.h32 ccs_cache_collection_t io_cache_collection,