Home
last modified time | relevance | path

Searched defs:svn_cache__t (Results 1 – 2 of 2) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_subr/
HDcache.h81 struct svn_cache__t { struct
82 const svn_cache__vtable_t *vtable;
85 svn_cache__error_handler_t error_handler;
86 void *error_baton;
89 void *cache_internal;
92 apr_uint64_t reads;
95 apr_uint64_t writes;
98 apr_uint64_t hits;
101 apr_uint64_t failures;
/trueos/contrib/subversion/subversion/include/private/
HDsvn_cache.h121 typedef struct svn_cache__t svn_cache__t; typedef