Searched refs:name_without_realm (Results 1 – 1 of 1) sorted by relevance
997 gss_buffer_desc name_without_realm; local1004 name_without_realm.value = NULL;1016 if (name_without_realm.value)1017 params->utils->free(name_without_realm.value);1043 name_without_realm.value = malloc(strlen(name_token.value)+1);1044 if (name_without_realm.value == NULL) {1049 strcpy(name_without_realm.value, name_token.value);1052 (strchr(name_without_realm.value,'@'))[0] = '\0';1054 name_without_realm.length = strlen( (char *) name_without_realm.value );1057 &name_without_realm,[all …]