Searched refs:COPY_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/import/ |
D | export-raw.c | 27 #define COPY_BUFFER_SIZE (16*1024) macro 159 l = sendfile(e->output_fd, e->input_fd, NULL, COPY_BUFFER_SIZE); in raw_export_process() 179 uint8_t input[COPY_BUFFER_SIZE]; in raw_export_process()
|
D | export-tar.c | 16 #define COPY_BUFFER_SIZE (16*1024) macro 168 l = splice(e->tar_fd, NULL, e->output_fd, NULL, COPY_BUFFER_SIZE, 0); in tar_export_process() 188 uint8_t input[COPY_BUFFER_SIZE]; in tar_export_process()
|
/systemd-251/src/shared/ |
D | copy.c | 40 #define COPY_BUFFER_SIZE (16U*1024U) macro 401 uint8_t buf[MIN(m, COPY_BUFFER_SIZE)], *p = buf; in copy_bytes_full() 455 m = MAX(MIN(COPY_BUFFER_SIZE, max_bytes), m - n); in copy_bytes_full()
|