Lines Matching defs:out

94 	struct output_file out;  member
102 struct output_file out; member
110 struct output_file out; member
118 static int file_open(struct output_file *out, int fd) in file_open()
126 static int file_skip(struct output_file *out, int64_t cnt) in file_skip()
139 static int file_pad(struct output_file *out, int64_t len) in file_pad()
152 static int file_write(struct output_file *out, void *data, int len) in file_write()
169 static void file_close(struct output_file *out) in file_close()
184 static int gz_file_open(struct output_file *out, int fd) in gz_file_open()
198 static int gz_file_skip(struct output_file *out, int64_t cnt) in gz_file_skip()
211 static int gz_file_pad(struct output_file *out, int64_t len) in gz_file_pad()
235 static int gz_file_write(struct output_file *out, void *data, int len) in gz_file_write()
252 static void gz_file_close(struct output_file *out) in gz_file_close()
273 static int callback_file_skip(struct output_file *out, int64_t off) in callback_file_skip()
296 static int callback_file_write(struct output_file *out, void *data, int len) in callback_file_write()
303 static void callback_file_close(struct output_file *out) in callback_file_close()
340 static int write_sparse_skip_chunk(struct output_file *out, int64_t skip_len) in write_sparse_skip_chunk()
366 static int write_sparse_fill_chunk(struct output_file *out, unsigned int len, in write_sparse_fill_chunk()
401 static int write_sparse_data_chunk(struct output_file *out, unsigned int len, in write_sparse_data_chunk()
442 int write_sparse_end_chunk(struct output_file *out) in write_sparse_end_chunk()
475 static int write_normal_data_chunk(struct output_file *out, unsigned int len, in write_normal_data_chunk()
493 static int write_normal_fill_chunk(struct output_file *out, unsigned int len, in write_normal_fill_chunk()
518 static int write_normal_skip_chunk(struct output_file *out, int64_t len) in write_normal_skip_chunk()
523 int write_normal_end_chunk(struct output_file *out) in write_normal_end_chunk()
535 void output_file_close(struct output_file *out) in output_file_close()
541 static int output_file_init(struct output_file *out, int block_size, in output_file_init()
660 struct output_file *out; in output_file_open_fd() local
683 int write_data_chunk(struct output_file *out, unsigned int len, void *data) in write_data_chunk()
689 int write_fill_chunk(struct output_file *out, unsigned int len, in write_fill_chunk()
695 int write_fd_chunk(struct output_file *out, unsigned int len, in write_fd_chunk()
746 int write_file_chunk(struct output_file *out, unsigned int len, in write_file_chunk()
763 int write_skip_chunk(struct output_file *out, int64_t len) in write_skip_chunk()