Home
last modified time | relevance | path

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

/dragonfly/lib/libc/citrus/
H A Dcitrus_iconv.c64 #define CI_HASH_SIZE 101 macro
70 static _CITRUS_HASH_HEAD(, _citrus_iconv_shared, CI_HASH_SIZE) shared_pool;
81 _CITRUS_HASH_INIT(&shared_pool, CI_HASH_SIZE); in init_cache()
196 return (_string_hash_func(key, CI_HASH_SIZE)); in hash_func()