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

/httpd/include/
H A Dhttp_log.h556 * The buffer logging functions, ap_log_data, ap_log_rdata, ap_log_cdata,
585 * @note If a request_rec is available, use that with ap_log_rdata()
612 * ap_log_rdata() - log buffers which are related to a particular request.
622 * @note ap_log_rdata is implemented as a macro.
630 AP_DECLARE(void) ap_log_rdata(const char *file, int line, int module_index,
636 #define ap_log_rdata(...) ap_log_rdata__(__VA_ARGS__) macro
642 #define ap_log_rdata ap_log_rdata_ macro

Completed in 299 milliseconds