gc_mc 39 source4/heimdal/lib/gssapi/mech/cred.h struct _gss_mechanism_cred_list gc_mc; gc_mc 211 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) gc_mc 274 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c SLIST_INIT(&dcred->gc_mc); gc_mc 285 source4/heimdal/lib/gssapi/mech/gss_accept_sec_context.c SLIST_INSERT_HEAD(&dcred->gc_mc, dmc, gmc_link); gc_mc 94 source4/heimdal/lib/gssapi/mech/gss_acquire_cred.c SLIST_INIT(&cred->gc_mc); gc_mc 149 source4/heimdal/lib/gssapi/mech/gss_acquire_cred.c SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link); gc_mc 156 source4/heimdal/lib/gssapi/mech/gss_acquire_cred.c if (!SLIST_FIRST(&cred->gc_mc)) { gc_mc 110 source4/heimdal/lib/gssapi/mech/gss_add_cred.c SLIST_INIT(&new_cred->gc_mc); gc_mc 120 source4/heimdal/lib/gssapi/mech/gss_add_cred.c SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { gc_mc 131 source4/heimdal/lib/gssapi/mech/gss_add_cred.c SLIST_INSERT_HEAD(&new_cred->gc_mc, copy_mc, gmc_link); gc_mc 182 source4/heimdal/lib/gssapi/mech/gss_add_cred.c SLIST_INSERT_HEAD(&new_cred->gc_mc, mc, gmc_link); gc_mc 41 source4/heimdal/lib/gssapi/mech/gss_init_sec_context.c SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { gc_mc 100 source4/heimdal/lib/gssapi/mech/gss_inquire_cred.c SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { gc_mc 64 source4/heimdal/lib/gssapi/mech/gss_inquire_cred_by_mech.c SLIST_FOREACH(mcp, &cred->gc_mc, gmc_link) gc_mc 54 source4/heimdal/lib/gssapi/mech/gss_inquire_cred_by_oid.c SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) { gc_mc 41 source4/heimdal/lib/gssapi/mech/gss_release_cred.c while (SLIST_FIRST(&cred->gc_mc)) { gc_mc 42 source4/heimdal/lib/gssapi/mech/gss_release_cred.c mc = SLIST_FIRST(&cred->gc_mc); gc_mc 43 source4/heimdal/lib/gssapi/mech/gss_release_cred.c SLIST_REMOVE_HEAD(&cred->gc_mc, gmc_link); gc_mc 58 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c SLIST_INIT(&cred->gc_mc); gc_mc 85 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c SLIST_INSERT_HEAD(&cred->gc_mc, mc, gmc_link); gc_mc 95 source4/heimdal/lib/gssapi/mech/gss_set_cred_option.c SLIST_FOREACH(mc, &cred->gc_mc, gmc_link) {