Searched refs:working_props (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db_update_move.c2482 apr_hash_t *orig_props, *working_props; local
2493 SVN_ERR(get_working_info(&working_props, &working_checksum,
2544 working_checksum, working_props,
2551 orig_kind, working_props,
2560 SVN_ERR(props_match(&props_equal, orig_props, working_props,
2580 working_props,
2588 orig_props, working_props,
2973 apr_hash_t *working_props,
3019 apr_hash_t *working_props,
3066 apr_hash_t *working_props,
2967 tc_editor_update_add_new_file(added_node_baton_t *nb, svn_node_kind_t base_kind, const svn_checksum_t *base_checksum, apr_hash_t *base_props, svn_node_kind_t working_kind, const svn_checksum_t *working_checksum, apr_hash_t *working_props, apr_pool_t *scratch_pool) argument
3016 tc_editor_update_add_new_directory(added_node_baton_t *nb, svn_node_kind_t base_kind, apr_hash_t *base_props, apr_hash_t *working_props, apr_pool_t *scratch_pool) argument
3062 update_incoming_add_merge_props(svn_wc_notify_state_t *prop_state, svn_skel_t **conflict_skel, const char *local_relpath, apr_hash_t *base_props, apr_hash_t *working_props, svn_wc__db_t *db, svn_wc__db_wcroot_t *wcroot, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3103 tc_editor_update_add_merge_files(added_node_baton_t *nb, const svn_checksum_t *working_checksum, const svn_checksum_t *base_checksum, apr_hash_t *working_props, apr_hash_t *base_props, apr_pool_t *scratch_pool) argument
3249 tc_editor_update_add_merge_dirprops(added_node_baton_t *nb, apr_hash_t *working_props, apr_hash_t *base_props, apr_pool_t *scratch_pool) argument
3333 apr_hash_t *base_props, *working_props; local
[all...]
H A Dupgrade.c671 apr_hash_t *working_props,
684 /* ### working_props: use set_props_txn.
685 ### if working_props == NULL, then skip. what if they equal the
800 if (working_props != NULL
805 SVN_ERR(svn_prop_diffs(&diffs, working_props, base_props, scratch_pool));
808 working_props = NULL; /* No differences */
811 if (working_props != NULL)
816 SVN_ERR(svn_sqlite__bind_properties(stmt, 3, working_props,
831 SVN_ERR(svn_sqlite__bind_properties(stmt, 4, working_props,
860 apr_hash_t *working_props; local
666 upgrade_apply_props(svn_sqlite__db_t *sdb, const char *dir_abspath, const char *local_relpath, apr_hash_t *base_props, apr_hash_t *revert_props, apr_hash_t *working_props, int original_format, apr_int64_t wc_id, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c6900 apr_hash_t *working_props;
6923 working_props = apr_hash_make(scratch_pool);
6933 SVN_ERR(svn_wc_prop_list2(&working_props, ctx->wc_ctx, local_abspath,
6935 filter_props(working_props, scratch_pool);
6949 SVN_ERR(svn_prop_diffs(&propdiffs, working_props,
7177 apr_hash_t *working_props;
7205 SVN_ERR(svn_wc_prop_list2(&working_props, ctx->wc_ctx, local_abspath,
7289 working_props, scratch_pool);
7596 apr_hash_t *working_props;
7605 SVN_ERR(svn_wc_prop_list2(&working_props, ct
6898 apr_hash_t *working_props; local
7175 apr_hash_t *working_props; local
7594 apr_hash_t *working_props; local
[all...]
H A Dmerge.c2373 apr_hash_t *working_props;
2375 SVN_ERR(svn_wc_prop_list2(&working_props, wc_ctx, mine_abspath,
2379 SVN_ERR(properties_same_p(same, original_props, working_props,
2385 svn_string_t *special = svn_hash_gets(working_props, SVN_PROP_SPECIAL);
2386 svn_string_t *eol_style = svn_hash_gets(working_props, SVN_PROP_EOL_STYLE);
2387 svn_string_t *keywords = svn_hash_gets(working_props, SVN_PROP_KEYWORDS);
3229 apr_hash_t *working_props;
3254 SVN_ERR(svn_wc_prop_list2(&working_props,
3269 SVN_ERR(properties_same_p(&same, left_props, working_props,
3366 if (working_props
2369 apr_hash_t *working_props; local
3225 apr_hash_t *working_props; local
[all...]

Completed in 298 milliseconds