Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c183 const char *cache_path; in dag_node_cache_set() local
224 cache_path = brd->node_cache_keys[cache_index]; in dag_node_cache_set()
239 brd->node_cache_keys[cache_index] = cache_path; in dag_node_cache_set()
254 cache_path = brd->node_cache_keys[brd->node_cache_idx]; in dag_node_cache_set()
255 cache_item = svn_hash_gets(brd->node_cache, cache_path); in dag_node_cache_set()
256 svn_hash_sets(brd->node_cache, cache_path, NULL); in dag_node_cache_set()
272 cache_path = apr_pstrdup(cache_pool, path); in dag_node_cache_set()
273 svn_hash_sets(brd->node_cache, cache_path, cache_item); in dag_node_cache_set()
274 brd->node_cache_keys[brd->node_cache_idx] = cache_path; in dag_node_cache_set()