Home
last modified time | relevance | path

Searched refs:server_baseprops (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDprops.h114 /*const*/ apr_hash_t *server_baseprops,
HDprops.c1225 apr_hash_t *server_baseprops, in svn_wc__merge_props() argument
1242 if (!server_baseprops) in svn_wc__merge_props()
1243 server_baseprops = pristine_props; in svn_wc__merge_props()
1245 their_props = apr_hash_copy(scratch_pool, server_baseprops); in svn_wc__merge_props()
1266 = svn_hash_gets(server_baseprops, propname); in svn_wc__merge_props()
1341 server_baseprops, in svn_wc__merge_props()