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

/httpd/include/
H A Dhttp_log.h281 * @see ap_log_cserror
507 * ap_log_cserror() - log messages which are related to a particular
519 * @note ap_log_cserror is implemented as a macro
532 AP_DECLARE(void) ap_log_cserror(const char *file, int line, int module_index,
539 #define ap_log_cserror(...) ap_log_cserror__(__VA_ARGS__) macro
546 #define ap_log_cserror ap_log_cserror_ macro

Completed in 1227 milliseconds