Searched refs:fpOutCD (Results 1 - 1 of 1) sorted by relevance

/external/zlib/src/contrib/minizip/
H A Dmztools.c40 FILE* fpOutCD = fopen(fileOutTmp, "wb"); local
170 if (fwrite(header, 1, 46, fpOutCD) == 46) {
175 if (fwrite(filename, 1, fnsize, fpOutCD) == fnsize) {
188 if (fwrite(extra, 1, extsize, fpOutCD) == extsize) {
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
240 if (fwrite(header, 1, 22, fpOutCD) == 22) {
244 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {
255 fclose(fpOutCD);
257 fpOutCD = fopen(fileOutTmp, "rb");
258 if (fpOutCD !
[all...]

Completed in 100 milliseconds