mech_delegated_cred  627 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	gss_cred_id_t mech_delegated_cred = GSS_C_NO_CREDENTIAL;
mech_delegated_cred  653 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 				     &mech_delegated_cred);
mech_delegated_cred  655 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	if (mech_delegated_cred && delegated_cred_handle) {
mech_delegated_cred  657 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 				   mech_delegated_cred,
mech_delegated_cred  659 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	} else if (mech_delegated_cred != GSS_C_NO_CREDENTIAL)
mech_delegated_cred  660 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    gss_release_cred(&junk, &mech_delegated_cred);
mech_delegated_cred  838 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    gss_cred_id_t mech_delegated_cred = GSS_C_NO_CREDENTIAL;
mech_delegated_cred  858 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 					 &mech_delegated_cred);
mech_delegated_cred  860 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    if (mech_delegated_cred && delegated_cred_handle) {
mech_delegated_cred  862 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 				       mech_delegated_cred,
mech_delegated_cred  864 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 	    } else if (mech_delegated_cred != GSS_C_NO_CREDENTIAL)
mech_delegated_cred  865 source4/heimdal/lib/gssapi/spnego/accept_sec_context.c 		gss_release_cred(&junk, &mech_delegated_cred);