Searched refs:ZIP_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
24 static const int ZIP_BUF_SIZE = 8192; variable189 char buf[ZIP_BUF_SIZE]; in AddFileContentToZip()191 size_t readSum = fread(buf, 1, ZIP_BUF_SIZE, fp); in AddFileContentToZip()