Lines Matching refs:folded_string
178 VSTRING *folded_string; in been_here_fixed() local
186 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() local
255 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()
272 if (folded_string) in been_here_check_fixed()
273 vstring_free(folded_string); in been_here_check_fixed()
309 VSTRING *folded_string; in been_here_drop_fixed() local
317 folded_string = vstring_alloc(100); in been_here_drop_fixed()
318 lookup_key = casefold(folded_string, string); in been_here_drop_fixed()
320 folded_string = 0; in been_here_drop_fixed()
333 if (folded_string) in been_here_drop_fixed()
334 vstring_free(folded_string); in been_here_drop_fixed()