Searched refs:APR_POOL_DEBUG (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/apr/include/
H A Dapr_pools.h132 #if defined(APR_POOL_DEBUG)
133 /* If APR_POOL_DEBUG is blank, we get 1; if it is a number, we get -1. */
134 #if (APR_POOL_DEBUG - APR_POOL_DEBUG -1 == 1)
135 #undef APR_POOL_DEBUG macro
136 #define APR_POOL_DEBUG 1 macro
139 #define APR_POOL_DEBUG 0 macro
239 * @remark Only available when APR_POOL_DEBUG is defined.
254 #if APR_POOL_DEBUG
276 * @remark Only available when APR_POOL_DEBUG i
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_pools.h66 #if APR_POOL_DEBUG
70 #endif /* APR_POOL_DEBUG */
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dpool.c39 #if APR_POOL_DEBUG
42 #endif /* APR_POOL_DEBUG */
71 #if APR_POOL_DEBUG
73 #endif /* APR_POOL_DEBUG */
75 #if !APR_POOL_DEBUG
93 #else /* APR_POOL_DEBUG */
112 #endif /* APR_POOL_DEBUG */
133 #if APR_POOL_DEBUG
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c556 #if APR_POOL_DEBUG
569 #endif /* APR_POOL_DEBUG */
590 #if !APR_POOL_DEBUG
595 #else /* APR_POOL_DEBUG */
608 #endif /* APR_POOL_DEBUG */
633 #if !APR_POOL_DEBUG
635 #endif /* !APR_POOL_DEBUG */
637 #if (APR_POOL_DEBUG & APR_POOL_DEBUG_VERBOSE_ALL)
639 #endif /* (APR_POOL_DEBUG & APR_POOL_DEBUG_VERBOSE_ALL) */
648 #if APR_POOL_DEBUG
[all...]
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c51 #if APR_POOL_DEBUG
65 #if APR_POOL_DEBUG
118 #if APR_POOL_DEBUG
/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c41 #if (APR_POOL_DEBUG || defined(MAKE_TABLE_PROFILE)) && APR_HAVE_STDIO_H
416 #if APR_POOL_DEBUG
743 #if APR_POOL_DEBUG
817 #if APR_POOL_DEBUG
849 #if APR_POOL_DEBUG
1240 #if APR_POOL_DEBUG
H A Dapr_hash.c32 #if APR_POOL_DEBUG && APR_HAVE_STDIO_H
438 #if APR_POOL_DEBUG

Completed in 86 milliseconds