Home
last modified time | relevance | path

Searched refs:progress_baton (Results 1 – 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/serf/buckets/
Dsocket_buckets.c36 void *progress_baton; member
59 ctx->progress_func(ctx->progress_baton, *len, 0); in socket_reader()
79 ctx->progress_baton = NULL; in serf_bucket_socket_create()
86 void *progress_baton) in serf_bucket_socket_set_read_progress_cb() argument
91 ctx->progress_baton = progress_baton; in serf_bucket_socket_set_read_progress_cb()
/freebsd-12-stable/contrib/serf/
Dcontext.c36 void *progress_baton, in serf__context_progress_delta() argument
40 serf_context_t *ctx = progress_baton; in serf__context_progress_delta()
46 ctx->progress_func(ctx->progress_baton, in serf__context_progress_delta()
320 void *progress_baton) in serf_context_set_progress_cb() argument
323 ctx->progress_baton = progress_baton; in serf_context_set_progress_cb()
Dserf_private.h151 void *progress_baton; member
427 void serf__context_progress_delta(void *progress_baton, apr_off_t read,
Dserf.h231 void *progress_baton,
242 void *progress_baton);
Dserf_bucket_types.h287 void *progress_baton);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dstats.c199 void *progress_baton; member
822 query->progress_func(base, query->progress_baton, scratch_pool); in read_phys_pack_file()
873 query->progress_func(revision, query->progress_baton, scratch_pool); in read_phys_revision_file()
875 query->progress_func(revision, query->progress_baton, scratch_pool); in read_phys_revision_file()
1154 query->progress_func(base, query->progress_baton, scratch_pool); in read_log_pack_file()
1178 query->progress_func(revision, query->progress_baton, scratch_pool); in read_log_revision_file()
1180 query->progress_func(revision, query->progress_baton, scratch_pool); in read_log_revision_file()
1343 void *progress_baton, in create_query() argument
1372 (*query)->progress_baton = progress_baton; in create_query()
1383 void *progress_baton, in svn_fs_fs__get_stats() argument
[all …]
Dfs_fs.h316 void *progress_baton,
373 void *progress_baton,
Dfs.c276 input->progress_baton, in fs_ioctl()
323 input->progress_baton, in fs_ioctl()
Dfs_fs.c2449 void *progress_baton, in svn_fs_fs__build_rep_cache() argument
2499 progress_func(rev, progress_baton, iterpool); in svn_fs_fs__build_rep_cache()
/freebsd-12-stable/contrib/subversion/subversion/include/private/
Dsvn_fs_fs_private.h315 void *progress_baton; member
361 void *progress_baton; member
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
Dserf.c451 svn_ra_serf__progress(void *progress_baton, apr_off_t bytes_read, in svn_ra_serf__progress() argument
454 const svn_ra_serf__session_t *serf_sess = progress_baton; in svn_ra_serf__progress()
458 serf_sess->progress_baton, in svn_ra_serf__progress()
509 serf_sess->progress_baton = callbacks->progress_baton; in svn_ra_serf__open()
Dra_serf.h168 void *progress_baton; member
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
Dra.c315 public_ctx->progress_baton, pool); in progress_func()
352 cbtable->progress_baton = cb; in svn_client__open_ra_session_internal()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
Ddeprecated.c208 callbacks2->progress_baton = NULL; in svn_ra_open()
Dwrapper_template.h91 callbacks2->progress_baton = NULL; in compat_open()
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
Dsvnbench.c984 ctx->progress_baton = &ra_progress_baton; in sub_main()
/freebsd-12-stable/contrib/subversion/subversion/include/
Dsvn_ra.h579 void *progress_baton; member
Dsvn_client.h1024 void *progress_baton; member
/freebsd-12-stable/contrib/subversion/subversion/svnadmin/
Dsvnadmin.c2963 input.progress_baton = NULL; in build_rep_cache()
2968 input.progress_baton = NULL; in build_rep_cache()
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
Dmarshal.c406 -1, cb->progress_baton, subpool); in writebuf_output()
520 -1, cb->progress_baton, pool); in readbuf_input()