Searched refs:base_p (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_client/ |
| D | util.c | 187 svn_client__wc_node_get_base(svn_client__pathrev_t **base_p, in svn_client__wc_node_get_base() argument 195 *base_p = apr_palloc(result_pool, sizeof(**base_p)); in svn_client__wc_node_get_base() 198 &(*base_p)->rev, in svn_client__wc_node_get_base() 200 &(*base_p)->repos_root_url, in svn_client__wc_node_get_base() 201 &(*base_p)->repos_uuid, in svn_client__wc_node_get_base() 206 if ((*base_p)->repos_root_url && relpath) in svn_client__wc_node_get_base() 208 (*base_p)->url = svn_path_url_add_component2( in svn_client__wc_node_get_base() 209 (*base_p)->repos_root_url, relpath, result_pool); in svn_client__wc_node_get_base() 213 *base_p = NULL; in svn_client__wc_node_get_base()
|
| D | merge.c | 12345 find_last_merged_location(svn_client__pathrev_t **base_p, in find_last_merged_location() argument 12389 *base_p = yca; in find_last_merged_location() 12437 SVN_ERR(branch_history_get_endpoints(NULL, base_p, contiguous_source, in find_last_merged_location() 12464 find_base_on_source(svn_client__pathrev_t **base_p, in find_base_on_source() argument 12470 SVN_ERR(find_last_merged_location(base_p, in find_base_on_source() 12499 find_base_on_target(svn_client__pathrev_t **base_p, in find_base_on_target() argument 12505 SVN_ERR(find_last_merged_location(base_p, in find_base_on_target() 12528 find_automatic_merge(svn_client__pathrev_t **base_p, in find_automatic_merge() argument 12577 *base_p = base_on_source; in find_automatic_merge() 12582 *base_p = base_on_target; in find_automatic_merge()
|
| /freebsd-12-stable/contrib/subversion/subversion/include/private/ |
| D | svn_client_private.h | 263 svn_client__wc_node_get_base(svn_client__pathrev_t **base_p,
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | call.c | 97 BOOL_BITFIELD base_p : 1; member 539 t->base_p = false; in build_conv() 748 conv->base_p = true; in standard_conversion() 804 conv->base_p = true; in standard_conversion() 4495 if (convs->base_p) in convert_like_real()
|
| D | ChangeLog-2004 | 999 * call.c (struct conversion): Adjust documentation for base_p. 1000 (standard_conversion): Set base_p for ck_pmem conversions as 1093 * call.c (struct conversion): Add base_p. 1096 (build_conv): Clear base_p.
|