Home
last modified time | relevance | path

Searched refs:svn_delta_get_cancellation_editor (Results 1 – 25 of 72) sorted by relevance

123

/dports/java/java-subversion/subversion-1.14.1/subversion/svnrdump/
H A Ddump_editor.c176 SVN_ERR(svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_rdump__get_dump_editor()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnrdump/
H A Ddump_editor.c176 SVN_ERR(svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_rdump__get_dump_editor()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnrdump/
H A Ddump_editor.c176 SVN_ERR(svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_rdump__get_dump_editor()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svnrdump/
H A Ddump_editor.c176 SVN_ERR(svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_rdump__get_dump_editor()
/dports/java/java-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnull-export-cmd.c258 SVN_ERR(svn_delta_get_cancellation_editor(ctx->cancel_func, in bench_null_export()
/dports/devel/py-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnull-export-cmd.c258 SVN_ERR(svn_delta_get_cancellation_editor(ctx->cancel_func, in bench_null_export()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/svnbench/
H A Dnull-export-cmd.c258 SVN_ERR(svn_delta_get_cancellation_editor(ctx->cancel_func, in bench_null_export()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/svnbench/
H A Dnull-export-cmd.c258 SVN_ERR(svn_delta_get_cancellation_editor(ctx->cancel_func, in bench_null_export()
/dports/java/java-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_delta.h1229 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func,
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/include/
H A Dsvn_delta.h1229 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func,
/dports/devel/p5-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_delta.h1229 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func,
/dports/devel/py-subversion/subversion-1.14.1/subversion/include/
H A Dsvn_delta.h1229 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func,
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Dcancel.c353 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func, in svn_delta_get_cancellation_editor() function
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Dcancel.c353 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func, in svn_delta_get_cancellation_editor() function
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_delta/
H A Dcancel.c353 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func, in svn_delta_get_cancellation_editor() function
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_delta/
H A Dcancel.c353 svn_delta_get_cancellation_editor(svn_cancel_func_t cancel_func, in svn_delta_get_cancellation_editor() function
/dports/java/java-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Ddelta.py637 def svn_delta_get_cancellation_editor(*args) -> "svn_delta_editor_t const **, void **": function
639 return _delta.svn_delta_get_cancellation_editor(*args)
/dports/devel/py-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Ddelta.py637 def svn_delta_get_cancellation_editor(*args) -> "svn_delta_editor_t const **, void **": function
639 return _delta.svn_delta_get_cancellation_editor(*args)
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/bindings/swig/python/
H A Ddelta.py637 def svn_delta_get_cancellation_editor(*args) -> "svn_delta_editor_t const **, void **": function
639 return _delta.svn_delta_get_cancellation_editor(*args)
/dports/devel/p5-subversion/subversion-1.14.1/subversion/bindings/swig/python/
H A Ddelta.py637 def svn_delta_get_cancellation_editor(*args) -> "svn_delta_editor_t const **, void **": function
639 return _delta.svn_delta_get_cancellation_editor(*args)
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Drepos_diff.c1391 SVN_ERR(svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_client__get_diff_editor2()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Drepos_diff.c1391 SVN_ERR(svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_client__get_diff_editor2()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Drepos_diff.c1391 SVN_ERR(svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_client__get_diff_editor2()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Drepos_diff.c1391 SVN_ERR(svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_client__get_diff_editor2()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_wc/
H A Dexternals.c1141 return svn_delta_get_cancellation_editor(cancel_func, cancel_baton, in svn_wc__get_file_external_editor()

123