Searched defs:AP_DEBUG_ASSERT (Results 1 - 1 of 1) sorted by relevance

/httpd/include/
H A Dhttpd.h2175 * Use AP_DEBUG_ASSERT() if the condition should only be checked when AP_DEBUG
2179 #define AP_DEBUG_ASSERT(exp) ap_assert(exp) macro
2181 #define AP_DEBUG_ASSERT(exp) ((void)0) macro

Completed in 15 milliseconds