write_idx_file   1765 builtin/index-pack.c 	curr_index = write_idx_file(index_name, idx_objects, nr_objects, &opts, pack_sha1);
write_idx_file    908 fast-import.c  	tmpfile = write_idx_file(NULL, idx, object_count, &pack_idx_opts, pack_data->sha1);
write_idx_file    351 pack-write.c   	idx_tmp_name = write_idx_file(NULL, written_list, nr_written,
write_idx_file     79 pack.h         extern const char *write_idx_file(const char *index_name, struct pack_idx_entry **objects, int nr_objects, const struct pack_idx_option *, const unsigned char *sha1);