Searched refs:dag_node_cache (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c424 auto_clear_dag_cache(ffd->dag_node_cache);
425 return cache_lookup(ffd->dag_node_cache, change_set, path)->node;
434 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache;
450 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache;
494 dag_node_t *node = cache_lookup_last_path(ffd->dag_node_cache, path);
511 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache;
566 bucket = cache_lookup(ffd->dag_node_cache, change_set, path);
598 if (auto_clear_dag_cache(ffd->dag_node_cache))
599 bucket = cache_lookup(ffd->dag_node_cache, change_set, path);
603 ffd->dag_node_cache
[all...]
H A Dfs.h292 svn_fs_x__dag_cache_t *dag_node_cache;
291 svn_fs_x__dag_cache_t *dag_node_cache; member in struct:svn_fs_x__data_t
H A Dcaching.c434 ffd->dag_node_cache = svn_fs_x__create_dag_cache(fs->pool);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h369 fs_fs_dag_cache_t *dag_node_cache;
368 fs_fs_dag_cache_t *dag_node_cache; member in struct:fs_fs_data_t
H A Dcaching.c439 ffd->dag_node_cache = svn_fs_fs__create_dag_cache(fs->pool);
H A Dtree.c445 node = cache_lookup(ffd->dag_node_cache, root->rev, path);
457 cache_insert(ffd->dag_node_cache, root->rev, path, node);
900 = cache_lookup_last_path(ffd->dag_node_cache, path, path_len);

Completed in 131 milliseconds