Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr/memory/unix/
Dapr_pools.c1044 #define APR_PSPRINTF_MIN_STRINGSIZE 32 macro
1066 if (size < APR_PSPRINTF_MIN_STRINGSIZE) in psprintf_flush()
1067 size = APR_PSPRINTF_MIN_STRINGSIZE; in psprintf_flush()