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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c287 svn_wc_entry_t *this_dir = NULL; local
305 this_dir = apr_hash_this_val(hi);
337 *delete_dir = (this_dir != NULL)
338 && (this_dir->schedule == svn_wc_schedule_delete)
339 && ! this_dir->keep_local;
1502 svn_wc_entry_t *this_dir; local
1550 this_dir = svn_hash_gets(entries, SVN_WC_ENTRY_THIS_DIR);
1551 SVN_ERR(ensure_repos_info(this_dir, dir_abspath,
1557 if (!svn_hash_gets(repos_cache, this_dir->repos))
1562 apr_pstrdup(hash_pool, this_dir
1903 svn_wc_entry_t *this_dir; local
[all...]
H A Dentries.c1720 const svn_wc_entry_t *this_dir,
1890 this_dir->repos, entry->copyfrom_url,
2187 if (this_dir->repos)
2194 this_dir->repos, entry->url,
2199 const char *relpath = svn_uri_skip_ancestor(this_dir->repos,
2200 this_dir->url,
2508 const svn_wc_entry_t *this_dir;
2516 this_dir = svn_hash_gets(entries, SVN_WC_ENTRY_THIS_DIR);
2519 if (! this_dir)
2534 wc_id, repos_id, this_dir, NUL
1708 write_entry(struct write_baton **entry_node, const struct write_baton *parent_node, svn_wc__db_t *db, svn_sqlite__db_t *sdb, apr_int64_t wc_id, apr_int64_t repos_id, const svn_wc_entry_t *entry, const svn_wc__text_base_info_t *text_base_info, const char *local_relpath, const char *tmp_entry_abspath, const char *root_abspath, const svn_wc_entry_t *this_dir, svn_boolean_t create_locks, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2507 const svn_wc_entry_t *this_dir; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c133 apr_dir_t *this_dir; local
165 SVN_ERR(svn_io_dir_open(&this_dir, src, subpool));
167 for (status = apr_dir_read(&this_entry, flags, this_dir);
169 status = apr_dir_read(&this_entry, flags, this_dir))
231 status = apr_dir_close(this_dir);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c132 apr_dir_t *this_dir; local
163 SVN_ERR(svn_io_dir_open(&this_dir, src, subpool));
165 for (status = apr_dir_read(&this_entry, flags, this_dir);
167 status = apr_dir_read(&this_entry, flags, this_dir))
229 status = apr_dir_close(this_dir);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c1119 apr_dir_t *this_dir;
1154 SVN_ERR(svn_io_dir_open(&this_dir, src, subpool));
1156 for (status = apr_dir_read(&this_entry, flags, this_dir);
1158 status = apr_dir_read(&this_entry, flags, this_dir))
1220 status = apr_dir_close(this_dir);
3092 apr_dir_t *this_dir;
3101 SVN_ERR(svn_io_dir_open(&this_dir, path, scratch_pool));
3103 for (status = apr_dir_read(&this_entry, flags, this_dir);
3105 status = apr_dir_read(&this_entry, flags, this_dir))
3139 status = apr_dir_close(this_dir);
1116 apr_dir_t *this_dir; local
3083 apr_dir_t *this_dir; local
[all...]

Completed in 139 milliseconds