Searched defs:ap_log_cdata (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,
587 * available, use that with ap_log_cdata() in preference to calling
650 * ap_log_cdata() - log buffers which are related to a particular connection.
660 * @note ap_log_cdata is implemented as a macro
668 AP_DECLARE(void) ap_log_cdata(const char *file, int line, int module_index,
674 #define ap_log_cdata(...) ap_log_cdata__(__VA_ARGS__) macro
680 #define ap_log_cdata ap_log_cdata_ macro
721 #define ap_log_cdata ap_log_cdata_ macro

Completed in 122 milliseconds