sha1file 1230 builtin/index-pack.c static void fix_unresolved_deltas(struct sha1file *f); sha1file 1241 builtin/index-pack.c struct sha1file *f; sha1file 1273 builtin/index-pack.c static int write_compressed(struct sha1file *f, void *in, unsigned int size) sha1file 1297 builtin/index-pack.c static struct object_entry *append_obj_to_pack(struct sha1file *f, sha1file 1334 builtin/index-pack.c static void fix_unresolved_deltas(struct sha1file *f) sha1file 147 builtin/pack-objects.c static unsigned long write_large_blob_data(struct git_istream *st, struct sha1file *f, sha1file 216 builtin/pack-objects.c static void copy_pack_data(struct sha1file *f, sha1file 236 builtin/pack-objects.c static unsigned long write_no_reuse_object(struct sha1file *f, struct object_entry *entry, sha1file 344 builtin/pack-objects.c static unsigned long write_reuse_object(struct sha1file *f, struct object_entry *entry, sha1file 418 builtin/pack-objects.c static unsigned long write_object(struct sha1file *f, sha1file 490 builtin/pack-objects.c static enum write_one_status write_one(struct sha1file *f, sha1file 708 builtin/pack-objects.c static off_t write_reused_pack(struct sha1file *f) sha1file 764 builtin/pack-objects.c struct sha1file *f; sha1file 16 bulk-checkin.c struct sha1file *f; sha1file 14 csum-file.c static void flush(struct sha1file *f, const void *buf, unsigned int count) sha1file 45 csum-file.c void sha1flush(struct sha1file *f) sha1file 56 csum-file.c int sha1close(struct sha1file *f, unsigned char *result, unsigned int flags) sha1file 89 csum-file.c void sha1write(struct sha1file *f, const void *buf, unsigned int count) sha1file 121 csum-file.c struct sha1file *sha1fd(int fd, const char *name) sha1file 126 csum-file.c struct sha1file *sha1fd_check(const char *name) sha1file 129 csum-file.c struct sha1file *f; sha1file 142 csum-file.c struct sha1file *sha1fd_throughput(int fd, const char *name, struct progress *tp) sha1file 144 csum-file.c struct sha1file *f = xmalloc(sizeof(*f)); sha1file 156 csum-file.c void sha1file_checkpoint(struct sha1file *f, struct sha1file_checkpoint *checkpoint) sha1file 163 csum-file.c int sha1file_truncate(struct sha1file *f, struct sha1file_checkpoint *checkpoint) sha1file 176 csum-file.c void crc32_begin(struct sha1file *f) sha1file 182 csum-file.c uint32_t crc32_end(struct sha1file *f) sha1file 26 csum-file.h extern void sha1file_checkpoint(struct sha1file *, struct sha1file_checkpoint *); sha1file 27 csum-file.h extern int sha1file_truncate(struct sha1file *, struct sha1file_checkpoint *); sha1file 33 csum-file.h extern struct sha1file *sha1fd(int fd, const char *name); sha1file 34 csum-file.h extern struct sha1file *sha1fd_check(const char *name); sha1file 35 csum-file.h extern struct sha1file *sha1fd_throughput(int fd, const char *name, struct progress *tp); sha1file 36 csum-file.h extern int sha1close(struct sha1file *, unsigned char *, unsigned int); sha1file 37 csum-file.h extern void sha1write(struct sha1file *, const void *, unsigned int); sha1file 38 csum-file.h extern void sha1flush(struct sha1file *f); sha1file 39 csum-file.h extern void crc32_begin(struct sha1file *); sha1file 40 csum-file.h extern uint32_t crc32_end(struct sha1file *); sha1file 42 csum-file.h static inline void sha1write_u8(struct sha1file *f, uint8_t data) sha1file 47 csum-file.h static inline void sha1write_be32(struct sha1file *f, uint32_t data) sha1file 318 fast-import.c static struct sha1file *pack_file; sha1file 455 pack-bitmap-write.c static inline void dump_bitmap(struct sha1file *f, struct ewah_bitmap *bitmap) sha1file 467 pack-bitmap-write.c static void write_selected_commits_v1(struct sha1file *f, sha1file 490 pack-bitmap-write.c static void write_hash_cache(struct sha1file *f, sha1file 516 pack-bitmap-write.c struct sha1file *f; sha1file 49 pack-write.c struct sha1file *f; sha1file 179 pack-write.c off_t write_pack_header(struct sha1file *f, uint32_t nr_entries) sha1file 328 pack-write.c struct sha1file *create_tmp_packfile(char **pack_tmp_name) sha1file 83 pack.h extern off_t write_pack_header(struct sha1file *f, uint32_t); sha1file 93 pack.h extern struct sha1file *create_tmp_packfile(char **pack_tmp_name);