Searched refs:svn_cache__get (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/include/private/ |
| H A D | svn_cache.h | 430 svn_cache__get(void **value,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | cached_data.c | 458 SVN_ERR(svn_cache__get((void **) noderev_p, in get_node_revision_body() 674 SVN_ERR(svn_cache__get((void **) root_id_p, &is_cached, in svn_fs_fs__rev_get_root() 894 SVN_ERR(svn_cache__get((void **) &rh, &is_cached, in create_rep_state_body() 1311 SVN_ERR(svn_cache__get((void **) &cached_window, in get_cached_window() 1393 return svn_cache__get((void **)window_p, in get_cached_combined_window() 2855 SVN_ERR(svn_cache__get((void **)&dir, &found, cache, key, in svn_fs_fs__rep_contents_dir() 3008 SVN_ERR(svn_cache__get((void **) proplist_p, &is_cached, in svn_fs_fs__get_proplist() 3078 SVN_ERR(svn_cache__get((void **)&changes_list, &found, in svn_fs_fs__get_changes() 3114 SVN_ERR(svn_cache__get((void **)&changes_list, &found, in svn_fs_fs__get_changes() 3455 SVN_ERR(svn_cache__get((void**)rep_header, &is_cached, in read_rep_header()
|
| H A D | tree.c | 447 SVN_ERR(svn_cache__get((void **)&node, &found, cache, key, pool)); in dag_node_cache_get() 470 SVN_ERR(svn_cache__get((void **) &node, &found, cache, key, pool)); in dag_node_cache_get() 4402 SVN_ERR(svn_cache__get((void **)&mergeinfo_exists, &found, in get_mergeinfo_for_path() 4406 SVN_ERR(svn_cache__get((void **)mergeinfo, &found, in get_mergeinfo_for_path()
|
| H A D | revprops.c | 775 SVN_ERR_W(svn_cache__get((void **) proplist_p, &is_cached, in svn_fs_fs__get_revision_proplist()
|
| H A D | index.c | 1697 SVN_ERR(svn_cache__get((void**)header, &is_cached, ffd->l2p_header_cache, in get_l2p_header() 2178 SVN_ERR(svn_cache__get((void**)header, &is_cached, ffd->p2l_header_cache, in get_p2l_header()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | cache.c | 67 svn_cache__get(void **value_p, in svn_cache__get() function
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | cached_data.c | 343 SVN_ERR(svn_cache__get((void **) noderev_p, in get_node_revision_body() 615 SVN_ERR(svn_cache__get((void **) &rh, &is_cached, in create_rep_state_body() 1060 SVN_ERR(svn_cache__get((void **) &cached_window, in get_cached_window() 1121 return svn_cache__get((void **)window_p, in get_cached_combined_window() 1678 SVN_ERR(svn_cache__get((void**)rep_header, &is_cached, in read_rep_header() 2741 SVN_ERR(svn_cache__get((void **)&dir, &found, cache, &key, result_pool)); in svn_fs_x__rep_contents_dir() 2890 SVN_ERR(svn_cache__get((void **) proplist, &is_cached, in svn_fs_x__get_proplist() 2979 SVN_ERR(svn_cache__get((void **)&changes_list, &found, in svn_fs_x__get_changes()
|
| H A D | revprops.c | 972 SVN_ERR(svn_cache__get((void **) proplist_p, &is_cached, in svn_fs_x__get_revision_proplist()
|
| H A D | index.c | 1422 SVN_ERR(svn_cache__get((void**)header, &is_cached, ffd->l2p_header_cache, in get_l2p_header() 2470 SVN_ERR(svn_cache__get((void**)header, &is_cached, ffd->p2l_header_cache, in get_p2l_header()
|