map_sha1_file 985 cache.h extern void *map_sha1_file(const unsigned char *sha1, unsigned long *size); map_sha1_file 2675 sha1_file.c map = map_sha1_file(sha1, &mapsize); map_sha1_file 2842 sha1_file.c map = map_sha1_file(sha1, &mapsize); map_sha1_file 337 streaming.c st->u.loose.mapped = map_sha1_file(sha1, &st->u.loose.mapsize);