Home
last modified time | relevance | path

Searched refs:progress_func (Results 1 – 18 of 18) sorted by relevance

/freebsd-12.1/contrib/serf/buckets/
H A Dsocket_buckets.c35 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-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c196 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 …]
/freebsd-12.1/contrib/serf/
H A Dcontext.c45 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 Dserf_private.h150 serf_progress_t progress_func; member
H A Dserf_bucket_types.h286 const serf_progress_t progress_func,
H A Dserf.h241 const serf_progress_t progress_func,
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_extract2.c115 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-12.1/contrib/subversion/subversion/libsvn_client/
H A Dra.c296 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-12.1/contrib/libarchive/tar/
H A Dread.c121 progress_func(void *cookie) in progress_func() function
233 archive_read_extract_set_progress_callback(a, progress_func, in read_archive()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c455 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()
505 serf_sess->progress_func = callbacks->progress_func; in svn_ra_serf__open()
H A Dra_serf.h167 svn_ra_progress_notify_func_t progress_func; member
/freebsd-12.1/contrib/subversion/subversion/include/private/
H A Dsvn_fs_fs_private.h267 svn_fs_progress_notify_func_t progress_func,
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c194 callbacks2->progress_func = NULL; in svn_ra_open()
H A Dwrapper_template.h90 callbacks2->progress_func = NULL; in compat_open()
/freebsd-12.1/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c977 ctx->progress_func = ra_progress_func; in sub_main()
/freebsd-12.1/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c404 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-12.1/contrib/subversion/subversion/include/
H A Dsvn_ra.h576 svn_ra_progress_notify_func_t progress_func; member
H A Dsvn_client.h982 svn_ra_progress_notify_func_t progress_func; member