Home
last modified time | relevance | path

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

/trueos/contrib/serf/buckets/
HDsocket_buckets.c30 serf_progress_t progress_func; member
53 if (ctx->progress_func && *len) in socket_reader()
54 ctx->progress_func(ctx->progress_baton, *len, 0); in socket_reader()
73 ctx->progress_func = NULL; in serf_bucket_socket_create()
80 const serf_progress_t progress_func, in serf_bucket_socket_set_read_progress_cb() argument
85 ctx->progress_func = progress_func; in serf_bucket_socket_set_read_progress_cb()
/trueos/contrib/serf/
HDcontext.c40 if (ctx->progress_func) in serf__context_progress_delta()
41 ctx->progress_func(ctx->progress_baton, in serf__context_progress_delta()
314 const serf_progress_t progress_func, in serf_context_set_progress_cb() argument
317 ctx->progress_func = progress_func; in serf_context_set_progress_cb()
HDserf_private.h145 serf_progress_t progress_func; member
HDserf_bucket_types.h281 const serf_progress_t progress_func,
HDserf.h236 const serf_progress_t progress_func,
/trueos/contrib/libarchive/libarchive/
HDarchive_read_extract.c129 void (*progress_func)(void *), void *user_data) in archive_read_extract_set_progress_callback()
134 extract->extract_progress = progress_func; in archive_read_extract_set_progress_callback()
/trueos/contrib/libarchive/tar/
HDread.c113 progress_func(void *cookie) in progress_func() function
215 archive_read_extract_set_progress_callback(a, progress_func, in read_archive()
/trueos/contrib/subversion/subversion/libsvn_ra_serf/
HDserf.c415 if (serf_sess->progress_func) in svn_ra_serf__progress()
417 serf_sess->progress_func(read + written, -1, in svn_ra_serf__progress()
458 serf_sess->progress_func = callbacks->progress_func; in svn_ra_serf__open()
HDra_serf.h159 svn_ra_progress_notify_func_t progress_func; member
/trueos/contrib/subversion/subversion/libsvn_client/
HDra.c323 cbtable->progress_func = ctx->progress_func; in svn_client__open_ra_session_internal()
/trueos/contrib/subversion/subversion/libsvn_ra/
HDdeprecated.c194 callbacks2->progress_func = NULL; in svn_ra_open()
HDwrapper_template.h90 callbacks2->progress_func = NULL; in compat_open()
/trueos/contrib/subversion/subversion/libsvn_ra_svn/
HDmarshal.c239 if (cb && cb->progress_func) in writebuf_output()
240 (cb->progress_func)(session->bytes_written + session->bytes_read, in writebuf_output()
353 if (cb && cb->progress_func) in readbuf_input()
354 (cb->progress_func)(session->bytes_read + session->bytes_written, in readbuf_input()
/trueos/contrib/subversion/subversion/include/
HDsvn_ra.h515 svn_ra_progress_notify_func_t progress_func; member
HDsvn_client.h976 svn_ra_progress_notify_func_t progress_func; member