Searched refs:progress_func (Results 1 - 23 of 23) sorted by relevance

/freebsd-12-stable/contrib/serf/buckets/
H A Dsocket_buckets.c35 serf_progress_t progress_func; member in struct:__anon6950
58 if (ctx->progress_func && *len)
59 ctx->progress_func(ctx->progress_baton, *len, 0);
78 ctx->progress_func = NULL;
85 const serf_progress_t progress_func,
90 ctx->progress_func = progress_func;
83 serf_bucket_socket_set_read_progress_cb( serf_bucket_t *bucket, const serf_progress_t progress_func, void *progress_baton) argument
/freebsd-12-stable/contrib/serf/
H A Dcontext.c45 if (ctx->progress_func)
46 ctx->progress_func(ctx->progress_baton,
319 const serf_progress_t progress_func,
322 ctx->progress_func = progress_func;
317 serf_context_set_progress_cb( serf_context_t *ctx, const serf_progress_t progress_func, void *progress_baton) argument
H A Dserf_private.h150 serf_progress_t progress_func; member in struct:serf_context_t
H A Dserf_bucket_types.h277 * Call @a progress_func every time bytes are read from the socket, pass
281 * @a serf_context_progress_delta for progress_func and the serf_context for
286 const serf_progress_t progress_func,
H A Dserf.h236 * Sets the progress callback function. @a progress_func will be called every
241 const serf_progress_t progress_func,
/freebsd-12-stable/contrib/libarchive/libarchive/
H A Darchive_read_extract2.c115 void (*progress_func)(void *), void *user_data)
120 extract->extract_progress = progress_func;
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_fs_fs_private.h315 svn_fs_progress_notify_func_t progress_func;
361 svn_fs_progress_notify_func_t progress_func;
314 svn_fs_progress_notify_func_t progress_func; member in struct:svn_fs_fs__ioctl_get_stats_input_t
360 svn_fs_progress_notify_func_t progress_func; member in struct:svn_fs_fs__ioctl_build_rep_cache_input_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dstats.c196 svn_fs_progress_notify_func_t progress_func; member in struct:query_t
821 if (query->progress_func)
822 query->progress_func(base, query->progress_baton, scratch_pool);
870 if (query->progress_func)
873 query->progress_func(revision, query->progress_baton, scratch_pool);
875 query->progress_func(revision, query->progress_baton, scratch_pool);
1153 if (query->progress_func)
1154 query->progress_func(base, query->progress_baton, scratch_pool);
1175 if (query->progress_func)
1178 query->progress_func(revisio
1339 create_query(query_t **query, svn_fs_t *fs, svn_fs_fs__stats_t *stats, svn_fs_progress_notify_func_t progress_func, void *progress_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1380 svn_fs_fs__get_stats(svn_fs_fs__stats_t **stats, svn_fs_t *fs, svn_fs_progress_notify_func_t progress_func, void *progress_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dfs_fs.h315 svn_fs_progress_notify_func_t progress_func,
372 svn_fs_progress_notify_func_t progress_func,
H A Dfs.c278 input->progress_func,
325 input->progress_func,
H A Dfs_fs.c2452 svn_fs_progress_notify_func_t progress_func,
2502 if (progress_func)
2503 progress_func(rev, progress_baton, iterpool);
2445 svn_fs_fs__build_rep_cache(svn_fs_t *fs, svn_revnum_t start_rev, svn_revnum_t end_rev, svn_fs_progress_notify_func_t progress_func, void *progress_baton, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/libarchive/tar/
H A Dread.c121 progress_func(void *cookie) function
233 archive_read_extract_set_progress_callback(a, progress_func,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dra.c299 progress_func(apr_off_t progress,
312 if (public_ctx->progress_func)
317 public_ctx->progress_func(private_ctx->total_progress, -1,
354 cbtable->progress_func = progress_func;
296 progress_func(apr_off_t progress, function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c457 if (serf_sess->progress_func)
459 serf_sess->progress_func(bytes_read + bytes_written, -1,
510 serf_sess->progress_func = callbacks->progress_func;
668 /* progress_func */
H A Dra_serf.h170 svn_ra_progress_notify_func_t progress_func;
167 svn_ra_progress_notify_func_t progress_func; member in struct:svn_ra_serf__session_t
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c208 callbacks2->progress_func = NULL;
H A Dwrapper_template.h90 callbacks2->progress_func = NULL;
/freebsd-12-stable/contrib/subversion/subversion/svnbench/
H A Dsvnbench.c987 ctx->progress_func = ra_progress_func;
/freebsd-12-stable/contrib/subversion/subversion/svnfsfs/
H A Dstats-cmd.c510 input.progress_func = print_progress;
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c405 if (cb && cb->progress_func)
406 (cb->progress_func)(session->bytes_written + session->bytes_read,
519 if (cb && cb->progress_func)
520 (cb->progress_func)(session->bytes_read + session->bytes_written,
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_ra.h578 svn_ra_progress_notify_func_t progress_func;
580 /** Notification callback baton, used with progress_func. */
576 svn_ra_progress_notify_func_t progress_func; member in struct:svn_ra_callbacks2_t
H A Dsvn_client.h1021 svn_ra_progress_notify_func_t progress_func;
1023 /** Callback baton for progress_func.
1020 svn_ra_progress_notify_func_t progress_func; member in struct:svn_client_ctx_t
/freebsd-12-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2964 input.progress_func = NULL;
2969 input.progress_func = build_rep_cache_progress_func;

Completed in 406 milliseconds