Searched refs:BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
192 #define BUFFER_SIZE 4096 in verify_file() macro212 if (size > BUFFER_SIZE) size = BUFFER_SIZE; in verify_file()
530 #define BUFFER_SIZE 32768 macro557 strm.avail_out = BUFFER_SIZE; in TryReconstruction()560 size_t have = BUFFER_SIZE - strm.avail_out; in TryReconstruction()590 unsigned char* out = malloc(BUFFER_SIZE); in ReconstructDeflateChunk()