Home
last modified time | relevance | path

Searched refs:svn_wc_entry_t (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dentries.c104 static svn_wc_entry_t *
107 svn_wc_entry_t *entry = apr_pcalloc(pool, sizeof(*entry)); in alloc_entry()
123 svn_wc__entry_is_hidden(svn_boolean_t *hidden, const svn_wc_entry_t *entry) in svn_wc__entry_is_hidden()
151 check_file_external(svn_wc_entry_t *entry, in check_file_external()
214 get_info_for_deleted(svn_wc_entry_t *entry, in get_info_for_deleted()
223 const svn_wc_entry_t *parent_entry, in get_info_for_deleted()
392 read_one_entry(const svn_wc_entry_t **new_entry, in read_one_entry()
398 const svn_wc_entry_t *parent_entry, in read_one_entry()
408 svn_wc_entry_t *entry = alloc_entry(result_pool); in read_one_entry()
1027 const svn_wc_entry_t *parent_entry; in read_entries_new()
[all …]
Dold-and-busted.c93 static svn_wc_entry_t *
96 svn_wc_entry_t *entry = apr_pcalloc(pool, sizeof(*entry)); in alloc_entry()
462 read_entry(svn_wc_entry_t **new_entry, in read_entry()
467 svn_wc_entry_t *entry = alloc_entry(pool); in read_entry()
786 atts_to_entry(svn_wc_entry_t **new_entry, in atts_to_entry()
790 svn_wc_entry_t *entry = alloc_entry(pool); in atts_to_entry()
1028 svn_wc_entry_t *entry; in handle_start_tag()
1103 take_from_entry(const svn_wc_entry_t *src, in take_from_entry()
1104 svn_wc_entry_t *dst, in take_from_entry()
1134 svn_wc_entry_t *default_entry in resolve_to_defaults()
[all …]
Dentries.h69 svn_wc__get_entry(const svn_wc_entry_t **entry,
80 svn_wc__entry_is_hidden(svn_boolean_t *hidden, const svn_wc_entry_t *entry);
Dupgrade.c287 svn_wc_entry_t *this_dir = NULL; in get_versioned_subdirs()
298 const svn_wc_entry_t *entry = apr_hash_this_val(hi); in get_versioned_subdirs()
596 ensure_repos_info(svn_wc_entry_t *entry, in ensure_repos_info()
1933 svn_wc_entry_t *this_dir; in upgrade_to_wcng()
2307 svn_wc_entry_t *entry; in is_old_wcroot()
2385 svn_wc_entry_t *this_dir; in svn_wc_upgrade()
Ddeprecated.c518 const svn_wc_entry_t *entry, in svn_wc_transmit_prop_deltas()
1331 const svn_wc_entry_t *entry; in svn_wc_get_ancestry()
2723 const svn_wc_entry_t *entry = NULL; in svn_wc__status2_from_3()
4384 const svn_wc_entry_t *entry, in svn_wc_conflicted_p()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_wc.h2868 typedef struct svn_wc_entry_t struct
3101 } svn_wc_entry_t; argument
3138 svn_wc_entry(const svn_wc_entry_t **entry,
3192 svn_wc_entry_t *
3193 svn_wc_entry_dup(const svn_wc_entry_t *entry,
3337 const svn_wc_entry_t *entry,
3365 const svn_wc_entry_t *entry,
3385 const svn_wc_entry_t *entry,
3860 const svn_wc_entry_t *entry;
3974 const svn_wc_entry_t *entry;
[all …]
/freebsd-10-stable/contrib/subversion/
DCHANGES6252 * interface to svn_wc_entry_t cleaned up
6266 * complete rewrite of svn_wc_entry_t interface