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

/httpd/include/
H A Dhttp_log.h90 /** 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__) macro
454 #define ap_log_rerror ap_log_rerror_ macro
476 * @note If a request_rec is available, use that with ap_log_rerror()
[all...]

Completed in 11 milliseconds