Home
last modified time | relevance | path

Searched refs:walk_callbacks (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_wc/
HDentries.c2650 const svn_wc_entry_callbacks2_t *walk_callbacks, in walker_helper() argument
2669 SVN_ERR(walk_callbacks->handle_error(dirpath, err, walk_baton, pool)); in walker_helper()
2674 return walk_callbacks->handle_error in walker_helper()
2685 err = walk_callbacks->found_entry(dirpath, dot_entry, walk_baton, subpool); in walker_helper()
2689 SVN_ERR(walk_callbacks->handle_error(dirpath, err, walk_baton, pool)); in walker_helper()
2722 err = walk_callbacks->found_entry(entrypath, current_entry, in walker_helper()
2726 SVN_ERR(walk_callbacks->handle_error(entrypath, err, in walker_helper()
2746 walk_callbacks, walk_baton, in walker_helper()
2773 const svn_wc_entry_callbacks2_t *walk_callbacks, in svn_wc_walk_entries3() argument
2801 return walk_callbacks->handle_error( in svn_wc_walk_entries3()
[all …]
HDdeprecated.c2328 const svn_wc_entry_callbacks_t *walk_callbacks, in svn_wc_walk_entries2() argument
2336 walk_cb2.found_entry = walk_callbacks->found_entry; in svn_wc_walk_entries2()
2346 const svn_wc_entry_callbacks_t *walk_callbacks, in svn_wc_walk_entries() argument
2351 return svn_wc_walk_entries2(path, adm_access, walk_callbacks, in svn_wc_walk_entries()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_wc.h3432 const svn_wc_entry_callbacks2_t *walk_callbacks,
3452 const svn_wc_entry_callbacks_t *walk_callbacks,
3468 const svn_wc_entry_callbacks_t *walk_callbacks,