Home
last modified time | relevance | path

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

/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dgssapi-client.c85 OM_uint32 stat_min, stat_maj; in connect_to_gserver() local
106 stat_maj = gss_init_sec_context (&stat_min, GSS_C_NO_CREDENTIAL, in connect_to_gserver()
113 if (stat_maj != GSS_S_COMPLETE && stat_maj != GSS_S_CONTINUE_NEEDED) in connect_to_gserver()
119 gss_display_status (&new_stat_min, stat_maj, GSS_C_GSS_CODE, in connect_to_gserver()
186 while (stat_maj == GSS_S_CONTINUE_NEEDED); in connect_to_gserver()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckuath.c6042 stat_maj, local
6094 stat_maj = gss_import_name(&stat_min, &name_buf,
6097 if (stat_maj != GSS_S_COMPLETE) {
6159 if (stat_maj == GSS_S_COMPLETE) {
6171 if (stat_maj == GSS_S_COMPLETE) {
6173 stat_maj = gss_display_name(&stat_min, client,
6175 if (stat_maj != GSS_S_COMPLETE) {
6179 reply_gss_error(535, stat_maj, stat_min,
6213 } else if (stat_maj == GSS_S_CONTINUE_NEEDED) {
6226 reply_gss_error(535, stat_maj, stat_min,