Home
last modified time | relevance | path

Searched refs:node_abspath (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dlock.c663 const char *node_abspath; in do_open() local
674 node_abspath = svn_dirent_join(local_abspath, name, iterpool); in do_open()
679 node_abspath, in do_open()
H A Dcopy.c945 const char *node_abspath, in remove_node_conflict_markers() argument
960 const char *dst_dir = svn_dirent_dirname(node_abspath, scratch_pool); in remove_node_conflict_markers()
H A Ddeprecated.c131 const char *node_abspath = apr_hash_this_key(hi); in gather_traversal_info() local
136 node_abspath), in gather_traversal_info()
148 svn_hash_gets(ambient_depths, node_abspath)); in gather_traversal_info()
H A Dwc_db.c2204 const char *node_abspath; in db_base_remove() local
2209 node_abspath = svn_dirent_join(wcroot->abspath, node_relpath, in db_base_remove()
2215 node_abspath, FALSE, in db_base_remove()
2221 node_abspath, in db_base_remove()
3807 const char *node_abspath; in svn_wc__db_externals_gather_definitions() local
3810 node_abspath = svn_dirent_join(wcroot->abspath, node_relpath, in svn_wc__db_externals_gather_definitions()
3813 svn_hash_sets(*externals, node_abspath, in svn_wc__db_externals_gather_definitions()
3822 svn_hash_sets(*depths, node_abspath, in svn_wc__db_externals_gather_definitions()
/freebsd-12.1/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.c432 const char *node_abspath = apr_hash_this_key(hi); in svn_client__get_wc_mergeinfo_catalog() local
437 if (strcmp(node_abspath, local_abspath) == 0) in svn_client__get_wc_mergeinfo_catalog()
441 ctx->wc_ctx, node_abspath, in svn_client__get_wc_mergeinfo_catalog()