context_key 40 source4/heimdal/lib/gssapi/krb5/init.c static HEIMDAL_thread_key context_key; context_key 60 source4/heimdal/lib/gssapi/krb5/init.c HEIMDAL_key_create(&context_key, destroy_context, ret); context_key 69 source4/heimdal/lib/gssapi/krb5/init.c *context = HEIMDAL_getspecific(context_key); context_key 74 source4/heimdal/lib/gssapi/krb5/init.c HEIMDAL_setspecific(context_key, *context, ret); context_key 16 source4/heimdal/lib/gssapi/mech/context.c static HEIMDAL_thread_key context_key; context_key 43 source4/heimdal/lib/gssapi/mech/context.c HEIMDAL_key_create(&context_key, destroy_context, ret); context_key 52 source4/heimdal/lib/gssapi/mech/context.c ctx = HEIMDAL_getspecific(context_key); context_key 58 source4/heimdal/lib/gssapi/mech/context.c HEIMDAL_setspecific(context_key, ctx, ret);