Searched refs:patch_file (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_diff/ |
| H A D | parse-diff.c | 1920 svn_diff_open_patch_file(svn_patch_file_t **patch_file, in svn_diff_open_patch_file() argument 1931 *patch_file = p; in svn_diff_open_patch_file() 2157 svn_patch_file_t *patch_file, in svn_diff_parse_next_patch() argument 2170 if (apr_file_eof(patch_file->apr_file) == APR_EOF) in svn_diff_parse_next_patch() 2183 pos = patch_file->next_patch_offset; in svn_diff_parse_next_patch() 2203 SVN_ERR(svn_io_file_get_offset(&pos, patch_file->apr_file, in svn_diff_parse_next_patch() 2311 SVN_ERR(parse_hunks(patch, patch_file->apr_file, ignore_whitespace, in svn_diff_parse_next_patch() 2317 SVN_ERR(svn_io_file_get_offset(&patch_file->next_patch_offset, in svn_diff_parse_next_patch() 2318 patch_file->apr_file, scratch_pool)); in svn_diff_parse_next_patch() 2334 svn_diff_close_patch_file(svn_patch_file_t *patch_file, in svn_diff_close_patch_file() argument [all …]
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | shelve.c | 424 svn_patch_file_t *patch_file; in svn_client_shelf_get_paths() local 432 SVN_ERR(svn_diff_open_patch_file(&patch_file, patch_abspath, result_pool)); in svn_client_shelf_get_paths() 439 SVN_ERR(svn_diff_parse_next_patch(&patch, patch_file, in svn_client_shelf_get_paths() 449 SVN_ERR(svn_diff_close_patch_file(patch_file, iterpool)); in svn_client_shelf_get_paths()
|
| H A D | patch.c | 3634 svn_patch_file_t *patch_file; in apply_patches() local 3638 SVN_ERR(svn_diff_open_patch_file(&patch_file, patch_abspath, scratch_pool)); in apply_patches() 3651 SVN_ERR(svn_diff_parse_next_patch(&patch, patch_file, in apply_patches() 3718 SVN_ERR(svn_diff_close_patch_file(patch_file, iterpool)); in apply_patches()
|
| /freebsd-12.1/contrib/subversion/subversion/include/ |
| H A D | svn_diff.h | 1341 svn_diff_open_patch_file(svn_patch_file_t **patch_file, 1357 svn_patch_file_t *patch_file, 1370 svn_diff_close_patch_file(svn_patch_file_t *patch_file,
|