Home
last modified time | relevance | path

Searched refs:svn_diff_open_patch_file (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dshelve.c432 SVN_ERR(svn_diff_open_patch_file(&patch_file, patch_abspath, result_pool)); in svn_client_shelf_get_paths()
H A Dpatch.c3638 SVN_ERR(svn_diff_open_patch_file(&patch_file, patch_abspath, scratch_pool)); in apply_patches()
/freebsd-12.1/contrib/subversion/subversion/include/
H A Dsvn_diff.h1341 svn_diff_open_patch_file(svn_patch_file_t **patch_file,
/freebsd-12.1/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c1920 svn_diff_open_patch_file(svn_patch_file_t **patch_file, in svn_diff_open_patch_file() function