Package libzip-devel
- ZIP_SOURCE_GET_ARGS(3) β validate and cast arguments to source callback
- libzip(3) β library for manipulating zip archives
- zip_add(3) β add file to zip archive or replace file in zip archive (obsolete interface)
- zip_add_dir(3) β add directory to zip archive (obsolete interface)
- zip_close(3) β close zip archive
- zip_compression_method_supported(3) β return if a compression method is supported
- zip_delete(3) β delete file from zip archive
- zip_dir_add(3) β add directory to zip archive
- zip_discard(3) β close zip archive and discard changes
- zip_encryption_method_supported(3) β return if an encryption method is supported
- zip_error_clear(3) β clear error state for archive or file
- zip_error_code_system(3) β get operating system error part of zip_error
- zip_error_code_zip(3) β get libzip error part of zip_error
- zip_error_fini(3) β clean up zip_error structure
- zip_error_get(3) β get error codes for archive or file (obsolete interface)
- zip_error_get_sys_type(3) β get type of system error code (obsolete interface)
- zip_error_init(3) β initialize zip_error structure
- zip_error_init_with_code(3) β initialize zip_error structure
- zip_error_set(3) β fill in zip_error structure
- zip_error_set_from_source(3) β fill in zip_error structure from source
- zip_error_strerror(3) β create human-readable string for zip_error
- zip_error_system_type(3) β return type of system error
- zip_error_to_data(3) β convert zip_error to return value suitable for ZIP_SOURCE_ERROR
- zip_error_to_str(3) β get string representation of zip error (obsolete interface)
- zip_errors(3) β list of all libzip error codes
- zip_fclose(3) β close file in zip archive
- zip_fdopen(3) β open zip archive using open file descriptor
- zip_file_add(3) β add file to zip archive or replace file in zip archive
- zip_file_attributes_init(3) β initialize zip file attributes structure
- zip_file_error_clear(3) β clear error state for archive or file
- zip_file_error_get(3) β get error codes for archive or file (obsolete interface)
- zip_file_extra_field_delete(3) β delete extra field for file in zip
- zip_file_extra_field_delete_by_id(3) β delete extra field for file in zip
- zip_file_extra_field_get(3) β get extra field for file in zip
- zip_file_extra_field_get_by_id(3) β get extra field for file in zip
- zip_file_extra_field_set(3) β set extra field for file in zip
- zip_file_extra_fields_count(3) β count extra fields for file in zip
- zip_file_extra_fields_count_by_id(3) β count extra fields for file in zip
- zip_file_get_comment(3) β get comment for file in zip
- zip_file_get_error(3) β extract zip_error from zip_file
- zip_file_get_external_attributes(3) β get external attributes for file in zip
- zip_file_is_seekable(3) β seek in file
- zip_file_rename(3) β rename file in zip archive
- zip_file_replace(3) β add file to zip archive or replace file in zip archive
- zip_file_set_comment(3) β set comment for file in zip
- zip_file_set_dostime(3) β set last modification time (mtime) for file in zip
- zip_file_set_encryption(3) β set encryption method for file in zip
- zip_file_set_external_attributes(3) β set external attributes for file in zip
- zip_file_set_mtime(3) β set last modification time (mtime) for file in zip
- zip_file_strerror(3) β get string representation for a zip error
- zip_fopen(3) β open file in zip archive for reading
- zip_fopen_encrypted(3) β open encrypted file in zip archive for reading
- zip_fopen_index(3) β open file in zip archive for reading
- zip_fopen_index_encrypted(3) β open encrypted file in zip archive for reading
- zip_fread(3) β read from file
- zip_fseek(3) β seek in file
- zip_ftell(3) β tell position in file
- zip_get_archive_comment(3) β get zip archive comment
- zip_get_archive_flag(3) β get status flags for zip
- zip_get_error(3) β get zip error for archive
- zip_get_file_comment(3) β get comment for file in zip (obsolete interface)
- zip_get_name(3) β get name of file by index
- zip_get_num_entries(3) β get number of entries in archive
- zip_get_num_files(3) β get number of files in archive (obsolete interface)
- zip_libzip_version(3) β return run-time version of library
- zip_name_locate(3) β get index of file by name
- zip_open(3) β open zip archive
- zip_open_from_source(3) β open zip archive
- zip_register_cancel_callback_with_state(3) β allow cancelling during zip_close
- zip_register_progress_callback(3) β provide updates during zip_close (obsolete interface)
- zip_register_progress_callback_with_state(3) β provide updates during zip_close
- zip_rename(3) β rename file in zip archive (obsolete interface)
- zip_replace(3) β add file to zip archive or replace file in zip archive (obsolete interface)
- zip_set_archive_comment(3) β set zip archive comment
- zip_set_archive_flag(3) β set zip archive flag
- zip_set_default_password(3) β set default password for encrypted files in zip
- zip_set_file_comment(3) β set comment for file in zip (obsolete interface)
- zip_set_file_compression(3) β set compression method for file in zip
- zip_source_begin_write(3) β prepare zip source for writing
- zip_source_begin_write_cloning(3) β prepare zip source for writing
- zip_source_buffer(3) β create zip data source from buffer
- zip_source_buffer_create(3) β create zip data source from buffer
- zip_source_buffer_fragment(3) β create zip data source from multiple buffer
- zip_source_buffer_fragment_create(3) β create zip data source from multiple buffer
- zip_source_close(3) β close zip_source (which was open for reading)
- zip_source_commit_write(3) β finalize changes to zip source
- zip_source_error(3) β get zip error for data source
- zip_source_file(3) β create data source from a file
- zip_source_file_create(3) β create data source from a file
- zip_source_filep(3) β create data source from FILE *
- zip_source_filep_create(3) β create data source from FILE *
- zip_source_free(3) β free zip data source
- zip_source_function(3) β create data source from function
- zip_source_function_create(3) β create data source from function
- zip_source_is_deleted(3) β check if zip_source is deleted
- zip_source_is_seekable(3) β check if a source supports seeking
- zip_source_keep(3) β increment reference count of zip data source
- zip_source_layered(3) β create layered data source from function
- zip_source_layered_create(3) β create layered data source from function
- zip_source_make_command_bitmap(3) β create bitmap of supported source operations
- zip_source_open(3) β open zip_source for reading
- zip_source_read(3) β read data from zip source
- zip_source_rollback_write(3) β undo changes to zip source
- zip_source_seek(3) β set read offset in zip source
- zip_source_seek_compute_offset(3) β validate arguments and compute offset
- zip_source_seek_write(3) β set write offset in zip source
- zip_source_stat(3) β get information about zip_source
- zip_source_tell(3) β report current read offset in zip source
- zip_source_tell_write(3) β report current write offset in zip source
- zip_source_win32a(3) β create data source from a Windows ANSI file name
- zip_source_win32a_create(3) β create data source from a Windows ANSI file name
- zip_source_win32handle(3) β create data source from a Windows file handle
- zip_source_win32handle_create(3) β create data source from a Windows file handle
- zip_source_win32w(3) β create data source from a Windows Unicode file name
- zip_source_win32w_create(3) β create data source from a Windows Unicode file name
- zip_source_window_create(3) β create zip data source overlay
- zip_source_write(3) β write data to zip source
- zip_source_zip(3) β create data source from zip file (obsolete interface)
- zip_source_zip_create(3) β create data source from zip file (obsolete interface)
- zip_source_zip_file(3) β create data source from zip file
- zip_source_zip_file_create(3) β create data source from zip file
- zip_stat(3) β get information about file
- zip_stat_index(3) β get information about file
- zip_stat_init(3) β initialize zip_stat structure
- zip_strerror(3) β get string representation for a zip error
- zip_unchange(3) β undo changes to file in zip archive
- zip_unchange_all(3) β undo all changes in a zip archive
- zip_unchange_archive(3) β undo global changes to zip archive
