Searched refs:svn_root_pools__t (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Droot_pools.c29 struct svn_root_pools__t struct
42 svn_root_pools__create(svn_root_pools__t **pools)
50 svn_root_pools__t *result = apr_pcalloc(pool, sizeof(*result));
65 svn_root_pools__t *pools)
77 svn_root_pools__acquire_pool(svn_root_pools__t *pools)
93 svn_root_pools__t *pools)
/freebsd-13-stable/contrib/subversion/subversion/include/private/
H A Dsvn_subr_private.h607 typedef struct svn_root_pools__t svn_root_pools__t; typedef in typeref:struct:svn_root_pools__t
612 svn_root_pools__create(svn_root_pools__t **pools);
618 svn_root_pools__acquire_pool(svn_root_pools__t *pools);
625 svn_root_pools__t *pools);
/freebsd-13-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c613 static svn_root_pools__t *connection_pools;

Completed in 67 milliseconds