Searched defs:svn_cache__t (Results 1 – 2 of 2) sorted by relevance
81 struct svn_cache__t { struct82 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;
121 typedef struct svn_cache__t svn_cache__t; typedef