Home
last modified time | relevance | path

Searched refs:svn_pool_create_ex (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDpool.c61 #undef svn_pool_create_ex
67 svn_pool_create_ex(apr_pool_t *parent_pool, apr_allocator_t *allocator) in svn_pool_create_ex() function
79 return svn_pool_create_ex(pool, allocator); in svn_pool_create_ex_debug()
96 svn_pool_create_ex(apr_pool_t *pool, apr_allocator_t *allocator) in svn_pool_create_ex() function
119 pool = svn_pool_create_ex(NULL, allocator); in svn_pool_create_allocator()
/NextBSD/contrib/subversion/subversion/include/
HDsvn_pools.h55 svn_pool_create_ex(apr_pool_t *parent_pool,
65 #define svn_pool_create_ex(pool, allocator) \ macro
73 #define svn_pool_create(parent_pool) svn_pool_create_ex(parent_pool, NULL)