notes_cache 31 notes-cache.c void notes_cache_init(struct notes_cache *c, const char *name, notes_cache 47 notes-cache.c int notes_cache_write(struct notes_cache *c) notes_cache 69 notes-cache.c char *notes_cache_get(struct notes_cache *c, unsigned char key_sha1[20], notes_cache 86 notes-cache.c int notes_cache_put(struct notes_cache *c, unsigned char key_sha1[20], notes_cache 11 notes-cache.h void notes_cache_init(struct notes_cache *c, const char *name, notes_cache 13 notes-cache.h int notes_cache_write(struct notes_cache *c); notes_cache 15 notes-cache.h char *notes_cache_get(struct notes_cache *c, unsigned char sha1[20], size_t notes_cache 17 notes-cache.h int notes_cache_put(struct notes_cache *c, unsigned char sha1[20], notes_cache 280 userdiff.c struct notes_cache *c = xmalloc(sizeof(*c)); notes_cache 18 userdiff.h struct notes_cache *textconv_cache;