38 #define _ZIP_COMPILING_DEPRECATED
75 if (progress ==
NULL) {
90 if (progress ==
NULL) {
152 if (progress ==
NULL) {
173 if (progress ==
NULL) {
187 if (progress ==
NULL) {
212 if (callback !=
NULL) {
239 if (callback !=
NULL) {
static static sync static getppid static getegid const char static filename char static len const char char static bufsiz static mask static vfork const void static prot static getpgrp const char static swapflags static arg static fd static protocol static who struct sockaddr static addrlen static backlog struct timeval struct timezone static tz const struct iovec static count static mode const void const struct sockaddr static tolen const char static pathname void static offset struct stat static buf void long static basep static whence static length const void static len static semflg const void static shmflg const struct timespec struct timespec static rem const char static group const void start
RZ_API void Ht_() free(HtName_(Ht) *ht)
ZIP_EXTERN void zip_error_set(zip_error_t *_Nullable, int, int)
void(* zip_progress_callback)(zip_t *_Nonnull, double, void *_Nullable)
void(* zip_progress_callback_t)(double)
int(* zip_cancel_callback)(zip_t *_Nonnull, void *_Nullable)
void * malloc(size_t size)
zip_progress_callback_t callback
void(* ud_cancel_free)(void *)
void(* ud_progress_free)(void *)
zip_progress_callback callback_progress
zip_cancel_callback callback_cancel
zip_progress_t * progress
if(dbg->bits==RZ_SYS_BITS_64)
static void _zip_progress_set_cancel_callback(zip_progress_t *progress, zip_cancel_callback callback, void(*ud_free)(void *), void *ud)
int _zip_progress_subrange(zip_progress_t *progress, double start, double end)
static zip_progress_t * _zip_progress_new(zip_t *za)
static void _zip_progress_set_progress_callback(zip_progress_t *progress, double precision, zip_progress_callback callback, void(*ud_free)(void *), void *ud)
void _zip_progress_end(zip_progress_t *progress)
ZIP_EXTERN void zip_register_progress_callback(zip_t *za, zip_progress_callback_t progress_callback)
int _zip_progress_start(zip_progress_t *progress)
ZIP_EXTERN int zip_register_cancel_callback_with_state(zip_t *za, zip_cancel_callback callback, void(*ud_free)(void *), void *ud)
ZIP_EXTERN int zip_register_progress_callback_with_state(zip_t *za, double precision, zip_progress_callback callback, void(*ud_free)(void *), void *ud)
static void _zip_progress_free_progress_callback(zip_progress_t *progress)
static void _zip_progress_free_cancel_callback(zip_progress_t *progress)
static void _zip_legacy_progress_callback(zip_t *za, double progress, void *vud)
void _zip_progress_free(zip_progress_t *progress)
int _zip_progress_update(zip_progress_t *progress, double sub_current)