Libzip-Dev
- libzip(3) libzip (-lzip) is a library for reading, creating, and modifying zip archives.
- zip_add_dir(3) libzip (-lzip) The function is the obsolete version of It is the same as calling with an empty flags argument.
- zip_add(3) libzip (-lzip) The function is the obsolete version of It is the same as calling with an empty argument.
- zip_close(3) libzip (-lzip) The function writes any changes made to to disk.
- zip_compression_method_supported(3) libzip (-lzip) The returns if the compression method is supported for compression (if is zero) or decompression (otherwi
- zip_delete(3) libzip (-lzip) The file at position in the zip archive is marked as deleted.
- zip_dir_add(3) libzip (-lzip) The function adds a directory to a zip archive.
- zip_discard(3) libzip (-lzip) The function closes and frees the memory allocated for it.
- zip_encryption_method_supported(3) libzip (-lzip) The returns if the encryption method is supported for encryption (if is zero) or decryption (otherwise).
- zip_error_clear(3) libzip (-lzip) The function clears the error state for the zip archive The function does the same for the zip file and w
- zip_error_code_system(3) libzip (-lzip) The function returns the system specific part of the error from the zip_error error For finding out what
- zip_error_code_zip(3) libzip (-lzip) The function returns the libzip specific part of the error from the zip_error error was added in libzip 1
- zip_error_fini(3) libzip (-lzip) The function cleans up and frees internally allocated memory of the zip_error pointed to by was added in
- zip_error_get_sys_type(3) libzip (-lzip) The function is deprecated; use and instead.
- zip_error_get(3) libzip (-lzip) The functions and are deprecated.
- zip_error_init_with_code(3) libzip (-lzip) The function initializes the zip_error pointed to by must be allocated before calling The function does t
- zip_error_init(3) libzip (-lzip) The function initializes the zip_error pointed to by must be allocated before calling The function does t
- zip_error_set(3) libzip (-lzip) The function sets the zip_error pointed to by to the libzip error code and the system error code must be
- zip_error_strerror(3) libzip (-lzip) The function returns an error message string corresponding to like This string will stay valid until the
- zip_error_system_type(3) libzip (-lzip) The function returns the type of the system specific part for the zip_error Currently, the following syst
- zip_error_to_data(3) libzip (-lzip) function converts the zip_error into data suitable as return value for The data is written into the buffe
- zip_error_to_str(3) libzip (-lzip) The function is deprecated; use and instead.
- zip_errors(3) libzip (-lzip) The following error codes are used by libzip: Entry has been changed.
- zip_fclose(3) libzip (-lzip) The function closes and frees the memory allocated for it.
- zip_fdopen(3) libzip (-lzip) The zip archive specified by the open file descriptor is opened and a pointer to a used to manipulate the
- zip_file_add(3) libzip (-lzip) The function adds a file to a zip archive, while replaces an existing file in a zip archive.
- zip_file_attributes_init(3) libzip (-lzip) The initializes a structure with default values.
- zip_file_error_clear(3) libzip (-lzip) The function clears the error state for the zip archive The function does the same for the zip file and w
- zip_file_error_get(3) libzip (-lzip) The functions and are deprecated.
- zip_file_extra_field_delete_by_id(3) libzip (-lzip) The function deletes the extra field with index for the file at position in the zip archive.
- zip_file_extra_field_delete(3) libzip (-lzip) The function deletes the extra field with index for the file at position in the zip archive.
- zip_file_extra_field_get_by_id(3) libzip (-lzip) The function returns the extra field with index for the file at position in the zip archive.
- zip_file_extra_field_get(3) libzip (-lzip) The function returns the extra field with index for the file at position in the zip archive.
- zip_file_extra_field_set(3) libzip (-lzip) The function sets the extra field with ID (two-byte signature) and index for the file at position in the
- zip_file_extra_fields_count_by_id(3) libzip (-lzip) The function counts the extra fields for the file at position in the zip archive.
- zip_file_extra_fields_count(3) libzip (-lzip) The function counts the extra fields for the file at position in the zip archive.
- zip_file_get_comment(3) libzip (-lzip) The function returns the comment for the file at position in the zip archive.
- zip_file_get_error(3) libzip (-lzip) function returns the zip_error associated with the zip_file was added in libzip 1.0.
- zip_file_get_external_attributes(3) libzip (-lzip) The function returns the operating system and external attributes for the file at position in the zip arc
- zip_file_rename(3) libzip (-lzip) The file at position in the zip archive is renamed to The argument can be any of: Guess encoding of (defa
- zip_file_replace(3) libzip (-lzip) The function adds a file to a zip archive, while replaces an existing file in a zip archive.
- zip_file_set_comment(3) libzip (-lzip) The function sets the comment for the file at position in the zip archive to of length If is and is 0, th
- zip_file_set_dostime(3) libzip (-lzip) The function sets the last modification time (mtime) for the file at position in the zip archive to Curre
- zip_file_set_encryption(3) libzip (-lzip) The function sets the encryption method for the file at position in the zip archive to using the password
- zip_file_set_external_attributes(3) libzip (-lzip) The function sets the operating system and external attributes for the file at position in the zip archiv
- zip_file_set_mtime(3) libzip (-lzip) The function sets the last modification time (mtime) for the file at position in the zip archive to Curre
- zip_file_strerror(3) libzip (-lzip) The function returns a string describing the last error for the zip archive while the function does the s
- zip_fopen_encrypted(3) libzip (-lzip) The function opens the encrypted file name in using the password given in the argument.
- zip_fopen_index_encrypted(3) libzip (-lzip) The function opens the encrypted file name in using the password given in the argument.
- zip_fopen_index(3) libzip (-lzip) The function opens the file name in The argument specifies how the name lookup should be done, according
- zip_fopen(3) libzip (-lzip) The function opens the file name in The argument specifies how the name lookup should be done, according
- zip_fread(3) libzip (-lzip) The function reads at most bytes from into If successful, the number of bytes actually read is returned.
- zip_fseek(3) libzip (-lzip) The function seeks to the specified relative to just like only works on uncompressed (stored) data.
- zip_ftell(3) libzip (-lzip) The function reports the current offset in the file.
- zip_get_archive_comment(3) libzip (-lzip) The function returns the comment for the entire zip archive.
- zip_get_archive_flag(3) libzip (-lzip) The function returns if the flag is set for the archive The archive flags might have been changed with if
- zip_get_error(3) libzip (-lzip) The function returns the zip error for the zip archive was added in libzip 1.0.
- zip_get_file_comment(3) libzip (-lzip) The function is the obsolete version of The only differences are the types of the and arguments.
- zip_get_name(3) libzip (-lzip) The function returns the name of the file at position in The name is in UTF-8 encoding unless was specifi
- zip_get_num_entries(3) libzip (-lzip) The function returns the number of files in If is set to the original number of entries is returned.
- zip_get_num_files(3) libzip (-lzip) The function returns the number of files in returns the number of files in the zip archive, or -1 if is w
- zip_libzip_version(3) libzip (-lzip) returns the version number of the library as string in the format where is the major version, the minor,
- zip_name_locate(3) libzip (-lzip) The function returns the index of the file named in If does not contain a file with that name, -1 is retu
- zip_open_from_source(3) libzip (-lzip) The function opens the zip archive specified by and returns a pointer to a used to manipulate the archive
- zip_open(3) libzip (-lzip) The function opens the zip archive specified by and returns a pointer to a used to manipulate the archive
- zip_register_progress_callback_with_state(3) libzip (-lzip) The function registers a callback function for the zip archive The argument is a double in the range from
- zip_register_progress_callback(3) libzip (-lzip) The function is the obsolete version of The function registers a callback function for the zip archive Th
- zip_rename(3) libzip (-lzip) is the obsolete version of It is the same as calling with an empty flags argument.
- zip_replace(3) libzip (-lzip) The function is the obsolete version of It is the same as calling with an empty argument.
- zip_set_archive_comment(3) libzip (-lzip) The function sets the comment for the entire zip archive.
- zip_set_archive_flag(3) libzip (-lzip) The function sets the flag for the archive to the value Currently there are no supported flags.
- zip_set_default_password(3) libzip (-lzip) The function sets the default password used when accessing encrypted files.
- zip_set_file_comment(3) libzip (-lzip) The function is the obsolete version of The only differences are the type of the argument and the additio
- zip_set_file_compression(3) libzip (-lzip) The function sets the compression method for the file at position in the zip archive to with the compress
- zip_source_begin_write_cloning(3) libzip (-lzip) The functions and prepare for writing.
- zip_source_begin_write(3) libzip (-lzip) The functions and prepare for writing.
- zip_source_buffer_create(3) libzip (-lzip) The functions and create a zip source from the buffer of size If is non-zero, the buffer will be freed wh
- zip_source_buffer_fragment_create(3) libzip (-lzip) The functions and create a zip source from the data in specifies the number of fragments.
- zip_source_buffer_fragment(3) libzip (-lzip) The functions and create a zip source from the data in specifies the number of fragments.
- zip_source_buffer(3) libzip (-lzip) The functions and create a zip source from the buffer of size If is non-zero, the buffer will be freed wh
- zip_source_close(3) libzip (-lzip) The function closes indicating that no more data will be read.
- zip_source_commit_write(3) libzip (-lzip) The function finishes writing data to and replaces the original with the newly written data.
- zip_source_error(3) libzip (-lzip) The function returns the zip error for the data source was added in libzip 1.0.
- zip_source_file_create(3) libzip (-lzip) The functions and create a zip source from a file.
- zip_source_file(3) libzip (-lzip) The functions and create a zip source from a file.
- zip_source_filep_create(3) libzip (-lzip) The functions and create a zip source from a file stream.
- zip_source_filep(3) libzip (-lzip) The functions and create a zip source from a file stream.
- zip_source_free(3) libzip (-lzip) The function decrements the reference count of and frees it if the reference count drops to 0.
- zip_source_function_create(3) libzip (-lzip) The functions and creates a zip source from the user-provided function which must be of the following typ
- zip_source_function(3) libzip (-lzip) The functions and creates a zip source from the user-provided function which must be of the following typ
- ZIP_SOURCE_GET_ARGS(3) libzip (-lzip) The macro casts to a pointer to On success, returns In case of error, it returns and sets fails if: is le
- zip_source_is_deleted(3) libzip (-lzip) The function returns whether the zip_source was deleted.
- zip_source_keep(3) libzip (-lzip) The function increments the reference count of was added in libzip 1.0.
- zip_source_make_command_bitmap(3) libzip (-lzip) The function returns a bitmap of source commands suitable as return value for It includes all the command
- zip_source_open(3) libzip (-lzip) The function opens for reading.
- zip_source_read(3) libzip (-lzip) The function reads up to bytes of data from at the current read offset into the buffer The zip source has
- zip_source_rollback_write(3) libzip (-lzip) The function reverts changes written to restoring the data before was called.
- zip_source_seek_compute_offset(3) libzip (-lzip) Use this function to compute the offset for a or command.
- zip_source_seek_write(3) libzip (-lzip) The function sets the current write offset for Just like in depending on the argument, the is counted rel
- zip_source_seek(3) libzip (-lzip) The function sets the current read offset for Just like in depending on the argument, the is counted rela
- zip_source_stat(3) libzip (-lzip) The function obtains information about the zip source The argument is a pointer to a (shown below), into
- zip_source_tell_write(3) libzip (-lzip) The function returns the current write offset for The return value can be passed to with set to to return
- zip_source_tell(3) libzip (-lzip) The function returns the current read offset for The return value can be passed to with set to to return
- zip_source_win32a_create(3) libzip (-lzip) The functions and create a zip source on Windows using a Windows ANSI name.
- zip_source_win32a(3) libzip (-lzip) The functions and create a zip source on Windows using a Windows ANSI name.
- zip_source_win32handle_create(3) libzip (-lzip) The functions and create a zip source from a Windows file handle.
- zip_source_win32handle(3) libzip (-lzip) The functions and create a zip source from a Windows file handle.
- zip_source_win32w_create(3) libzip (-lzip) The functions and create a zip source on Windows using a Windows Unicode name.
- zip_source_win32w(3) libzip (-lzip) The functions and create a zip source on Windows using a Windows Unicode name.
- zip_source_write(3) libzip (-lzip) The function writes bytes from the buffer to the zip source at the current write offset.
- zip_source_zip(3) libzip (-lzip) The function creates a zip source from a file in a zip archive.
- zip_source(3) libzip (-lzip) A is a data source used by for adding or replacing file contents for a file in a zip archive.
- zip_stat_index(3) libzip (-lzip) The function obtains information about the file named in The argument specifies how the name lookup shoul
- zip_stat_init(3) libzip (-lzip) The function initializes the members of a struct zip_stat.
- zip_stat(3) libzip (-lzip) The function obtains information about the file named in The argument specifies how the name lookup shoul
- zip_strerror(3) libzip (-lzip) The function returns a string describing the last error for the zip archive while the function does the s
- zip_unchange_all(3) libzip (-lzip) All changes to files and global information in are reverted.
- zip_unchange_archive(3) libzip (-lzip) Revert all global changes to the archive This reverts changes to the archive comment and global flags.
- zip_unchange(3) libzip (-lzip) Changes to the file at position are reverted.