Searched refs:folded_string (Results 1 – 1 of 1) sorted by relevance
178 VSTRING *folded_string; in been_here_fixed() local186 folded_string = vstring_alloc(100); in been_here_fixed()187 lookup_key = casefold(folded_string, string); in been_here_fixed()189 folded_string = 0; in been_here_fixed()210 if (folded_string) in been_here_fixed()211 vstring_free(folded_string); in been_here_fixed()247 VSTRING *folded_string; in been_here_check_fixed() local255 folded_string = vstring_alloc(100); in been_here_check_fixed()256 lookup_key = casefold(folded_string, string); in been_here_check_fixed()258 folded_string = 0; in been_here_check_fixed()[all …]