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

/freebsd-10.3-release/contrib/subversion/subversion/libsvn_client/
H A Dmerge.c7978 apr_hash_t *operative_children;
8077 || !svn_hash_gets(log_baton->operative_children,
8080 svn_hash_sets(log_baton->operative_children,
8114 get_operative_immediate_children(apr_hash_t **operative_children,
8131 *operative_children = apr_hash_make(result_pool);
8139 log_baton.operative_children = *operative_children;
7969 apr_hash_t *operative_children; member in struct:log_find_operative_subtree_baton_t
8105 get_operative_immediate_children(apr_hash_t **operative_children, const char *merge_source_fspath, svn_revnum_t oldest_rev, svn_revnum_t youngest_rev, const char *merge_target_abspath, svn_depth_t depth, svn_wc_context_t *wc_ctx, svn_ra_session_t *ra_session, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument

Completed in 122 milliseconds