deimos.zip

Undocumented in source.

Public Imports

core.stdc.time
public import core.stdc.time;
Undocumented in source.
core.stdc.stdio
public import core.stdc.stdio;
Undocumented in source.

Members

Aliases

zip_buffer_fragment_t
alias zip_buffer_fragment_t = zip_buffer_fragment
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_cancel_callback
alias zip_cancel_callback = int function(zip_t*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_t
alias zip_error_t = zip_error
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_attributes_t
alias zip_file_attributes_t = zip_file_attributes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_t
alias zip_file_t = zip_file
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_flags_t
alias zip_flags_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_progress_callback
alias zip_progress_callback = void function(zip_t*, double, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_args_seek_t
alias zip_source_args_seek_t = zip_source_args_seek
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_callback
alias zip_source_callback = long function(void*, void*, ulong, zip_source_cmd_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_cmd_t
alias zip_source_cmd_t = zip_source_cmd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_t
alias zip_source_t = zip_source
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_t
alias zip_t = zip
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

zip_source_cmd
enum zip_source_cmd
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

ZIP_SOURCE_CHECK_SUPPORTED
auto ZIP_SOURCE_CHECK_SUPPORTED(T0 supported, T1 cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
ZIP_SOURCE_MAKE_COMMAND_BITMASK
auto ZIP_SOURCE_MAKE_COMMAND_BITMASK(T cmd)
Undocumented in source. Be warned that the author may not have intended to support it.
zip_close
int zip_close(zip_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_compression_method_supported
int zip_compression_method_supported(int method, int compress)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_delete
int zip_delete(zip_t* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_dir_add
long zip_dir_add(zip_t* , char* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_discard
void zip_discard(zip_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_encryption_method_supported
int zip_encryption_method_supported(ushort method, int encode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_clear
void zip_error_clear(zip_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_code_system
int zip_error_code_system(zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_code_zip
int zip_error_code_zip(zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_fini
void zip_error_fini(zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_init
void zip_error_init(zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_init_with_code
void zip_error_init_with_code(zip_error_t* , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_set
void zip_error_set(zip_error_t* , int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_strerror
const(char*) zip_error_strerror(zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_system_type
int zip_error_system_type(zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error_to_data
long zip_error_to_data(zip_error_t* , void* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_fclose
int zip_fclose(zip_file_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_fdopen
zip_t* zip_fdopen(int , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_add
long zip_file_add(zip_t* , char* , zip_source_t* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_attributes_init
void zip_file_attributes_init(zip_file_attributes_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_error_clear
void zip_file_error_clear(zip_file_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_extra_field_delete
int zip_file_extra_field_delete(zip_t* , ulong , ushort , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_extra_field_delete_by_id
int zip_file_extra_field_delete_by_id(zip_t* , ulong , ushort , ushort , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_extra_field_get
const(ubyte*) zip_file_extra_field_get(zip_t* , ulong , ushort , ushort* , ushort* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_extra_field_get_by_id
const(ubyte*) zip_file_extra_field_get_by_id(zip_t* , ulong , ushort , ushort , ushort* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_extra_field_set
int zip_file_extra_field_set(zip_t* , ulong , ushort , ushort , ubyte* , ushort , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_extra_fields_count
short zip_file_extra_fields_count(zip_t* , ulong , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_extra_fields_count_by_id
short zip_file_extra_fields_count_by_id(zip_t* , ulong , ushort , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_get_comment
const(char*) zip_file_get_comment(zip_t* , ulong , uint* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_get_error
zip_error_t* zip_file_get_error(zip_file_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_get_external_attributes
int zip_file_get_external_attributes(zip_t* , ulong , zip_flags_t , ubyte* , uint* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_is_seekable
int zip_file_is_seekable(zip_file_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_rename
int zip_file_rename(zip_t* , ulong , char* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_replace
int zip_file_replace(zip_t* , ulong , zip_source_t* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_set_comment
int zip_file_set_comment(zip_t* , ulong , char* , ushort , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_set_dostime
int zip_file_set_dostime(zip_t* , ulong , ushort , ushort , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_set_encryption
int zip_file_set_encryption(zip_t* , ulong , ushort , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_set_external_attributes
int zip_file_set_external_attributes(zip_t* , ulong , zip_flags_t , ubyte , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_set_mtime
int zip_file_set_mtime(zip_t* , ulong , time_t , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_strerror
const(char*) zip_file_strerror(zip_file_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_fopen
zip_file_t* zip_fopen(zip_t* , char* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_fopen_encrypted
zip_file_t* zip_fopen_encrypted(zip_t* , char* , zip_flags_t , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_fopen_index
zip_file_t* zip_fopen_index(zip_t* , ulong , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_fopen_index_encrypted
zip_file_t* zip_fopen_index_encrypted(zip_t* , ulong , zip_flags_t , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_fread
long zip_fread(zip_file_t* , void* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_fseek
byte zip_fseek(zip_file_t* , long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_ftell
long zip_ftell(zip_file_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_get_archive_comment
const(char*) zip_get_archive_comment(zip_t* , int* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_get_archive_flag
int zip_get_archive_flag(zip_t* , zip_flags_t , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_get_error
zip_error_t* zip_get_error(zip_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_get_name
const(char*) zip_get_name(zip_t* , ulong , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_get_num_entries
long zip_get_num_entries(zip_t* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_libzip_version
const(char*) zip_libzip_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_name_locate
long zip_name_locate(zip_t* , char* , zip_flags_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_open
zip_t* zip_open(char* , int , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_open_from_source
zip_t* zip_open_from_source(zip_source_t* , int , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_register_cancel_callback_with_state
int zip_register_cancel_callback_with_state(zip_t* , zip_cancel_callback , void function(void*) , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_register_progress_callback_with_state
int zip_register_progress_callback_with_state(zip_t* , double , zip_progress_callback , void function(void*) , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_set_archive_comment
int zip_set_archive_comment(zip_t* , char* , ushort )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_set_archive_flag
int zip_set_archive_flag(zip_t* , zip_flags_t , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_set_default_password
int zip_set_default_password(zip_t* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_set_file_compression
int zip_set_file_compression(zip_t* , ulong , int , uint )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_begin_write
int zip_source_begin_write(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_begin_write_cloning
int zip_source_begin_write_cloning(zip_source_t* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_buffer
zip_source_t* zip_source_buffer(zip_t* , void* , ulong , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_buffer_create
zip_source_t* zip_source_buffer_create(void* , ulong , int , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_buffer_fragment
zip_source_t* zip_source_buffer_fragment(zip_t* , zip_buffer_fragment_t* , ulong , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_buffer_fragment_create
zip_source_t* zip_source_buffer_fragment_create(zip_buffer_fragment_t* , ulong , int , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_close
int zip_source_close(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_commit_write
int zip_source_commit_write(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_error
zip_error_t* zip_source_error(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_file
zip_source_t* zip_source_file(zip_t* , char* , ulong , long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_file_create
zip_source_t* zip_source_file_create(char* , ulong , long , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_filep
zip_source_t* zip_source_filep(zip_t* , FILE* , ulong , long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_filep_create
zip_source_t* zip_source_filep_create(FILE* , ulong , long , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_free
void zip_source_free(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_function
zip_source_t* zip_source_function(zip_t* , zip_source_callback , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_function_create
zip_source_t* zip_source_function_create(zip_source_callback , void* , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_get_file_attributes
int zip_source_get_file_attributes(zip_source_t* , zip_file_attributes_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_is_deleted
int zip_source_is_deleted(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_keep
void zip_source_keep(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_make_command_bitmap
long zip_source_make_command_bitmap(zip_source_cmd_t , ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_open
int zip_source_open(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_read
long zip_source_read(zip_source_t* , void* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_rollback_write
void zip_source_rollback_write(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_seek
int zip_source_seek(zip_source_t* , long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_seek_compute_offset
long zip_source_seek_compute_offset(ulong , ulong , void* , ulong , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_seek_write
int zip_source_seek_write(zip_source_t* , long , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_stat
int zip_source_stat(zip_source_t* , zip_stat_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_tell
long zip_source_tell(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_tell_write
long zip_source_tell_write(zip_source_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_win32a
zip_source_t* zip_source_win32a(zip_t* , char* , ulong , long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_win32a_create
zip_source_t* zip_source_win32a_create(char* , ulong , long , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_win32handle
zip_source_t* zip_source_win32handle(zip_t* , void* , ulong , long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_win32handle_create
zip_source_t* zip_source_win32handle_create(void* , ulong , long , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_win32w
zip_source_t* zip_source_win32w(zip_t* , wchar_t* , ulong , long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_win32w_create
zip_source_t* zip_source_win32w_create(wchar_t* , ulong , long , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_window_create
zip_source_t* zip_source_window_create(zip_source_t* , ulong , long , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_write
long zip_source_write(zip_source_t* , void* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_zip
zip_source_t* zip_source_zip(zip_t* , zip_t* , ulong , zip_flags_t , ulong , long )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_zip_create
zip_source_t* zip_source_zip_create(zip_t* , ulong , zip_flags_t , ulong , long , zip_error_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_stat
int zip_stat(zip_t* , char* , zip_flags_t , zip_stat_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_stat_index
int zip_stat_index(zip_t* , ulong , zip_flags_t , zip_stat_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_stat_init
void zip_stat_init(zip_stat_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_strerror
const(char*) zip_strerror(zip_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_unchange
int zip_unchange(zip_t* , ulong )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_unchange_all
int zip_unchange_all(zip_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_unchange_archive
int zip_unchange_archive(zip_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

ZIP_AFL_RDONLY
enum ZIP_AFL_RDONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CHECKCONS
enum ZIP_CHECKCONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_BZIP2
enum ZIP_CM_BZIP2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_DEFAULT
enum ZIP_CM_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_DEFLATE
enum ZIP_CM_DEFLATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_DEFLATE64
enum ZIP_CM_DEFLATE64;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_IMPLODE
enum ZIP_CM_IMPLODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_JPEG
enum ZIP_CM_JPEG;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_LZ77
enum ZIP_CM_LZ77;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_LZMA
enum ZIP_CM_LZMA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_LZMA2
enum ZIP_CM_LZMA2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_PKWARE_IMPLODE
enum ZIP_CM_PKWARE_IMPLODE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_PPMD
enum ZIP_CM_PPMD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_REDUCE_1
enum ZIP_CM_REDUCE_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_REDUCE_2
enum ZIP_CM_REDUCE_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_REDUCE_3
enum ZIP_CM_REDUCE_3;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_REDUCE_4
enum ZIP_CM_REDUCE_4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_SHRINK
enum ZIP_CM_SHRINK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_STORE
enum ZIP_CM_STORE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_TERSE
enum ZIP_CM_TERSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_WAVPACK
enum ZIP_CM_WAVPACK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_XZ
enum ZIP_CM_XZ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CM_ZSTD
enum ZIP_CM_ZSTD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_CREATE
enum ZIP_CREATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EM_AES_128
enum ZIP_EM_AES_128;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EM_AES_192
enum ZIP_EM_AES_192;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EM_AES_256
enum ZIP_EM_AES_256;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EM_NONE
enum ZIP_EM_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EM_TRAD_PKWARE
enum ZIP_EM_TRAD_PKWARE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EM_UNKNOWN
enum ZIP_EM_UNKNOWN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_CANCELLED
enum ZIP_ER_CANCELLED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_CHANGED
enum ZIP_ER_CHANGED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_CLOSE
enum ZIP_ER_CLOSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_COMPNOTSUPP
enum ZIP_ER_COMPNOTSUPP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_COMPRESSED_DATA
enum ZIP_ER_COMPRESSED_DATA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_CRC
enum ZIP_ER_CRC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_DELETED
enum ZIP_ER_DELETED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_ENCRNOTSUPP
enum ZIP_ER_ENCRNOTSUPP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_EOF
enum ZIP_ER_EOF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_EXISTS
enum ZIP_ER_EXISTS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_INCONS
enum ZIP_ER_INCONS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_INTERNAL
enum ZIP_ER_INTERNAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_INUSE
enum ZIP_ER_INUSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_INVAL
enum ZIP_ER_INVAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_MEMORY
enum ZIP_ER_MEMORY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_MULTIDISK
enum ZIP_ER_MULTIDISK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_NOENT
enum ZIP_ER_NOENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_NOPASSWD
enum ZIP_ER_NOPASSWD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_NOZIP
enum ZIP_ER_NOZIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_OK
enum ZIP_ER_OK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_OPEN
enum ZIP_ER_OPEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_OPNOTSUPP
enum ZIP_ER_OPNOTSUPP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_RDONLY
enum ZIP_ER_RDONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_READ
enum ZIP_ER_READ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_REMOVE
enum ZIP_ER_REMOVE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_RENAME
enum ZIP_ER_RENAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_SEEK
enum ZIP_ER_SEEK;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_TELL
enum ZIP_ER_TELL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_TMPOPEN
enum ZIP_ER_TMPOPEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_WRITE
enum ZIP_ER_WRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_WRONGPASSWD
enum ZIP_ER_WRONGPASSWD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_ZIPCLOSED
enum ZIP_ER_ZIPCLOSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ER_ZLIB
enum ZIP_ER_ZLIB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ET_LIBZIP
enum ZIP_ET_LIBZIP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ET_NONE
enum ZIP_ET_NONE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ET_SYS
enum ZIP_ET_SYS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_ET_ZLIB
enum ZIP_ET_ZLIB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EXCL
enum ZIP_EXCL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EXTRA_FIELD_ALL
enum ZIP_EXTRA_FIELD_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_EXTRA_FIELD_NEW
enum ZIP_EXTRA_FIELD_NEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FILE_ATTRIBUTES_ASCII
enum ZIP_FILE_ATTRIBUTES_ASCII;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES
enum ZIP_FILE_ATTRIBUTES_EXTERNAL_FILE_ATTRIBUTES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS
enum ZIP_FILE_ATTRIBUTES_GENERAL_PURPOSE_BIT_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FILE_ATTRIBUTES_HOST_SYSTEM
enum ZIP_FILE_ATTRIBUTES_HOST_SYSTEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FILE_ATTRIBUTES_VERSION_NEEDED
enum ZIP_FILE_ATTRIBUTES_VERSION_NEEDED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_CENTRAL
enum ZIP_FL_CENTRAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_COMPRESSED
enum ZIP_FL_COMPRESSED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_ENCRYPTED
enum ZIP_FL_ENCRYPTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_ENC_CP437
enum ZIP_FL_ENC_CP437;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_ENC_GUESS
enum ZIP_FL_ENC_GUESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_ENC_RAW
enum ZIP_FL_ENC_RAW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_ENC_STRICT
enum ZIP_FL_ENC_STRICT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_ENC_UTF_8
enum ZIP_FL_ENC_UTF_8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_LOCAL
enum ZIP_FL_LOCAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_NOCASE
enum ZIP_FL_NOCASE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_NODIR
enum ZIP_FL_NODIR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_OVERWRITE
enum ZIP_FL_OVERWRITE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_RECOMPRESS
enum ZIP_FL_RECOMPRESS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_FL_UNCHANGED
enum ZIP_FL_UNCHANGED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_ACORN_RISC
enum ZIP_OPSYS_ACORN_RISC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_ALTERNATE_MVS
enum ZIP_OPSYS_ALTERNATE_MVS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_AMIGA
enum ZIP_OPSYS_AMIGA;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_ATARI_ST
enum ZIP_OPSYS_ATARI_ST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_BEOS
enum ZIP_OPSYS_BEOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_CPM
enum ZIP_OPSYS_CPM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_DEFAULT
enum ZIP_OPSYS_DEFAULT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_DOS
enum ZIP_OPSYS_DOS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_MACINTOSH
enum ZIP_OPSYS_MACINTOSH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_MVS
enum ZIP_OPSYS_MVS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_OPENVMS
enum ZIP_OPSYS_OPENVMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_OS_2
enum ZIP_OPSYS_OS_2;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_OS_400
enum ZIP_OPSYS_OS_400;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_OS_X
enum ZIP_OPSYS_OS_X;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_TANDEM
enum ZIP_OPSYS_TANDEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_UNIX
enum ZIP_OPSYS_UNIX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_VFAT
enum ZIP_OPSYS_VFAT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_VM_CMS
enum ZIP_OPSYS_VM_CMS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_VSE
enum ZIP_OPSYS_VSE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_WINDOWS_NTFS
enum ZIP_OPSYS_WINDOWS_NTFS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_OPSYS_Z_SYSTEM
enum ZIP_OPSYS_Z_SYSTEM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_RDONLY
enum ZIP_RDONLY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_SOURCE_SUPPORTS_READABLE
enum ZIP_SOURCE_SUPPORTS_READABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_SOURCE_SUPPORTS_SEEKABLE
enum ZIP_SOURCE_SUPPORTS_SEEKABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_SOURCE_SUPPORTS_WRITABLE
enum ZIP_SOURCE_SUPPORTS_WRITABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_COMP_METHOD
enum ZIP_STAT_COMP_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_COMP_SIZE
enum ZIP_STAT_COMP_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_CRC
enum ZIP_STAT_CRC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_ENCRYPTION_METHOD
enum ZIP_STAT_ENCRYPTION_METHOD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_FLAGS
enum ZIP_STAT_FLAGS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_INDEX
enum ZIP_STAT_INDEX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_MTIME
enum ZIP_STAT_MTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_NAME
enum ZIP_STAT_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_STAT_SIZE
enum ZIP_STAT_SIZE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ZIP_TRUNCATE
enum ZIP_TRUNCATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

zip
struct zip
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_buffer_fragment
struct zip_buffer_fragment
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_error
struct zip_error
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file
struct zip_file
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_file_attributes
struct zip_file_attributes
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source
struct zip_source
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_source_args_seek
struct zip_source_args_seek
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
zip_stat_t
struct zip_stat_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta