Searched refs:apr_allocator_create (Results 1 – 6 of 6) sorted by relevance
74 APR_DECLARE(apr_status_t) apr_allocator_create(apr_allocator_t **allocator)
99 if (apr_allocator_create(&allocator)) in initialize_cache()
121 if (apr_allocator_create(&allocator)) in svn_pool_create_allocator()
68 if (apr_allocator_create(&allocator) != APR_SUCCESS) { in apr_bucket_alloc_create()
136 apr_allocator_create(&allocator->allocator); in serf_bucket_allocator_create()
163 APR_DECLARE(apr_status_t) apr_allocator_create(apr_allocator_t **allocator) in apr_allocator_create() function676 if ((rv = apr_allocator_create(&global_allocator)) != APR_SUCCESS) { in apr_pool_initialize()2102 if ((rv = apr_allocator_create(&pool_allocator)) != APR_SUCCESS) { in apr_pool_create_unmanaged_ex_debug()