Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dmidna_domain.c299 static CTABLE *midna_domain_to_utf8_cache = 0; in midna_domain_to_utf8() local
301 if (midna_domain_to_utf8_cache == 0) in midna_domain_to_utf8()
302 midna_domain_to_utf8_cache = ctable_create(midna_domain_cache_size, in midna_domain_to_utf8()
306 return (ctable_locate(midna_domain_to_utf8_cache, name)); in midna_domain_to_utf8()