| /freebsd-13.1/contrib/serf/buckets/ |
| H A D | socket_buckets.c | 35 serf_progress_t progress_func; member 58 if (ctx->progress_func && *len) in socket_reader() 59 ctx->progress_func(ctx->progress_baton, *len, 0); in socket_reader() 78 ctx->progress_func = NULL; in serf_bucket_socket_create() 85 const serf_progress_t progress_func, in serf_bucket_socket_set_read_progress_cb() argument 90 ctx->progress_func = progress_func; in serf_bucket_socket_set_read_progress_cb()
|
| /freebsd-13.1/contrib/serf/ |
| H A D | context.c | 45 if (ctx->progress_func) in serf__context_progress_delta() 46 ctx->progress_func(ctx->progress_baton, in serf__context_progress_delta() 319 const serf_progress_t progress_func, in serf_context_set_progress_cb() argument 322 ctx->progress_func = progress_func; in serf_context_set_progress_cb()
|
| H A D | serf_private.h | 150 serf_progress_t progress_func; member
|
| H A D | serf.h | 241 const serf_progress_t progress_func,
|
| H A D | serf_bucket_types.h | 286 const serf_progress_t progress_func,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | stats.c | 196 svn_fs_progress_notify_func_t progress_func; member 821 if (query->progress_func) in read_phys_pack_file() 822 query->progress_func(base, query->progress_baton, scratch_pool); in read_phys_pack_file() 870 if (query->progress_func) in read_phys_revision_file() 1153 if (query->progress_func) in read_log_pack_file() 1154 query->progress_func(base, query->progress_baton, scratch_pool); in read_log_pack_file() 1175 if (query->progress_func) in read_log_revision_file() 1342 svn_fs_progress_notify_func_t progress_func, in create_query() argument 1371 (*query)->progress_func = progress_func; in create_query() 1382 svn_fs_progress_notify_func_t progress_func, in svn_fs_fs__get_stats() argument [all …]
|
| H A D | fs_fs.h | 315 svn_fs_progress_notify_func_t progress_func, 372 svn_fs_progress_notify_func_t progress_func,
|
| H A D | fs.c | 275 input->progress_func, in fs_ioctl() 322 input->progress_func, in fs_ioctl()
|
| H A D | fs_fs.c | 2448 svn_fs_progress_notify_func_t progress_func, in svn_fs_fs__build_rep_cache() argument 2498 if (progress_func) in svn_fs_fs__build_rep_cache() 2499 progress_func(rev, progress_baton, iterpool); in svn_fs_fs__build_rep_cache()
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_extract2.c | 115 void (*progress_func)(void *), void *user_data) in archive_read_extract_set_progress_callback() 120 extract->extract_progress = progress_func; in archive_read_extract_set_progress_callback()
|
| /freebsd-13.1/contrib/subversion/subversion/include/private/ |
| H A D | svn_fs_fs_private.h | 314 svn_fs_progress_notify_func_t progress_func; member 360 svn_fs_progress_notify_func_t progress_func; member
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | ra.c | 296 progress_func(apr_off_t progress, in progress_func() function 309 if (public_ctx->progress_func) in progress_func() 314 public_ctx->progress_func(private_ctx->total_progress, -1, in progress_func() 351 cbtable->progress_func = progress_func; in svn_client__open_ra_session_internal()
|
| /freebsd-13.1/contrib/libarchive/tar/ |
| H A D | read.c | 121 progress_func(void *cookie) in progress_func() function 233 archive_read_extract_set_progress_callback(a, progress_func, in read_archive()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | serf.c | 455 if (serf_sess->progress_func) in svn_ra_serf__progress() 457 serf_sess->progress_func(bytes_read + bytes_written, -1, in svn_ra_serf__progress() 508 serf_sess->progress_func = callbacks->progress_func; in svn_ra_serf__open()
|
| H A D | ra_serf.h | 167 svn_ra_progress_notify_func_t progress_func; member
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra/ |
| H A D | deprecated.c | 207 callbacks2->progress_func = NULL; in svn_ra_open()
|
| H A D | wrapper_template.h | 90 callbacks2->progress_func = NULL; in compat_open()
|
| /freebsd-13.1/contrib/subversion/subversion/svnfsfs/ |
| H A D | stats-cmd.c | 510 input.progress_func = print_progress; in subcommand__stats()
|
| /freebsd-13.1/contrib/subversion/subversion/svnbench/ |
| H A D | svnbench.c | 983 ctx->progress_func = ra_progress_func; in sub_main()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_ra_svn/ |
| H A D | marshal.c | 404 if (cb && cb->progress_func) in writebuf_output() 405 (cb->progress_func)(session->bytes_written + session->bytes_read, in writebuf_output() 518 if (cb && cb->progress_func) in readbuf_input() 519 (cb->progress_func)(session->bytes_read + session->bytes_written, in readbuf_input()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_ra.h | 576 svn_ra_progress_notify_func_t progress_func; member
|
| H A D | svn_client.h | 1020 svn_ra_progress_notify_func_t progress_func; member
|
| /freebsd-13.1/contrib/subversion/subversion/svnadmin/ |
| H A D | svnadmin.c | 2962 input.progress_func = NULL; in build_rep_cache() 2967 input.progress_func = build_rep_cache_progress_func; in build_rep_cache()
|