krb5_cc_get_type  617 source3/libsmb/clikrb5.c 	const char *cc_type = krb5_cc_get_type(context, ccache);
krb5_cc_get_type  717 source3/libsmb/clikrb5.c 		  principal, krb5_cc_get_type(context, ccache), krb5_cc_get_name(context, ccache),
krb5_cc_get_type  595 source4/heimdal/kuser/kinit.c     ret = krb5_cc_new_unique(context, krb5_cc_get_type(context, ccache),
krb5_cc_get_type  795 source4/heimdal/kuser/kinit.c 		     krb5_cc_get_type(context, ccache),
krb5_cc_get_type  164 source4/heimdal/lib/gssapi/krb5/add_cred.c 	    type = krb5_cc_get_type(context, cred->ccache);
krb5_cc_get_type  273 source4/heimdal/lib/krb5/cache.c     type = krb5_cc_get_type(context, id);
krb5_cc_get_type 1475 source4/heimdal/lib/krb5/cache.c 	if (type && strcmp(krb5_cc_get_type(context, id), type) != 0)