• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/windll/

Lines Matching refs:ZpOpt

59 ZPOPT ZpOpt;
248 ZpOpt.fSuffix = FALSE; /* include suffixes (not yet implemented) */
249 ZpOpt.fEncrypt = FALSE; /* true if encryption wanted */
250 ZpOpt.fSystem = FALSE; /* true to include system/hidden files */
251 ZpOpt.fVolume = FALSE; /* true if storing volume label */
252 ZpOpt.fExtra = FALSE; /* true if including extra attributes */
253 ZpOpt.fNoDirEntries = FALSE; /* true if ignoring directory entries */
254 ZpOpt.fVerbose = FALSE; /* true if full messages wanted */
255 ZpOpt.fQuiet = FALSE; /* true if minimum messages wanted */
256 ZpOpt.fCRLF_LF = FALSE; /* true if translate CR/LF to LF */
257 ZpOpt.fLF_CRLF = FALSE; /* true if translate LF to CR/LF */
258 ZpOpt.fJunkDir = FALSE; /* true if junking directory names */
259 ZpOpt.fGrow = FALSE; /* true if allow appending to zip file */
260 ZpOpt.fForce = FALSE; /* true if making entries using DOS names */
261 ZpOpt.fMove = FALSE; /* true if deleting files added or updated */
262 ZpOpt.fUpdate = FALSE; /* true if updating zip file--overwrite only
264 ZpOpt.fFreshen = FALSE; /* true if freshening zip file--overwrite only */
265 ZpOpt.fJunkSFX = FALSE; /* true if junking sfx prefix*/
266 ZpOpt.fLatestTime = FALSE; /* true if setting zip file time to time of
268 ZpOpt.fComment = FALSE; /* true if putting comment in zip file */
269 ZpOpt.fOffsets = FALSE; /* true if updating archive offsets for sfx
271 ZpOpt.fDeleteEntries = FALSE; /* true if deleting files from archive */
272 ZpOpt.fRecurse = 0; /* subdir recursing mode: 1 = "-r", 2 = "-R" */
273 ZpOpt.fRepair = 0; /* archive repair mode: 1 = "-F", 2 = "-FF" */
274 ZpOpt.Date = NULL; /* Not using, set to NULL pointer */
276 ZpOpt.szRootDir = szFullPath;
304 ZipSetOptions(&ZpOpt);