| krb5_ccapi.h | 100 typedef struct cc_string_t *cc_string_t; typedef in typeref:struct:cc_string_t 141 cc_int32 (*release)(cc_string_t); 144 struct cc_string_t { struct 189 cc_int32 (*get_name)(cc_ccache_t, cc_string_t*); 190 cc_int32 (*get_principal)(cc_ccache_t, cc_uint32, cc_string_t*); 214 cc_int32 (*get_default_ccache_name)(cc_context_t, cc_string_t*);
|