Lines Matching refs:archive
344 + /* ZIP64 archive identifier and record sizes */
394 + /* The flags passed in when the archive is initially opened. */
397 + /* MZ_TRUE if the archive has a zip64 end of central directory headers, etc.
770 + /* Ok, the archive didn't have any zip64 headers but it uses a
897 zip->entry.header_offset = zip->archive.m_archive_size;
1009 - This data structure is used throughout the library to represent zip archive
1015 + * This data structure is used throughout the library to represent zip archive -
1021 - Opens zip archive with compression level using the given mode.
1024 - zipname: zip archive file name.
1029 - 'a': appends to an existing archive.
1032 - The zip archive handler or NULL on error
1035 + * Opens zip archive with compression level using the given mode.
1037 + * @param zipname zip archive file name.
1042 + * - 'a': appends to an existing archive.
1044 + * @return the zip archive handler or NULL on error
1049 - Closes the zip archive, releases resources - always finalize.
1052 - zip: zip archive handler.
1055 + * Closes the zip archive, releases resources - always finalize.
1057 + * @param zip zip archive handler.
1062 - Opens an entry by name in the zip archive.
1063 - For zip archive opened in 'w' or 'a' mode the function will append
1068 - zip: zip archive handler.
1075 + * Opens an entry by name in the zip archive.
1077 + * For zip archive opened in 'w' or 'a' mode the function will append
1081 + * @param zip zip archive handler.
1089 - Opens a new entry by index in the zip archive.
1090 - This function is only valid if zip archive was opened in 'r' (readonly) mode.
1093 - zip: zip archive handler.
1100 + * Opens a new entry by index in the zip archive.
1102 + * This function is only valid if zip archive was opened in 'r' (readonly) mode.
1104 + * @param zip zip archive handler.
1115 - zip: zip archive handler.
1123 + * @param zip zip archive handler.
1139 - zip: zip archive handler.
1154 + * @param zip: zip archive handler.
1164 - zip: zip archive handler.
1172 + * @param zip zip archive handler.
1182 - zip: zip archive handler.
1190 + * @param zip zip archive handler.
1201 - zip: zip archive handler.
1209 + * @param zip zip archive handler.
1219 - zip: zip archive handler.
1227 + * @param zip zip archive handler.
1237 - zip: zip archive handler.
1247 + * @param zip zip archive handler.
1259 - zip: zip archive handler.
1268 + * @param zip zip archive handler.
1280 - zip: zip archive handler.
1297 + * @param zip zip archive handler.
1314 - zip: zip archive handler.
1334 - zip: zip archive handler.
1344 + * @param zip zip archive handler.
1362 + * @param zip zip archive handler.
1373 - zip: zip archive handler.
1383 + * @param zip zip archive handler.
1397 - Returns the number of all entries (files and directories) in the zip archive.
1400 - zip: zip archive handler.
1407 + * Returns the number of all entries (files and directories) in the zip archive.
1409 + * @param zip zip archive handler.
1417 - Creates a new archive and puts files into a single zip archive.
1420 - zipname: zip archive file.
1428 + * Creates a new archive and puts files into a single zip archive.
1430 + * @param zipname zip archive file.
1439 - Extracts a zip archive file into directory.
1448 - zipname: zip archive file.
1457 + * Extracts a zip archive file into directory.
1465 + * @param zipname zip archive file.