Home
last modified time | relevance | path

Searched refs:progfunc (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dverify.c43 wimlib_progress_func_t progfunc; member
63 int ret = call_progress(ctx->progfunc, in verify_continue_blob()
125 ret = call_progress(wim->progfunc, WIMLIB_PROGRESS_MSG_BEGIN_VERIFY_IMAGE, in wimlib_verify_wim()
139 ret = call_progress(wim->progfunc, WIMLIB_PROGRESS_MSG_END_VERIFY_IMAGE, in wimlib_verify_wim()
161 ctx.progfunc = wim->progfunc; in wimlib_verify_wim()
166 ret = call_progress(ctx.progfunc, WIMLIB_PROGRESS_MSG_VERIFY_STREAMS, in wimlib_verify_wim()
H A Dsplit.c99 wimlib_progress_func_t progfunc; in write_split_wim() local
109 ret = call_progress(orig_wim->progfunc, in write_split_wim()
121 progfunc = orig_wim->progfunc; in write_split_wim()
122 orig_wim->progfunc = NULL; in write_split_wim()
132 orig_wim->progfunc = progfunc; in write_split_wim()
138 ret = call_progress(orig_wim->progfunc, in write_split_wim()
H A Dintegrity.c179 wimlib_progress_func_t progfunc, in calculate_integrity_table() argument
225 ret = call_progress(progfunc, WIMLIB_PROGRESS_MSG_CALC_INTEGRITY, in calculate_integrity_table()
254 ret = call_progress(progfunc, WIMLIB_PROGRESS_MSG_CALC_INTEGRITY, in calculate_integrity_table()
310 &new_table, wim->progfunc, wim->progctx); in write_integrity_table()
358 wimlib_progress_func_t progfunc, void *progctx) in verify_integrity() argument
372 ret = call_progress(progfunc, WIMLIB_PROGRESS_MSG_VERIFY_INTEGRITY, in verify_integrity()
396 ret = call_progress(progfunc, WIMLIB_PROGRESS_MSG_VERIFY_INTEGRITY, in verify_integrity()
449 bytes_to_check, wim->progfunc, wim->progctx); in check_wim_integrity()
H A Dupdate_image.c486 wimlib_progress_func_t progfunc, void *progctx) in handle_conflict() argument
524 progfunc, progctx); in handle_conflict()
555 ret = call_progress(progfunc, in handle_conflict()
573 int add_flags, wimlib_progress_func_t progfunc, void *progctx) in do_attach_branch() argument
658 progfunc, progctx); in do_attach_branch()
680 wimlib_progress_func_t progfunc, void *progctx) in attach_branch() argument
826 params.progfunc = wim->progfunc; in execute_add_command()
858 add_flags, params.progfunc, params.progctx); in execute_add_command()
866 params.progfunc = NULL; in execute_add_command()
1137 ret = call_progress(wim->progfunc, in execute_update_commands()
[all …]
H A Dprogress.c29 report_error(wimlib_progress_func_t progfunc, in report_error() argument
47 ret = call_progress(progfunc, WIMLIB_PROGRESS_MSG_HANDLE_ERROR, in report_error()
H A Dwim.c610 wimlib_progress_func_t progfunc, in wimlib_register_progress_function() argument
613 wim->progfunc = progfunc; in wimlib_register_progress_function()
778 wimlib_progress_func_t progfunc, void *progctx) in open_wim_as_WIMStruct() argument
791 wim->progfunc = progfunc; in open_wim_as_WIMStruct()
808 wimlib_progress_func_t progfunc, void *progctx) in wimlib_open_wim_with_progress() argument
819 progfunc, progctx); in wimlib_open_wim_with_progress()
H A Djoin.c83 wimlib_progress_func_t progfunc, in wimlib_join_with_progress() argument
101 progfunc, in wimlib_join_with_progress()
H A Dmount_image.c2278 wimlib_progress_func_t progfunc; member
2293 call_progress(args->progfunc, report.msg, in commit_progress_thread_proc()
2388 wimlib_progress_func_t progfunc, void *progctx) in do_unmount_commit() argument
2401 if (progfunc) { in do_unmount_commit()
2410 args.progfunc = progfunc; in do_unmount_commit()
2426 if (progfunc) { in do_unmount_commit()
2433 if (progfunc) { in do_unmount_commit()
2442 wimlib_progress_func_t progfunc, void *progctx) in begin_unmount() argument
2455 if (!progfunc) in begin_unmount()
2503 progfunc, progctx); in wimlib_unmount_image_with_progress()
[all …]
H A Dwrite.c296 wimlib_progress_func_t progfunc; member
324 ret = call_progress(progress_data->progfunc, in do_write_blobs_progress()
635 wimlib_progress_func_t progfunc, void *progctx) in do_done_with_blob() argument
658 ret = done_with_file(path, progfunc, progctx); in do_done_with_blob()
673 return do_done_with_blob(blob, ctx->progress_data.progfunc, in done_with_blob()
1474 wimlib_progress_func_t progfunc, in write_blob_list() argument
1536 ctx.progress_data.progfunc = progfunc; in write_blob_list()
1576 ret = call_progress(ctx.progress_data.progfunc, in write_blob_list()
1687 wim->progfunc, in write_file_data_blobs()
2154 ret = call_progress(wim->progfunc, in write_metadata_resources()
[all …]
H A Dscan.c102 ret = call_progress(params->progfunc, WIMLIB_PROGRESS_MSG_SCAN_DENTRY, in do_scan_progress()
313 ret = call_progress(params->progfunc, WIMLIB_PROGRESS_MSG_TEST_FILE_EXCLUSION, in try_exclude()
H A Dreference.c151 info->dest_wim->progfunc, in reference_resource_path()
H A Dextract.c1476 if (ctx->wim->progfunc) { in extract_trees()
1477 ctx->progfunc = ctx->wim->progfunc; in extract_trees()
1950 wimlib_progress_func_t progfunc, in wimlib_extract_image_from_pipe_with_progress() argument
1967 progfunc, progctx); in wimlib_extract_image_from_pipe_with_progress()
H A Dwin32_apply.c659 return call_progress(ctx->common.progfunc, in set_backed_from_wim()
/dports/sysutils/wimlib/wimlib-1.13.0/include/wimlib/
H A Dprogress.h11 call_progress(wimlib_progress_func_t progfunc, in call_progress() argument
16 if (progfunc) { in call_progress()
19 status = (*progfunc)(msg, info, progctx); in call_progress()
34 report_error(wimlib_progress_func_t progfunc,
H A Dapply.h57 wimlib_progress_func_t progfunc; member
89 return call_progress(ctx->progfunc, msg, &ctx->progress, ctx->progctx); in extract_progress()
135 return report_error(ctx->progfunc, ctx->progctx, error_code, path); in report_apply_error()
H A Dwim.h154 wimlib_progress_func_t progfunc; member
226 wimlib_progress_func_t progfunc, void *progctx);
H A Dscan.h54 wimlib_progress_func_t progfunc; member
133 return report_error(params->progfunc, params->progctx, error_code, in report_scan_error()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_www.c80 int (*progfunc)(); /* progress indicator function */ member
159 u->progfunc = NULL; in urlinfo_init()
207 u->progfunc = show_progress; in urlinfo_set_show_progress()
218 ret = u->progfunc(dlnow, dltotal, SP_TOTAL); in progress_func()
219 } else if (u->progfunc != NULL && dltotal > 1024) { in progress_func()
220 u->progfunc(dlnow, dltotal, SP_LOAD_INIT); in progress_func()
229 if (u->progfunc != NULL && u->pstarted) { in stop_progress_bar()
230 u->progfunc(0, 1024, SP_FINISH); in stop_progress_bar()
551 if (u->progfunc != NULL) { in curl_get()
573 if (u->progfunc != NULL) { in curl_get()
/dports/sysutils/wimlib/wimlib-1.13.0/include/
H A Dwimlib.h3044 wimlib_progress_func_t progfunc,
3528 wimlib_progress_func_t progfunc,
3703 wimlib_progress_func_t progfunc,
3955 wimlib_progress_func_t progfunc,
4403 wimlib_progress_func_t progfunc,
/dports/www/mnogosearch/mnogosearch-3.4.1/src/
H A DMakefile.in134 prog.lo progc.lo progfunc.lo value-env.lo value-result.lo \
/dports/security/py-gpgme/gpgme-1.15.1/doc/
H A Dgpgme.texi2967 …set_progress_cb (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_progress_cb_t @var{progfunc}}, @w{void *@var{…
2970 available. The function @var{progfunc} needs to implemented by the
2979 calling @code{gpgme_set_progress_cb} with @var{progfunc} being
2983 …et_progress_cb (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_progress_cb_t *@var{progfunc}}, @w{void **@var…
2985 used to inform the user about the progress made in @var{*progfunc},
2990 @var{progfunc} or @var{hook_value} can be @code{NULL}. In this case,
/dports/security/gpgme-qt5/gpgme-1.15.1/doc/
H A Dgpgme.texi2967 …set_progress_cb (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_progress_cb_t @var{progfunc}}, @w{void *@var{…
2970 available. The function @var{progfunc} needs to implemented by the
2979 calling @code{gpgme_set_progress_cb} with @var{progfunc} being
2983 …et_progress_cb (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_progress_cb_t *@var{progfunc}}, @w{void **@var…
2985 used to inform the user about the progress made in @var{*progfunc},
2990 @var{progfunc} or @var{hook_value} can be @code{NULL}. In this case,
/dports/security/gpgme-cpp/gpgme-1.15.1/doc/
H A Dgpgme.texi2967 …set_progress_cb (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_progress_cb_t @var{progfunc}}, @w{void *@var{…
2970 available. The function @var{progfunc} needs to implemented by the
2979 calling @code{gpgme_set_progress_cb} with @var{progfunc} being
2983 …et_progress_cb (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_progress_cb_t *@var{progfunc}}, @w{void **@var…
2985 used to inform the user about the progress made in @var{*progfunc},
2990 @var{progfunc} or @var{hook_value} can be @code{NULL}. In this case,
/dports/security/gpgme/gpgme-1.15.1/doc/
H A Dgpgme.texi2967 …set_progress_cb (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_progress_cb_t @var{progfunc}}, @w{void *@var{…
2970 available. The function @var{progfunc} needs to implemented by the
2979 calling @code{gpgme_set_progress_cb} with @var{progfunc} being
2983 …et_progress_cb (@w{gpgme_ctx_t @var{ctx}}, @w{gpgme_progress_cb_t *@var{progfunc}}, @w{void **@var…
2985 used to inform the user about the progress made in @var{*progfunc},
2990 @var{progfunc} or @var{hook_value} can be @code{NULL}. In this case,