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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dfs.h322 svn_cache__t *node_revision_cache;
321 svn_cache__t *node_revision_cache; member in struct:svn_fs_x__data_t
H A Dcaching.c452 SVN_ERR(create_cache(&(ffd->node_revision_cache),
H A Dcached_data.c346 ffd->node_revision_cache,
3252 SVN_ERR(svn_cache__has_key(&is_cached, ffd->node_revision_cache, key,
3264 SVN_ERR(svn_cache__set(ffd->node_revision_cache, key, *noderev_p,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h414 svn_cache__t *node_revision_cache;
413 svn_cache__t *node_revision_cache; member in struct:fs_fs_data_t
H A Dcached_data.c457 if (ffd->node_revision_cache)
461 ffd->node_revision_cache,
495 if (ffd->node_revision_cache)
496 SVN_ERR(svn_cache__set(ffd->node_revision_cache,
3635 if (!must_read && !ffd->node_revision_cache)
3639 if (!must_read && ffd->node_revision_cache)
3642 SVN_ERR(svn_cache__has_key(&is_cached, ffd->node_revision_cache,
3655 if (ffd->node_revision_cache)
3656 SVN_ERR(svn_cache__set(ffd->node_revision_cache, &key, *noderev_p,
3771 if (ffd->node_revision_cache || is_resul
[all...]
H A Dcaching.c474 SVN_ERR(create_cache(&(ffd->node_revision_cache),

Completed in 190 milliseconds