Searched refs:newstrings (Results 1 – 1 of 1) sorted by relevance
2140 krb5_string_attr *strings = NULL, *newstrings; in krb5_dbe_get_strings() local2151 newstrings = realloc(strings, (count + 1) * sizeof(*strings)); in krb5_dbe_get_strings()2152 if (newstrings == NULL) in krb5_dbe_get_strings()2154 strings = newstrings; in krb5_dbe_get_strings()