Searched refs:baseprops (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_wc/ |
| HD | props.c | 163 apr_hash_t *baseprops, in svn_wc_merge_props3() argument 272 baseprops /* server_baseprops */, in svn_wc_merge_props3() 2355 apr_hash_t *baseprops; in svn_wc__internal_propdiff() local 2361 SVN_ERR(svn_wc__db_read_pristine_props(&baseprops, db, local_abspath, in svn_wc__internal_propdiff() 2365 *original_props = baseprops; in svn_wc__internal_propdiff() 2373 if (baseprops == NULL) in svn_wc__internal_propdiff() 2374 baseprops = apr_hash_make(scratch_pool); in svn_wc__internal_propdiff() 2382 SVN_ERR(svn_prop_diffs(propchanges, actual_props, baseprops, in svn_wc__internal_propdiff()
|
| HD | deprecated.c | 2577 apr_hash_t *baseprops, in svn_wc_merge_props2() argument 2609 baseprops, in svn_wc_merge_props2() 2635 apr_hash_t *baseprops, in svn_wc_merge_props() argument 2641 return svn_wc_merge_props2(state, path, adm_access, baseprops, propchanges, in svn_wc_merge_props()
|
| /NextBSD/contrib/subversion/subversion/include/ |
| HD | svn_wc.h | 7137 apr_hash_t *baseprops, 7171 apr_hash_t *baseprops, 7192 apr_hash_t *baseprops,
|