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

/httpd/include/
H A Dhttpd.h2169 #define ap_assert(exp) ((exp) ? (void)0 : ap_log_assert(#exp,__FILE__,__LINE__)) macro
2174 * Use ap_assert() if the condition should always be checked.
2179 #define AP_DEBUG_ASSERT(exp) ap_assert(exp)

Completed in 19 milliseconds