|
libspf2 1.2.11
|

Go to the source code of this file.
Functions | |
| void | SPF_errorx (const char *file, int line, const char *format,...) |
| void | SPF_warningx (const char *file, int line, const char *format,...) |
| void | SPF_infox (const char *file, int line, const char *format,...) |
| void | SPF_debugx (const char *file, int line, const char *format,...) |
| void | SPF_errorv (const char *file, int line, const char *format, va_list ap) |
| void | SPF_warningv (const char *file, int line, const char *format, va_list ap) |
| void | SPF_infov (const char *file, int line, const char *format, va_list ap) |
| void | SPF_debugv (const char *file, int line, const char *format, va_list ap) |
| void | SPF_errorx2 (const char *format,...) |
| void | SPF_warningx2 (const char *format,...) |
| void | SPF_infox2 (const char *format,...) |
| void | SPF_debugx2 (const char *format,...) |
Definition at line 150 of file spf_log.c.
References NULL, SPF_debug_handler, SPF_debugv(), and SPF_SYSLOG_SIZE.

Definition at line 87 of file spf_log.c.
References NULL, SPF_debug_handler, SPF_debugx(), and SPF_SYSLOG_SIZE.

| void SPF_debugx2 | ( | const char * | format, |
| ... ) |
Definition at line 194 of file spf_log.c.
References NULL, SPF_debugv(), and SPF_debugx2().
Referenced by SPF_debugx(), and SPF_debugx2().

Definition at line 109 of file spf_log.c.
References NULL, SPF_error_handler, SPF_errorv(), and SPF_SYSLOG_SIZE.

Definition at line 35 of file spf_log.c.
References NULL, SPF_error_handler, SPF_errorx(), and SPF_SYSLOG_SIZE.

| void SPF_errorx2 | ( | const char * | format, |
| ... ) |
Definition at line 167 of file spf_log.c.
References NULL, SPF_errorv(), and SPF_errorx2().
Referenced by SPF_errorx(), and SPF_errorx2().

Definition at line 137 of file spf_log.c.
References NULL, SPF_info_handler, SPF_infov(), and SPF_SYSLOG_SIZE.

Definition at line 70 of file spf_log.c.
References NULL, SPF_info_handler, SPF_infox(), and SPF_SYSLOG_SIZE.

| void SPF_infox2 | ( | const char * | format, |
| ... ) |
Definition at line 185 of file spf_log.c.
References NULL, SPF_infov(), and SPF_infox2().
Referenced by SPF_infox(), and SPF_infox2().

Definition at line 124 of file spf_log.c.
References NULL, SPF_SYSLOG_SIZE, SPF_warning_handler, and SPF_warningv().

Definition at line 53 of file spf_log.c.
References NULL, SPF_SYSLOG_SIZE, SPF_warning_handler, and SPF_warningx().

| void SPF_warningx2 | ( | const char * | format, |
| ... ) |
Definition at line 176 of file spf_log.c.
References NULL, SPF_warningv(), and SPF_warningx2().
Referenced by SPF_warningx(), and SPF_warningx2().
