checkpoint        196 bulk-checkin.c 	struct sha1file_checkpoint checkpoint;
checkpoint        217 bulk-checkin.c 			sha1file_checkpoint(state->f, &checkpoint);
checkpoint        231 bulk-checkin.c 		sha1file_truncate(state->f, &checkpoint);
checkpoint        232 bulk-checkin.c 		state->offset = checkpoint.offset;
checkpoint        243 bulk-checkin.c 		sha1file_truncate(state->f, &checkpoint);
checkpoint        244 bulk-checkin.c 		state->offset = checkpoint.offset;
checkpoint        156 csum-file.c    void sha1file_checkpoint(struct sha1file *f, struct sha1file_checkpoint *checkpoint)
checkpoint        159 csum-file.c    	checkpoint->offset = f->total;
checkpoint        160 csum-file.c    	checkpoint->ctx = f->ctx;
checkpoint        163 csum-file.c    int sha1file_truncate(struct sha1file *f, struct sha1file_checkpoint *checkpoint)
checkpoint        165 csum-file.c    	off_t offset = checkpoint->offset;
checkpoint        171 csum-file.c    	f->ctx = checkpoint->ctx;
checkpoint       1157 fast-import.c  static void truncate_pack(struct sha1file_checkpoint *checkpoint)
checkpoint       1159 fast-import.c  	if (sha1file_truncate(pack_file, checkpoint))
checkpoint       1161 fast-import.c  	pack_size = checkpoint->offset;
checkpoint       1175 fast-import.c  	struct sha1file_checkpoint checkpoint;
checkpoint       1183 fast-import.c  	sha1file_checkpoint(pack_file, &checkpoint);
checkpoint       1184 fast-import.c  	offset = checkpoint.offset;
checkpoint       1249 fast-import.c  		truncate_pack(&checkpoint);
checkpoint       1256 fast-import.c  		truncate_pack(&checkpoint);
checkpoint       3447 fast-import.c  			checkpoint();