Searched refs:apr_pool_destroy (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_pools.h89 #define svn_pool_destroy apr_pool_destroy
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestcrypto.c563 apr_pool_destroy(pool);
582 apr_pool_destroy(pool);
601 apr_pool_destroy(pool);
620 apr_pool_destroy(pool);
654 apr_pool_destroy(pool);
688 apr_pool_destroy(pool);
722 apr_pool_destroy(pool);
758 apr_pool_destroy(pool);
794 apr_pool_destroy(pool);
830 apr_pool_destroy(poo
[all...]
H A Dtestrmm.c177 apr_pool_destroy(pool);
H A Ddbd.c404 apr_pool_destroy(pool);
/freebsd-11-stable/contrib/serf/
H A Dincoming.c79 apr_pool_destroy(p);
86 apr_pool_destroy(p);
H A Dssltunnel.c111 apr_pool_destroy(ctx->pool);
H A Doutgoing.c507 apr_pool_destroy(request->respool);
1242 apr_pool_destroy(tmppool);
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_basic.c103 apr_pool_destroy(cred_pool);
109 apr_pool_destroy(cred_pool);
H A Dauth_digest.c332 apr_pool_destroy(cred_pool);
358 apr_pool_destroy(cred_pool);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_pools.h218 * destroyed by calling apr_pool_destroy, to prevent memory leaks.
363 * @see apr_pool_destroy()
395 APR_DECLARE(void) apr_pool_destroy(apr_pool_t *p) __attribute__((nonnull(1)));
398 * Debug version of apr_pool_destroy.
399 * @param p See: apr_pool_destroy.
403 * Call this directly if you have your apr_pool_destroy
407 * apr_pool_destroy in a wrapper, trust the macro
415 #define apr_pool_destroy(p) \ macro
/freebsd-11-stable/contrib/apr-util/redis/
H A Dapr_redis.c359 apr_pool_destroy(np);
371 apr_pool_destroy(np);
381 apr_pool_destroy(np);
419 apr_pool_destroy(conn->p);
1209 apr_pool_destroy(subpool);
1228 apr_pool_destroy(subpool);
1506 apr_pool_destroy(subpool);
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dthread.c206 apr_pool_destroy(thd->pool);
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c574 * Look at apr_pool_create_ex() and apr_pool_destroy()
728 apr_pool_destroy(global_pool); /* This will also destroy the mutex */
944 apr_pool_destroy(pool->child);
981 APR_DECLARE(void) apr_pool_destroy(apr_pool_t *pool) function
997 apr_pool_destroy(pool->child);
1722 apr_pool_destroy(global_pool); /* This will also destroy the mutex */
1952 __FILE__ ":apr_pool_destroy abort on joined", 0);
2310 apr_pool_destroy (pool);
2828 apr_pool_destroy(pool);
2882 #undef apr_pool_destroy macro
2885 APR_DECLARE(void) apr_pool_destroy(apr_pool_t *pool) function
[all...]
/freebsd-11-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c213 apr_pool_destroy(p);
/freebsd-11-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c343 apr_pool_destroy(np);
355 apr_pool_destroy(np);
365 apr_pool_destroy(np);
393 apr_pool_destroy(conn->p);
/freebsd-11-stable/contrib/serf/buckets/
H A Dssl_buckets.c671 apr_pool_destroy(subpool);
733 apr_pool_destroy(subpool);
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_thread_pool.c395 apr_pool_destroy(me->pool);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dauthz_parse.c1456 apr_pool_destroy(cb->parser_pool);
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_oracle.c843 apr_pool_destroy(pool);

Completed in 202 milliseconds