Lines Matching defs:ap_log_rerror
90 /** Use APLOG_TOCLIENT on ap_log_rerror() to give content
280 * @see ap_log_rerror
322 * The primary logging functions, ap_log_error, ap_log_rerror, ap_log_cerror,
345 * @note If a request_rec is available, use that with ap_log_rerror()
421 * ap_log_rerror() - log messages which are related to a particular
432 * @note ap_log_rerror is implemented as a macro
442 AP_DECLARE(void) ap_log_rerror(const char *file, int line, int module_index,
448 #define ap_log_rerror(...) ap_log_rerror__(__VA_ARGS__)
454 #define ap_log_rerror ap_log_rerror_
476 * @note If a request_rec is available, use that with ap_log_rerror()
521 * @note If a request_rec is available, use that with ap_log_rerror()
624 * @note If a request_rec is available, use that with ap_log_rerror()
662 * @note If a request_rec is available, use that with ap_log_rerror()
702 * @note If a request_rec is available, use that with ap_log_rerror()