Searched refs:midna_domain_to_utf8_cache (Results 1 – 1 of 1) sorted by relevance
299 static CTABLE *midna_domain_to_utf8_cache = 0; in midna_domain_to_utf8() local301 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()