Lines Matching refs:cachekey
40 struct cachekey { struct
45 struct cachekey *next; argument
48 static struct cachekey *cache = 0;
124 static struct cachekey *get_cache_header(keylen_t keylen,
127 static void release_cache_header(struct cachekey *);
649 struct cachekey *c; in print_cache()
1118 static struct cachekey *
1121 struct cachekey *c; in get_cache_header()
1142 if ((c = malloc(sizeof (struct cachekey))) != 0) { in get_cache_header()
1161 release_cache_header(struct cachekey *ck) { in release_cache_header()
1163 struct cachekey *c; in release_cache_header()
1181 struct cachekey *c; in create_cache_file()
1210 struct cachekey *c; in cache_insert()
1238 struct cachekey *c; in cache_retrieve()
1259 struct cachekey *c; in cache_remove()