Lines Matching refs:cachekey
42 struct cachekey { struct
47 struct cachekey *next; argument
50 static struct cachekey *cache = 0;
126 static struct cachekey *get_cache_header(keylen_t keylen,
129 static void release_cache_header(struct cachekey *);
651 struct cachekey *c; in print_cache()
1120 static struct cachekey *
1123 struct cachekey *c; in get_cache_header()
1144 if ((c = malloc(sizeof (struct cachekey))) != 0) { in get_cache_header()
1163 release_cache_header(struct cachekey *ck) { in release_cache_header()
1165 struct cachekey *c; in release_cache_header()
1183 struct cachekey *c; in create_cache_file()
1212 struct cachekey *c; in cache_insert()
1240 struct cachekey *c; in cache_retrieve()
1261 struct cachekey *c; in cache_remove()