Home
last modified time | relevance | path

Searched refs:COPY_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/import/
Dexport-raw.c27 #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()
Dexport-tar.c16 #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/
Dcopy.c40 #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()