• Home
  • Raw
  • Download

Lines Matching defs:len

94 	int64_t len;  member
146 static int file_pad(struct output_file *out, int64_t len) in file_pad()
159 static int file_write(struct output_file *out, void *data, int len) in file_write()
218 static int gz_file_pad(struct output_file *out, int64_t len) in gz_file_pad()
242 static int gz_file_write(struct output_file *out, void *data, int len) in gz_file_write()
298 static int callback_file_pad(struct output_file *out, int64_t len) in callback_file_pad()
303 static int callback_file_write(struct output_file *out, void *data, int len) in callback_file_write()
326 int read_all(int fd, void *buf, size_t len) in read_all()
374 static int write_sparse_fill_chunk(struct output_file *out, unsigned int len, in write_sparse_fill_chunk()
410 static int write_sparse_data_chunk(struct output_file *out, unsigned int len, in write_sparse_data_chunk()
484 static int write_normal_data_chunk(struct output_file *out, unsigned int len, in write_normal_data_chunk()
502 static int write_normal_fill_chunk(struct output_file *out, unsigned int len, in write_normal_fill_chunk()
527 static int write_normal_skip_chunk(struct output_file *out, int64_t len) in write_normal_skip_chunk()
553 int64_t len, bool sparse, int chunks, bool crc) in output_file_init()
642 void *priv, unsigned int block_size, int64_t len, int gz, int sparse, in output_file_open_callback()
667 struct output_file *output_file_open_fd(int fd, unsigned int block_size, int64_t len, in output_file_open_fd()
691 int write_data_chunk(struct output_file *out, unsigned int len, void *data) in write_data_chunk()
697 int write_fill_chunk(struct output_file *out, unsigned int len, in write_fill_chunk()
703 int write_fd_chunk(struct output_file *out, unsigned int len, in write_fd_chunk()
752 int write_file_chunk(struct output_file *out, unsigned int len, in write_file_chunk()
769 int write_skip_chunk(struct output_file *out, int64_t len) in write_skip_chunk()