Searched refs:found_abs_paths (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra/
H A Deditor.c142 svn_boolean_t *found_abs_paths; local
164 found_abs_paths = apr_pcalloc(result_pool, sizeof(*found_abs_paths));
179 found_abs_paths,
246 svn_boolean_t *found_abs_paths; local
262 found_abs_paths = apr_pcalloc(result_pool, sizeof(*found_abs_paths));
279 found_abs_paths,
/freebsd-12-stable/contrib/subversion/subversion/include/private/
H A Dsvn_delta_private.h94 svn_boolean_t *found_abs_paths,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dcompat.c133 svn_boolean_t *found_abs_paths; /* Did we strip an incoming '/' from the
972 svn_boolean_t *found_abs_paths,
1012 eb->found_abs_paths = found_abs_paths;
1013 *eb->found_abs_paths = FALSE;
2006 svn_boolean_t *found_abs_paths = apr_palloc(result_pool,
2007 sizeof(*found_abs_paths));
2019 found_abs_paths, repos_root, base_relpath,
2028 found_abs_paths,
132 svn_boolean_t *found_abs_paths; /* Did we strip an incoming '/' from the member in struct:ev2_edit_baton
966 svn_delta__delta_from_editor(const svn_delta_editor_t **deditor, void **dedit_baton, svn_editor_t *editor, svn_delta__unlock_func_t unlock_func, void *unlock_baton, svn_boolean_t *found_abs_paths, const char *repos_root, const char *base_relpath, svn_delta_fetch_props_func_t fetch_props_func, void *fetch_props_baton, svn_delta_fetch_base_func_t fetch_base_func, void *fetch_base_baton, struct svn_delta__extra_baton *exb, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dexport.c1126 svn_boolean_t *found_abs_paths = apr_palloc(result_pool,
1127 sizeof(*found_abs_paths));
1138 *found_abs_paths = TRUE;
1141 editor, NULL, NULL, found_abs_paths,
1122 svn_boolean_t *found_abs_paths = apr_palloc(result_pool, local

Completed in 120 milliseconds