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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipcloak.c324 FILE *inzip, *outzip; /* input and output zip files */ local
620 if ((y = tempzf = outzip = fdopen(yd, FOPW_TMP)) == NULL) {
625 if ((y = tempzf = outzip = fopen(tempzip = tempname(zipfile), FOPW)) == NULL) {
692 if ((start_offset = zftello(outzip)) == (zoff_t)-1)
700 if ((length = zftello(outzip)) == (zoff_t)-1)
709 if (fclose(outzip)) ziperr(ZE_TEMP, tempzip);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Darc.tex122 wxZipOutputStream outzip(out);
128 outzip.CopyArchiveMetaData(inzip);
133 if (!outzip.CopyEntry(entry.release(), inzip))
141 bool success = inzip.Eof() && outzip.Close() && out.Commit();

Completed in 102 milliseconds