Searched refs:item_path (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/subversion/subversion/libsvn_subr/ |
| HD | config_auth.c | 180 const char *item_path; in svn_config_walk_auth_data() local 192 SVN_ERR(svn_auth__file_path(&item_path, cred_kinds[i], "!", config_dir, in svn_config_walk_auth_data() 195 dir_path = svn_dirent_dirname(item_path, iterpool); in svn_config_walk_auth_data() 225 item_path = svn_dirent_join(dir_path, apr_hash_this_key(hi), in svn_config_walk_auth_data() 228 err = svn_stream_open_readonly(&stream, item_path, in svn_config_walk_auth_data() 265 SVN_ERR(svn_io_remove_file2(item_path, TRUE, itempool)); in svn_config_walk_auth_data()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | tree.c | 465 const char *item_path = key; in find_descendants_in_cache() local 467 if (svn_fspath__skip_ancestor(b->path, item_path)) in find_descendants_in_cache() 468 APR_ARRAY_PUSH(b->list, const char *) = apr_pstrdup(b->pool, item_path); in find_descendants_in_cache()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | tree.c | 477 const char *item_path = key; in find_descendants_in_cache() local 479 if (svn_fspath__skip_ancestor(b->path, item_path)) in find_descendants_in_cache() 480 APR_ARRAY_PUSH(b->list, const char *) = apr_pstrdup(b->pool, item_path); in find_descendants_in_cache()
|