Home
last modified time | relevance | path

Searched refs:status_string (Results 1 – 1 of 1) sorted by relevance

/lighttpd1.4/src/
H A Dmod_authn_gssapi.c167 gss_buffer_desc status_string; in mod_authn_gssapi_log_gss_error() local
176 GSS_C_NO_OID, &msg_ctx, &status_string); in mod_authn_gssapi_log_gss_error()
180 buffer_append_string(msg, status_string.value); in mod_authn_gssapi_log_gss_error()
181 gss_release_buffer(&min_stat, &status_string); in mod_authn_gssapi_log_gss_error()
184 GSS_C_NULL_OID, &msg_ctx, &status_string); in mod_authn_gssapi_log_gss_error()
187 buffer_append_string(msg, status_string.value); in mod_authn_gssapi_log_gss_error()
189 gss_release_buffer(&min_stat, &status_string); in mod_authn_gssapi_log_gss_error()