Home | History | Annotate | Download | only in minizip

Lines Matching refs:comsize

151           int comsize = (int) strlen(comment);
164 WRITE_16(header + 32, comsize);
197 if (comsize > 0) {
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
199 offsetCD += comsize;
226 int comsize = (int) strlen(comment);
237 WRITE_16(header + 20, comsize); /* comment */
243 if (comsize > 0) {
244 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {