mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Begin massive read changes to support using temporary file for STDIN.
This commit is contained in:
parent
91b8382214
commit
36e09f206e
4 changed files with 105 additions and 35 deletions
2
stream.h
2
stream.h
|
|
@ -27,7 +27,7 @@ void create_pthread(pthread_t *thread, pthread_attr_t *attr,
|
|||
void * (*start_routine)(void *), void *arg);
|
||||
void join_pthread(pthread_t th, void **thread_return);
|
||||
ssize_t write_1g(rzip_control *control, void *buf, i64 len);
|
||||
ssize_t read_1g(int fd, void *buf, i64 len);
|
||||
ssize_t read_1g(rzip_control *control, int fd, void *buf, i64 len);
|
||||
void prepare_streamout_threads(rzip_control *control);
|
||||
void close_streamout_threads(rzip_control *control);
|
||||
void *open_stream_out(rzip_control *control, int f, unsigned int n, i64 chunk_limit, char cbytes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue