Lines Matching defs:ap_log_cerror
279 * @see ap_log_cerror
322 * The primary logging functions, ap_log_error, ap_log_rerror, ap_log_cerror,
347 * available, use that with ap_log_cerror() in preference to calling
463 * ap_log_cerror() - log messages which are related to a particular
474 * @note ap_log_cerror is implemented as a macro
486 AP_DECLARE(void) ap_log_cerror(const char *file, int line, int module_index,
492 #define ap_log_cerror(...) ap_log_cerror__(__VA_ARGS__)
498 #define ap_log_cerror ap_log_cerror_
626 * available, use that with ap_log_cerror() in preference to calling
664 * available, use that with ap_log_cerror() in preference to calling
704 * available, use that with ap_log_cerror() in preference to calling