Home | History | Annotate | Download | only in libintl

Lines Matching refs:cache

45 struct cache {
50 static const struct cache *cache_find(const char *, struct domainbinding *);
57 static const struct cache *
60 struct cache key;
61 struct cache **c;
72 struct cache *c;
92 const struct cache *a = va;
93 const struct cache *b = vb;
114 const struct cache *cache;
169 cache = cache_find(origmsg, db);
170 if (cache) {
171 result = cache->c_resultmsg;
208 * failed to enter cache. give up.