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

/httpd/include/
H A Dhttp_log.h122 * should not be used directly. Use ::APLOG_MARK or ::APLOG_MODULE_INDEX
125 * @see APLOG_MARK
134 * every file which uses ap_log_* before the first use of ::APLOG_MARK
157 * If ::APLOG_MARK is used in ap_log_error() and related functions,
159 * ::APLOG_MARK cannot be used, ::APLOG_MODULE_INDEX should normally be passed
162 * @see APLOG_MARK
269 * APLOG_MARK is a convenience macro for use as the first three parameters in
273 * version, APLOG_MARK only replaced the file and line parameters.
274 * This means that APLOG_MARK can be used with ap_log_*error in all versions
283 #define APLOG_MARK __FILE_ macro
[all...]

Completed in 12 milliseconds