Searched refs:ctx_free (Results 1 – 1 of 1) sorted by relevance
484 krb5_gss_ctx_id_rec *ctx, *ctx_free; in new_connection() local518 ctx_free = ctx; in new_connection()614 ctx_free = 0; in new_connection()649 if (ctx_free) { in new_connection()650 if (ctx_free->auth_context) in new_connection()651 krb5_auth_con_free(context, ctx_free->auth_context); in new_connection()652 if (ctx_free->here) in new_connection()653 krb5_free_principal(context, ctx_free->here); in new_connection()654 if (ctx_free->there) in new_connection()655 krb5_free_principal(context, ctx_free->there); in new_connection()[all …]