Home
last modified time | relevance | path

Searched refs:svn_wc_prop_list2 (Results 1 – 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
HDcat.c105 SVN_ERR(svn_wc_prop_list2(&props, wc_ctx, local_abspath, scratch_pool, in svn_client__get_normalized_stream()
229 SVN_ERR(svn_wc_prop_list2(returned_props, ctx->wc_ctx, local_abspath, in svn_client_cat3()
HDdiff_local.c67 err = svn_wc_prop_list2(props, wc_ctx, local_abspath, result_pool, in get_props()
HDconflicts.c6931 SVN_ERR(svn_wc_prop_list2(&working_props, ctx->wc_ctx, local_abspath, in resolve_merge_incoming_added_file_text_update()
7203 SVN_ERR(svn_wc_prop_list2(&working_props, ctx->wc_ctx, local_abspath, in resolve_merge_incoming_added_file_replace_and_merge()
7603 SVN_ERR(svn_wc_prop_list2(&working_props, ctx->wc_ctx, local_abspath, in merge_added_files()
8614 err = svn_wc_prop_list2(&victim_props, ctx->wc_ctx, merge_source_abspath, in resolve_incoming_move_file_text_merge()
8620 err = svn_wc_prop_list2(&move_target_props, ctx->wc_ctx, in resolve_incoming_move_file_text_merge()
8924 err = svn_wc_prop_list2(&incoming_props, ctx->wc_ctx, in resolve_both_moved_file_text_merge()
8931 err = svn_wc_prop_list2(&local_props, ctx->wc_ctx, in resolve_both_moved_file_text_merge()
11221 err = svn_wc_prop_list2(&incoming_props, ctx->wc_ctx, in resolve_both_moved_file_update_keep_local_move()
11228 err = svn_wc_prop_list2(&local_props, ctx->wc_ctx, in resolve_both_moved_file_update_keep_local_move()
11432 err = svn_wc_prop_list2(&incoming_props, ctx->wc_ctx, in resolve_both_moved_file_update_keep_incoming_move()
[all …]
HDprop_commands.c1466 err = svn_wc_prop_list2(&props, ctx->wc_ctx, local_abspath, in get_local_props()
HDexport.c337 SVN_ERR(svn_wc_prop_list2(&props, wc_ctx, local_abspath, scratch_pool, in export_node()
HDshelf2.c836 SVN_ERR(svn_wc_prop_list2(work_props, ctx->wc_ctx, from_wc_abspath, in read_props_from_wc()
HDpatch.c383 SVN_ERR(svn_wc_prop_list2(&props, wc_ctx, local_abspath, in obtain_eol_and_keywords_for_file()
HDmerge.c2371 SVN_ERR(svn_wc_prop_list2(&working_props, wc_ctx, mine_abspath, in files_same_p()
3250 SVN_ERR(svn_wc_prop_list2(&working_props, in merge_dir_deleted()
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
HDprops.c1403 svn_wc_prop_list2(apr_hash_t **props, in svn_wc_prop_list2() function
HDdeprecated.c2566 err = svn_wc_prop_list2(props, wc_ctx, local_abspath, pool, pool); in svn_wc_prop_list()
/freebsd-13-stable/contrib/subversion/subversion/include/
HDsvn_wc.h6164 svn_wc_prop_list2(apr_hash_t **props,