| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_delta.h | 291 void *handler_baton, 421 void *handler_baton, 435 void *handler_baton, 451 void *handler_baton, 463 void *handler_baton, 478 void *handler_baton, 508 void **handler_baton); 529 void **handler_baton, 544 void **handler_baton, 559 void **handler_baton); [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_delta/ |
| H A D | default_editor.c | 119 void **handler_baton) in apply_textdelta() argument 122 *handler_baton = NULL; in apply_textdelta() 145 void *handler_baton; in apply_textdelta_stream() local 149 &handler_baton)); in apply_textdelta_stream() 157 handler_baton, scratch_pool)); in apply_textdelta_stream()
|
| H A D | text_delta.c | 421 void *handler_baton, in svn_txdelta_run() argument 453 SVN_ERR((*handler)(window, handler_baton)); in svn_txdelta_run() 589 tb->whb = handler_baton; in svn_txdelta_target_push() 813 void **handler_baton) in svn_txdelta_apply() argument 839 *handler_baton = ab; in svn_txdelta_apply() 849 void *handler_baton, in svn_txdelta_send_string() argument 867 SVN_ERR((*handler)(&window, handler_baton)); in svn_txdelta_send_string() 870 return (*handler)(NULL, handler_baton); in svn_txdelta_send_string() 916 SVN_ERR(handler(NULL, handler_baton)); in svn_txdelta_send_stream() 961 void *handler_baton, in svn_txdelta_send_contents() argument [all …]
|
| H A D | svndiff.c | 307 void **handler_baton, in svn_txdelta_to_svndiff3() argument 323 *handler_baton = eb; in svn_txdelta_to_svndiff3() 328 void **handler_baton, in svn_txdelta_to_svndiff2() argument 333 svn_txdelta_to_svndiff3(handler, handler_baton, output, svndiff_version, in svn_txdelta_to_svndiff2() 341 void **handler_baton) in svn_txdelta_to_svndiff() argument 343 svn_txdelta_to_svndiff3(handler, handler_baton, output, 0, in svn_txdelta_to_svndiff() 822 void *handler_baton, in svn_txdelta_parse_svndiff() argument 834 db->consumer_baton = handler_baton; in svn_txdelta_parse_svndiff() 1003 void *handler_baton; member 1041 SVN_ERR(b->handler(window, b->handler_baton)); in svndiff_stream_read_fn() [all …]
|
| H A D | depth_filter_editor.c | 311 void **handler_baton) in apply_textdelta() argument 320 *handler_baton = NULL; in apply_textdelta() 326 handler, handler_baton)); in apply_textdelta()
|
| H A D | compat.c | 79 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 831 void **handler_baton) in ev2_apply_textdelta() argument 835 struct handler_baton *hb = apr_pcalloc(handler_pool, sizeof(*hb)); in ev2_apply_textdelta() 864 *handler_baton = hb; in ev2_apply_textdelta() 1701 void *handler_baton; in apply_change() local 1707 &handler, &handler_baton)); in apply_change() 1711 SVN_ERR(svn_txdelta_send_stream(contents, handler, handler_baton, in apply_change()
|
| H A D | cancel.c | 210 void **handler_baton) in apply_textdelta() argument 221 handler_baton); in apply_textdelta()
|
| H A D | debug_editor.c | 249 void **handler_baton) in apply_textdelta() argument 262 handler_baton)); in apply_textdelta()
|
| H A D | branch_migrate.c | 203 void **handler_baton) in apply_textdelta() argument
|
| /freebsd-12.1/contrib/serf/ |
| H A D | ssltunnel.c | 43 void **handler_baton, 70 void *handler_baton, in handle_response() argument 75 req_ctx_t *ctx = handler_baton; in handle_response() 149 void **handler_baton, in setup_request() argument 162 *handler_baton = ctx; in setup_request()
|
| H A D | serf.h | 367 void *handler_baton, 515 void *handler_baton); 541 void **handler_baton, 640 const void **handler_baton);
|
| H A D | outgoing.c | 524 (*request->handler)(request, NULL, request->handler_baton, in cancel_request() 715 &request->handler_baton, in setup_request() 932 request->handler_baton, in handle_response() 949 request->handler_baton, in handle_response() 1023 authn_req, authn_req->handler_baton, in serf__provide_credentials() 1515 void *handler_baton) in serf_connection_set_async_responses() argument 1521 conn->async_handler_baton = handler_baton; in serf_connection_set_async_responses() 1677 const void **handler_baton) in serf_request_set_handler() argument 1680 request->handler_baton = handler_baton; in serf_request_set_handler()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | rev_hunt.c | 1361 void *handler_baton) in send_path_revision() argument 1443 SVN_ERR(handler(handler_baton, path_rev->path, path_rev->revnum, in send_path_revision() 1492 void *handler_baton, in get_file_revs_backwards() argument 1565 handler, handler_baton)); in get_file_revs_backwards() 1618 void *handler_baton, in svn_repos_get_file_revs2() argument 1653 handler_baton, in svn_repos_get_file_revs2() 1713 handler_baton)); in svn_repos_get_file_revs2() 1719 handler_baton)); in svn_repos_get_file_revs2() 1730 SVN_ERR(send_path_revision(main_pr, repos, &sb, handler, handler_baton)); in svn_repos_get_file_revs2() 1740 handler_baton)); in svn_repos_get_file_revs2()
|
| H A D | node_tree.c | 364 void **handler_baton) in apply_textdelta() argument 369 *handler_baton = NULL; in apply_textdelta()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra_serf/ |
| H A D | get_lock.c | 199 void *handler_baton, in handle_lock() argument 202 lock_info_t *ctx = handler_baton; in handle_lock()
|
| H A D | get_file.c | 197 void *handler_baton, in handle_stream() argument 200 stream_ctx_t *fetch_ctx = handler_baton; in handle_stream()
|
| H A D | replay.c | 204 void *handler_baton; in replay_opened() local 214 &handler, &handler_baton)); in replay_opened() 220 handler_baton, in replay_opened()
|
| /freebsd-12.1/contrib/subversion/subversion/svnbench/ |
| H A D | null-export-cmd.c | 127 void **handler_baton) in apply_textdelta() argument 129 *handler_baton = file_baton; in apply_textdelta()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | ambient_depth_filter_editor.c | 550 void **handler_baton) in apply_textdelta() argument 559 *handler_baton = NULL; in apply_textdelta() 565 handler, handler_baton); in apply_textdelta()
|
| /freebsd-12.1/contrib/subversion/subversion/svnrdump/ |
| H A D | load_editor.c | 889 void *handler_baton; in set_fulltext() local 893 pool, &handler, &handler_baton)); in set_fulltext() 894 *stream = svn_txdelta_target_push(handler, handler_baton, in set_fulltext() 901 void **handler_baton, in apply_textdelta() argument 909 pool, handler, handler_baton)); in apply_textdelta()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_ra/ |
| H A D | deprecated.c | 336 void *handler_baton, in svn_ra_get_file_revs() argument 345 handler, handler_baton, in svn_ra_get_file_revs()
|
| H A D | ra_loader.h | 263 void *handler_baton, 509 void *handler_baton,
|
| H A D | wrapper_template.h | 443 void *handler_baton, in compat_get_file_revs() argument 450 handler, handler_baton, in compat_get_file_revs()
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | export.c | 557 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()
|
| H A D | repos_diff.c | 887 void **handler_baton) in apply_textdelta() argument 898 *handler_baton = NULL; in apply_textdelta() 910 *handler_baton = NULL; in apply_textdelta() 955 *handler_baton = file_baton; in apply_textdelta()
|