Searched refs:apr_pool_create_ex_debug (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_pools.h | 247 APR_DECLARE(apr_status_t) apr_pool_create_ex_debug(apr_pool_t **newpool, 256 apr_pool_create_ex_debug(newpool, parent, abort_fn, allocator, \ 319 apr_pool_create_ex_debug(newpool, parent, NULL, NULL, \
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/memory/unix/ |
H A D | apr_pools.c | 1683 APR_DECLARE(apr_status_t) apr_pool_create_ex_debug(apr_pool_t **newpool, in apr_pool_create_ex_debug() function 2554 APR_DECLARE(apr_status_t) apr_pool_create_ex_debug(apr_pool_t **newpool, function 2624 return apr_pool_create_ex_debug(newpool, parent,
|