Searched refs:their_props (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.h197 const apr_hash_t *their_props,
352 apr_hash_t **their_props,
H A Dprops.c752 apr_hash_t *their_props;
768 &their_props,
797 their_value = their_props ? svn_hash_gets(their_props, propname)
1237 apr_hash_t *their_props;
1247 their_props = apr_hash_copy(scratch_pool, server_baseprops);
1281 svn_hash_sets(their_props, propname, to_val);
1344 their_props,
750 apr_hash_t *their_props; local
1235 apr_hash_t *their_props; local
H A Dconflicts.c423 const apr_hash_t *their_props,
452 if (their_props)
454 SVN_ERR(svn_skel__unparse_proplist(&props, their_props, result_pool));
458 svn_skel__prepend_str("", prop_conflict, result_pool); /* No their_props */
861 apr_hash_t **their_props,
937 if (their_props)
940 *their_props = apr_hash_make(result_pool);
942 SVN_ERR(svn_skel__parse_proplist(their_props, c, result_pool));
1927 apr_hash_t *their_props;
1937 &their_props,
416 svn_wc__conflict_skel_add_prop_conflict(svn_skel_t *conflict_skel, svn_wc__db_t *db, const char *wri_abspath, const char *marker_abspath, const apr_hash_t *mine_props, const apr_hash_t *their_old_props, const apr_hash_t *their_props, const apr_hash_t *conflicted_prop_names, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
857 svn_wc__conflict_read_prop_conflict(const char **marker_abspath, apr_hash_t **mine_props, apr_hash_t **their_old_props, apr_hash_t **their_props, apr_hash_t **conflicted_prop_names, svn_wc__db_t *db, const char *wri_abspath, const svn_skel_t *conflict_skel, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
1926 apr_hash_t *their_props; local
2118 apr_hash_t *their_props; local
2442 apr_hash_t *their_props; local
[all...]

Completed in 150 milliseconds