Searched refs:ccs_ccache_list_t (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/ccapi/server/ |
H A D | ccs_list.h | 53 cc_int32 ccs_ccache_list_new (ccs_ccache_list_t *out_list); 55 cc_int32 ccs_ccache_list_new_iterator (ccs_ccache_list_t in_list, 59 cc_int32 ccs_ccache_list_count (ccs_ccache_list_t in_list, 62 cc_int32 ccs_ccache_list_find (ccs_ccache_list_t in_list, 66 cc_int32 ccs_ccache_list_find_iterator (ccs_ccache_list_t in_list, 70 cc_int32 ccs_ccache_list_add (ccs_ccache_list_t io_list, 73 cc_int32 ccs_ccache_list_remove (ccs_ccache_list_t io_list, 76 cc_int32 ccs_ccache_list_push_front (ccs_ccache_list_t io_list, 79 cc_int32 ccs_ccache_list_release (ccs_ccache_list_t io_list);
|
H A D | ccs_list.c | 122 cc_int32 ccs_ccache_list_new (ccs_ccache_list_t *out_list) in ccs_ccache_list_new() 133 cc_int32 ccs_ccache_list_new_iterator (ccs_ccache_list_t in_list, in ccs_ccache_list_new_iterator() 142 cc_int32 ccs_ccache_list_count (ccs_ccache_list_t in_list, in ccs_ccache_list_count() 150 cc_int32 ccs_ccache_list_find (ccs_ccache_list_t in_list, in ccs_ccache_list_find() 159 cc_int32 ccs_ccache_list_find_iterator (ccs_ccache_list_t in_list, in ccs_ccache_list_find_iterator() 169 cc_int32 ccs_ccache_list_add (ccs_ccache_list_t io_list, in ccs_ccache_list_add() 177 cc_int32 ccs_ccache_list_remove (ccs_ccache_list_t io_list, in ccs_ccache_list_remove() 185 cc_int32 ccs_ccache_list_push_front (ccs_ccache_list_t io_list, in ccs_ccache_list_push_front() 193 cc_int32 ccs_ccache_list_release (ccs_ccache_list_t io_list) in ccs_ccache_list_release()
|
H A D | ccs_types.h | 88 typedef struct ccs_list_d *ccs_ccache_list_t; typedef
|
H A D | ccs_ccache.h | 35 ccs_ccache_list_t io_ccache_list);
|
H A D | ccs_cache_collection.c | 35 ccs_ccache_list_t ccaches;
|
H A D | ccs_ccache.c | 51 ccs_ccache_list_t io_ccache_list) in ccs_ccache_new()
|