Home | History | Annotate | Download | only in minizip

Lines Matching defs:comsize

145           int comsize = (int) strlen(comment);
158 WRITE_16(header + 32, comsize);
191 if (comsize > 0) {
192 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
193 offsetCD += comsize;
220 int comsize = (int) strlen(comment);
231 WRITE_16(header + 20, comsize); /* comment */
237 if (comsize > 0) {
238 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {