Lines Matching refs:file

2  * contributor license agreements.  See the NOTICE file distributed with
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
18 * @file http_log.h
134 * every file which uses ap_log_* before the first use of ::APLOG_MARK
141 * Constant to store module_index for the current file.
270 * ap_log_error() and related functions, i.e. file, line, and module_index.
273 * version, APLOG_MARK only replaced the file and line parameters.
292 * Replace logging to stderr with logging to the given file.
294 * @param file Name of the file to log stderr output
297 const char *file);
335 * @param file The file in which this function is called
344 * @note Use APLOG_MARK to fill out file and line
357 AP_DECLARE(void) ap_log_error(const char *file, int line, int module_index,
365 #define ap_log_error__(file, line, mi, level, status, s, ...) \
367 ap_log_error_(file, line, mi, level, status, sr__, __VA_ARGS__); \
372 AP_DECLARE(void) ap_log_error_(const char *file, int line, int module_index,
382 * @param file The file in which this function is called
391 * @note Use APLOG_MARK to fill out file, line, and module_index
400 AP_DECLARE(void) ap_log_perror(const char *file, int line, int module_index,
407 #define ap_log_perror__(file, line, mi, level, status, p, ...) \
409 ap_log_perror_(file, line, mi, level, status, p, \
414 AP_DECLARE(void) ap_log_perror_(const char *file, int line, int module_index,
424 * @param file The file in which this function is called
433 * @note Use APLOG_MARK to fill out file, line, and module_index
442 AP_DECLARE(void) ap_log_rerror(const char *file, int line, int module_index,
449 #define ap_log_rerror__(file, line, mi, level, status, r, ...) \
451 ap_log_rerror_(file, line, mi, level, status, r, __VA_ARGS__); \
456 AP_DECLARE(void) ap_log_rerror_(const char *file, int line, int module_index,
466 * @param file The file in which this function is called
475 * @note Use APLOG_MARK to fill out file, line, and module_index
486 AP_DECLARE(void) ap_log_cerror(const char *file, int line, int module_index,
493 #define ap_log_cerror__(file, line, mi, level, status, c, ...) \
495 ap_log_cerror_(file, line, mi, level, status, c, __VA_ARGS__); \
500 AP_DECLARE(void) ap_log_cerror_(const char *file, int line, int module_index,
510 * @param file The file in which this function is called
520 * @note Use APLOG_MARK to fill out file, line, and module_index
532 AP_DECLARE(void) ap_log_cserror(const char *file, int line, int module_index,
540 #define ap_log_cserror__(file, line, mi, level, status, c, s, ...) \
542 ap_log_cserror_(file, line, mi, level, status, c, s, \
548 AP_DECLARE(void) ap_log_cserror_(const char *file, int line, int module_index,
574 * @param file The file in which this function is called
584 * @note Use APLOG_MARK to fill out file, line, and module_index
591 AP_DECLARE(void) ap_log_data(const char *file, int line, int module_index,
599 #define ap_log_data__(file, line, mi, level, s, ...) \
601 ap_log_data_(file, line, mi, level, sr__, __VA_ARGS__); \
606 AP_DECLARE(void) ap_log_data_(const char *file, int line, int module_index,
613 * @param file The file in which this function is called
623 * @note Use APLOG_MARK to fill out file, line, and module_index
630 AP_DECLARE(void) ap_log_rdata(const char *file, int line, int module_index,
637 #define ap_log_rdata__(file, line, mi, level, s, ...) \
639 ap_log_rdata_(file, line, mi, level, r, __VA_ARGS__); \
644 AP_DECLARE(void) ap_log_rdata_(const char *file, int line, int module_index,
651 * @param file The file in which this function is called
661 * @note Use APLOG_MARK to fill out file, line, and module_index
668 AP_DECLARE(void) ap_log_cdata(const char *file, int line, int module_index,
675 #define ap_log_cdata__(file, line, mi, level, c, ...) \
677 ap_log_cdata_(file, line, mi, level, c, __VA_ARGS__); \
682 AP_DECLARE(void) ap_log_cdata_(const char *file, int line, int module_index,
690 * @param file The file in which this function is called
701 * @note Use APLOG_MARK to fill out file, line, and module_index
708 AP_DECLARE(void) ap_log_csdata(const char *file, int line, int module_index,
716 #define ap_log_csdata__(file, line, mi, level, c, s, ...) \
718 ap_log_csdata_(file, line, mi, level, c, s, __VA_ARGS__); \
723 AP_DECLARE(void) ap_log_csdata_(const char *file, int line, int module_index,
753 * @param fname The name of the file to log to. If the filename is not
761 * @param fname The name of the pid file to remove. If the filename is not
769 * @param filename The name of the file containing the pid. If the filename
808 * @return The native file descriptor
815 * @return The native file descriptor