#include <stdlib.h>#include <string.h>#include "cpl_log.h"#include "../../mem/mem.h"#include "../../dprint.h"

Go to the source code of this file.
Functions | |
| void | append_log (int nr,...) |
| void | compile_logs (str *log) |
| void | reset_logs (void) |
Variables | |
| static str | cpl_logs [MAX_LOG_NR] |
| static int | nr_logs |
| void append_log | ( | int | nr, | |
| ... | ||||
| ) |
Definition at line 47 of file cpl_log.c.
References _str::len, LM_ERR, MAX_LOG_NR, nr_logs, and _str::s.
Referenced by encodeCPL().
| void compile_logs | ( | str * | log | ) |
Definition at line 70 of file cpl_log.c.
References len, _str::len, LM_ERR, nr_logs, pkg_malloc, s, and _str::s.
Referenced by encodeCPL().
| void reset_logs | ( | void | ) |
int nr_logs [static] |
Definition at line 37 of file cpl_log.c.
Referenced by append_log(), compile_logs(), and reset_logs().
1.5.6