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

/freebsd-10.0-release/contrib/serf/buckets/
H A Dsocket_buckets.c30 serf_progress_t progress_func; member in struct:__anon4154
53 if (ctx->progress_func)
54 ctx->progress_func(ctx->progress_baton, *len, 0);
73 ctx->progress_func = NULL;
80 const serf_progress_t progress_func,
85 ctx->progress_func = progress_func;
78 serf_bucket_socket_set_read_progress_cb( serf_bucket_t *bucket, const serf_progress_t progress_func, void *progress_baton) argument
/freebsd-10.0-release/contrib/serf/
H A Dcontext.c40 if (ctx->progress_func)
41 ctx->progress_func(ctx->progress_baton,
308 const serf_progress_t progress_func,
311 ctx->progress_func = progress_func;
306 serf_context_set_progress_cb( serf_context_t *ctx, const serf_progress_t progress_func, void *progress_baton) argument
H A Dserf_private.h141 serf_progress_t progress_func; member in struct:serf_context_t
H A Dserf_bucket_types.h272 * Call @a progress_func every time bytes are read from the socket, pass
276 * @a serf_context_progress_delta for progress_func and the serf_context for
281 const serf_progress_t progress_func,
H A Dserf.h231 * Sets the progress callback function. @a progress_func will be called every
236 const serf_progress_t progress_func,
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_extract.c129 void (*progress_func)(void *), void *user_data)
134 extract->extract_progress = progress_func;
/freebsd-10.0-release/contrib/libarchive/tar/
H A Dread.c113 progress_func(void *cookie) function
215 archive_read_extract_set_progress_callback(a, progress_func,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dserf.c410 if (serf_sess->progress_func)
412 serf_sess->progress_func(read + written, -1,
441 serf_sess->progress_func = callbacks->progress_func;
H A Dra_serf.h169 svn_ra_progress_notify_func_t progress_func;
166 svn_ra_progress_notify_func_t progress_func; member in struct:svn_ra_serf__session_t
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra/
H A Ddeprecated.c195 callbacks2->progress_func = NULL;
H A Dwrapper_template.h90 callbacks2->progress_func = NULL;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dra.c326 cbtable->progress_func = ctx->progress_func;
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_ra_svn/
H A Dmarshal.c240 if (cb && cb->progress_func)
241 (cb->progress_func)(session->bytes_written + session->bytes_read,
354 if (cb && cb->progress_func)
355 (cb->progress_func)(session->bytes_read + session->bytes_written,
/freebsd-10.0-release/contrib/subversion/subversion/include/
H A Dsvn_ra.h517 svn_ra_progress_notify_func_t progress_func;
519 /** Notification callback baton, used with progress_func. */
515 svn_ra_progress_notify_func_t progress_func; member in struct:svn_ra_callbacks2_t
H A Dsvn_client.h969 svn_ra_progress_notify_func_t progress_func;
971 /** Callback baton for progress_func.
968 svn_ra_progress_notify_func_t progress_func; member in struct:svn_client_ctx_t

Completed in 288 milliseconds