Home
last modified time | relevance | path

Searched refs:handler_baton (Results 1 – 25 of 48) sorted by relevance

12

/NextBSD/contrib/subversion/subversion/include/
HDsvn_delta.h291 void *handler_baton,
409 void *handler_baton,
423 void *handler_baton,
439 void *handler_baton,
451 void *handler_baton,
466 void *handler_baton,
496 void **handler_baton);
515 void **handler_baton,
530 void **handler_baton,
545 void **handler_baton);
[all …]
HDsvn_ra.h1814 void *handler_baton,
1831 void *handler_baton,
2434 void *handler_baton,
/NextBSD/contrib/serf/
HDssltunnel.c38 void **handler_baton,
65 void *handler_baton, in handle_response() argument
70 req_ctx_t *ctx = handler_baton; in handle_response()
144 void **handler_baton, in setup_request() argument
157 *handler_baton = ctx; in setup_request()
HDserf.h362 void *handler_baton,
510 void *handler_baton);
536 void **handler_baton,
635 const void **handler_baton);
HDoutgoing.c519 (*request->handler)(request, NULL, request->handler_baton, in cancel_request()
705 &request->handler_baton, in setup_request()
922 request->handler_baton, in handle_response()
939 request->handler_baton, in handle_response()
1013 authn_req, authn_req->handler_baton, in serf__provide_credentials()
1505 void *handler_baton) in serf_connection_set_async_responses() argument
1511 conn->async_handler_baton = handler_baton; in serf_connection_set_async_responses()
1667 const void **handler_baton) in serf_request_set_handler() argument
1670 request->handler_baton = handler_baton; in serf_request_set_handler()
/NextBSD/contrib/subversion/subversion/libsvn_delta/
HDtext_delta.c422 void *handler_baton, in svn_txdelta_run() argument
454 SVN_ERR((*handler)(window, handler_baton)); in svn_txdelta_run()
580 void *handler_baton, svn_stream_t *source, in svn_txdelta_target_push() argument
590 tb->whb = handler_baton; in svn_txdelta_target_push()
808 void **handler_baton) in svn_txdelta_apply() argument
834 *handler_baton = ab; in svn_txdelta_apply()
844 void *handler_baton, in svn_txdelta_send_string() argument
862 SVN_ERR((*handler)(&window, handler_baton)); in svn_txdelta_send_string()
865 return (*handler)(NULL, handler_baton); in svn_txdelta_send_string()
870 void *handler_baton, in svn_txdelta_send_stream() argument
[all …]
HDsvndiff.c258 void **handler_baton, in svn_txdelta_to_svndiff3() argument
275 *handler_baton = eb; in svn_txdelta_to_svndiff3()
280 void **handler_baton, in svn_txdelta_to_svndiff2() argument
285 svn_txdelta_to_svndiff3(handler, handler_baton, output, svndiff_version, in svn_txdelta_to_svndiff2()
293 void **handler_baton) in svn_txdelta_to_svndiff() argument
295 svn_txdelta_to_svndiff3(handler, handler_baton, output, 0, in svn_txdelta_to_svndiff()
756 void *handler_baton, in svn_txdelta_parse_svndiff() argument
765 db->consumer_baton = handler_baton; in svn_txdelta_parse_svndiff()
HDdefault_editor.c119 void **handler_baton) in apply_textdelta() argument
122 *handler_baton = NULL; in apply_textdelta()
HDdepth_filter_editor.c311 void **handler_baton) in apply_textdelta() argument
320 *handler_baton = NULL; in apply_textdelta()
326 handler, handler_baton)); in apply_textdelta()
HDcompat.c79 void *handler_baton, in svn_compat_wrap_file_rev_handler() argument
85 fwb->baton = handler_baton; in svn_compat_wrap_file_rev_handler()
777 struct handler_baton struct
790 struct handler_baton *hb = baton; in window_handler() argument
830 void **handler_baton) in ev2_apply_textdelta() argument
834 struct handler_baton *hb = apr_pcalloc(handler_pool, sizeof(*hb)); in ev2_apply_textdelta()
864 *handler_baton = hb; in ev2_apply_textdelta()
1703 void *handler_baton; in apply_change() local
1709 &handler, &handler_baton)); in apply_change()
1713 SVN_ERR(svn_txdelta_send_stream(contents, handler, handler_baton, in apply_change()
HDcancel.c210 void **handler_baton) in apply_textdelta() argument
221 handler_baton); in apply_textdelta()
HDdebug_editor.c249 void **handler_baton) in apply_textdelta() argument
262 handler_baton)); in apply_textdelta()
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDrev_hunt.c1342 void *handler_baton) in send_path_revision() argument
1398 SVN_ERR(handler(handler_baton, path_rev->path, path_rev->revnum, in send_path_revision()
1447 void *handler_baton, in get_file_revs_backwards() argument
1520 handler, handler_baton)); in get_file_revs_backwards()
1573 void *handler_baton, in svn_repos_get_file_revs2() argument
1604 handler_baton, in svn_repos_get_file_revs2()
1664 handler_baton)); in svn_repos_get_file_revs2()
1670 handler_baton)); in svn_repos_get_file_revs2()
1681 SVN_ERR(send_path_revision(main_pr, repos, &sb, handler, handler_baton)); in svn_repos_get_file_revs2()
1691 handler_baton)); in svn_repos_get_file_revs2()
HDnode_tree.c364 void **handler_baton) in apply_textdelta() argument
369 *handler_baton = NULL; in apply_textdelta()
/NextBSD/contrib/subversion/subversion/svnbench/
HDnull-export-cmd.c127 void **handler_baton) in apply_textdelta() argument
129 *handler_baton = file_baton; in apply_textdelta()
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDget_lock.c199 void *handler_baton, in handle_lock() argument
202 lock_info_t *ctx = handler_baton; in handle_lock()
HDget_file.c197 void *handler_baton, in handle_stream() argument
200 stream_ctx_t *fetch_ctx = handler_baton; in handle_stream()
HDreplay.c202 void *handler_baton; in replay_opened() local
212 &handler, &handler_baton)); in replay_opened()
218 handler_baton, in replay_opened()
/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDambient_depth_filter_editor.c550 void **handler_baton) in apply_textdelta() argument
559 *handler_baton = NULL; in apply_textdelta()
565 handler, handler_baton); in apply_textdelta()
/NextBSD/contrib/subversion/subversion/svnrdump/
HDload_editor.c895 void *handler_baton; in set_fulltext() local
899 pool, &handler, &handler_baton)); in set_fulltext()
900 *stream = svn_txdelta_target_push(handler, handler_baton, in set_fulltext()
907 void **handler_baton, in apply_textdelta() argument
915 pool, handler, handler_baton)); in apply_textdelta()
/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDra_loader.h252 void *handler_baton,
480 void *handler_baton,
HDwrapper_template.h443 void *handler_baton, in compat_get_file_revs() argument
450 handler, handler_baton, in compat_get_file_revs()
HDdeprecated.c336 void *handler_baton, in svn_ra_get_file_revs() argument
345 handler, handler_baton, in svn_ra_get_file_revs()
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDexport.c557 struct handler_baton struct
681 struct handler_baton *hb = baton; in window_handler()
704 void **handler_baton) in apply_textdelta() argument
707 struct handler_baton *hb = apr_palloc(pool, sizeof(*hb)); in apply_textdelta()
727 *handler_baton = hb; in apply_textdelta()
HDimport.c96 void *handler_baton; in send_file_contents() local
116 &handler, &handler_baton)); in send_file_contents()
173 handler_baton, digest, in send_file_contents()

12