Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dbeen_here.c178 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()
[all …]