Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgconvert.c242 static guint iconv_cache_size = 0; variable
291 iconv_cache_size++; in iconv_cache_bucket_new()
338 iconv_cache_size--; in iconv_cache_bucket_expire()
355 while (node && iconv_cache_size >= ICONV_CACHE_SIZE) in iconv_cache_expire_unused()
495 if (!bucket->refcount && iconv_cache_size > ICONV_CACHE_SIZE) in close_converter()