Home
last modified time | relevance | path

Searched refs:fetch_props_func (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/svnrdump/
H A Ddump_editor.c88 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
182 shim_callbacks->fetch_props_func = fetch_props_func; in svn_rdump__get_dump_editor()
H A Dload_editor.c1010 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
1056 callbacks->fetch_props_func = fetch_props_func; in get_shim_callbacks()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_delta_private.h81 svn_delta_fetch_props_func_t fetch_props_func,
97 svn_delta_fetch_props_func_t fetch_props_func,
H A Dsvn_editor.h106 svn_delta_fetch_props_func_t fetch_props_func; member
/freebsd-13.1/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c135 svn_delta_fetch_props_func_t fetch_props_func; member
261 SVN_ERR(eb->fetch_props_func(&change->props, in apply_propedit()
269 SVN_ERR(eb->fetch_props_func(&change->props, in apply_propedit()
974 svn_delta_fetch_props_func_t fetch_props_func, in svn_delta__delta_from_editor() argument
1017 eb->fetch_props_func = fetch_props_func; in svn_delta__delta_from_editor()
1049 svn_delta_fetch_props_func_t fetch_props_func; member
1899 svn_delta_fetch_props_func_t fetch_props_func, in svn_delta__editor_from_delta() argument
1938 eb->fetch_props_func = fetch_props_func; in svn_delta__editor_from_delta()
2012 SVN_ERR_ASSERT(shim_callbacks->fetch_props_func != NULL); in svn_editor__insert_shims()
2022 shim_callbacks->fetch_props_func, in svn_editor__insert_shims()
[all …]
/freebsd-13.1/contrib/subversion/subversion/libsvn_client/
H A Dutil.c357 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
465 callbacks->fetch_props_func = fetch_props_func; in svn_client__get_shim_callbacks()
H A Drepos_diff.c1263 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
1397 shim_callbacks->fetch_props_func = fetch_props_func; in svn_client__get_diff_editor2()
H A Dexport.c871 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
1139 fetch_props_func, eb, in get_editor_ev2()
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Dcommit.c905 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
1066 shim_callbacks->fetch_props_func = fetch_props_func; in svn_repos_get_commit_editor5()
H A Dreplay.c819 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
1034 fetch_props_func, root, in svn_repos_replay2()
H A Ddump.c1790 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
1946 shim_callbacks->fetch_props_func = fetch_props_func; in get_dump_editor()
/freebsd-13.1/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c1160 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
1237 callbacks->fetch_props_func = fetch_props_func; in get_shim_callbacks()
/freebsd-13.1/contrib/subversion/subversion/svnserve/
H A Dserve.c4100 fetch_props_func(apr_hash_t **props, in fetch_props_func() function
4423 callbacks->fetch_props_func = fetch_props_func; in construct_server_baton()
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c2584 shim_callbacks->fetch_props_func = svn_wc__fetch_props_func; in svn_wc__get_status_editor()
H A Ddiff_editor.c2470 shim_callbacks->fetch_props_func = svn_wc__fetch_props_func; in svn_wc__get_diff_editor()
H A Dupdate_editor.c5147 shim_callbacks->fetch_props_func = svn_wc__fetch_props_func; in make_editor()