Symbol: ccs_ccache_list_t
crypto/krb5/src/ccapi/server/ccs_cache_collection.c
35
ccs_ccache_list_t ccaches;
crypto/krb5/src/ccapi/server/ccs_ccache.c
51
ccs_ccache_list_t io_ccache_list)
crypto/krb5/src/ccapi/server/ccs_ccache.h
35
ccs_ccache_list_t io_ccache_list);
crypto/krb5/src/ccapi/server/ccs_list.c
122
cc_int32 ccs_ccache_list_new (ccs_ccache_list_t *out_list)
crypto/krb5/src/ccapi/server/ccs_list.c
133
cc_int32 ccs_ccache_list_new_iterator (ccs_ccache_list_t in_list,
crypto/krb5/src/ccapi/server/ccs_list.c
142
cc_int32 ccs_ccache_list_count (ccs_ccache_list_t in_list,
crypto/krb5/src/ccapi/server/ccs_list.c
150
cc_int32 ccs_ccache_list_find (ccs_ccache_list_t in_list,
crypto/krb5/src/ccapi/server/ccs_list.c
159
cc_int32 ccs_ccache_list_find_iterator (ccs_ccache_list_t in_list,
crypto/krb5/src/ccapi/server/ccs_list.c
169
cc_int32 ccs_ccache_list_add (ccs_ccache_list_t io_list,
crypto/krb5/src/ccapi/server/ccs_list.c
177
cc_int32 ccs_ccache_list_remove (ccs_ccache_list_t io_list,
crypto/krb5/src/ccapi/server/ccs_list.c
185
cc_int32 ccs_ccache_list_push_front (ccs_ccache_list_t io_list,
crypto/krb5/src/ccapi/server/ccs_list.c
193
cc_int32 ccs_ccache_list_release (ccs_ccache_list_t io_list)
crypto/krb5/src/ccapi/server/ccs_list.h
53
cc_int32 ccs_ccache_list_new (ccs_ccache_list_t *out_list);
crypto/krb5/src/ccapi/server/ccs_list.h
55
cc_int32 ccs_ccache_list_new_iterator (ccs_ccache_list_t in_list,
crypto/krb5/src/ccapi/server/ccs_list.h
59
cc_int32 ccs_ccache_list_count (ccs_ccache_list_t in_list,
crypto/krb5/src/ccapi/server/ccs_list.h
62
cc_int32 ccs_ccache_list_find (ccs_ccache_list_t in_list,
crypto/krb5/src/ccapi/server/ccs_list.h
66
cc_int32 ccs_ccache_list_find_iterator (ccs_ccache_list_t in_list,
crypto/krb5/src/ccapi/server/ccs_list.h
70
cc_int32 ccs_ccache_list_add (ccs_ccache_list_t io_list,
crypto/krb5/src/ccapi/server/ccs_list.h
73
cc_int32 ccs_ccache_list_remove (ccs_ccache_list_t io_list,
crypto/krb5/src/ccapi/server/ccs_list.h
76
cc_int32 ccs_ccache_list_push_front (ccs_ccache_list_t io_list,
crypto/krb5/src/ccapi/server/ccs_list.h
79
cc_int32 ccs_ccache_list_release (ccs_ccache_list_t io_list);