Searched defs:CHUNK_SIZE (Results 1 - 7 of 7) sorted by relevance
/dovecot/src/lib-compression/ |
H A D | istream-bzlib.c | 11 #define CHUNK_SIZE (1024*64) macro 82 if (!i_stream_try_alloc(stream, CHUNK_SIZE, &out_size)) 86 if (!i_stream_try_alloc_avoid_compress(stream, CHUNK_SIZE, &out_size))
|
H A D | istream-lzma.c | 11 #define CHUNK_SIZE (1024*64) macro 91 if (!i_stream_try_alloc(stream, CHUNK_SIZE, &out_size)) 95 if (!i_stream_try_alloc_avoid_compress(stream, CHUNK_SIZE, &out_size))
|
H A D | ostream-bzlib.c | 11 #define CHUNK_SIZE (1024*64) macro 17 char outbuf[CHUNK_SIZE];
|
H A D | ostream-lz4.c | 12 #define CHUNK_SIZE OSTREAM_LZ4_CHUNK_SIZE macro 17 unsigned char compressbuf[CHUNK_SIZE]; 22 LZ4_COMPRESSBOUND(CHUNK_SIZE)];
|
H A D | ostream-lzma.c | 11 #define CHUNK_SIZE (1024*64) macro 17 unsigned char outbuf[CHUNK_SIZE];
|
H A D | istream-zlib.c | 12 #define CHUNK_SIZE (1024*64) macro 245 if (!i_stream_try_alloc(stream, CHUNK_SIZE, &out_size)) 249 if (!i_stream_try_alloc_avoid_compress(stream, CHUNK_SIZE, &out_size))
|
H A D | ostream-zlib.c | 12 #define CHUNK_SIZE (1024*32) macro 20 unsigned char outbuf[CHUNK_SIZE];
|
Completed in 11 milliseconds