Searched refs:comsize (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | mztools.c | 151 int comsize = (int) strlen(comment); local 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); local 237 WRITE_16(header + 20, comsize); /* comment */ 243 if (comsize > 0) { 244 if ((int)fwrite(comment, 1, comsize, fpOutC [all...] |
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | mztools.c | 151 int comsize = (int) strlen(comment); local 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); local 237 WRITE_16(header + 20, comsize); /* comment */ 243 if (comsize > 0) { 244 if ((int)fwrite(comment, 1, comsize, fpOutC [all...] |
/third_party/zlib/contrib/minizip/ |
H A D | mztools.c | 150 int comsize = (int) strlen(comment); in unzRepair() local 163 WRITE_16(header + 32, comsize); in unzRepair() 196 if (comsize > 0) { in unzRepair() 197 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) { in unzRepair() 198 offsetCD += comsize; in unzRepair() 225 int comsize = (int) strlen(comment); in unzRepair() local 236 WRITE_16(header + 20, comsize); /* comment */ in unzRepair() 242 if (comsize > 0) { in unzRepair() 243 if ((int)fwrite(comment, 1, comsize, fpOutC in unzRepair() [all...] |
Completed in 2 milliseconds