#include <stdarg.h>
#include <errno.h>


Go to the source code of this file.
Defines | |
| #define | DEFAULT_MI_FMT_BUF_SIZE 2048 |
| size of the buffer used for printing the FMT | |
Functions | |
| int | mi_fmt_init (unsigned int size) |
| static char * | mi_print_fmt (char *fmt, va_list ap, int *len) |
Variables | |
| char * | mi_fmt_buf |
| int | mi_fmt_buf_len |
Definition in file fmt.h.
| #define DEFAULT_MI_FMT_BUF_SIZE 2048 |
size of the buffer used for printing the FMT
Definition at line 43 of file fmt.h.
Referenced by mi_print_fmt().
| int mi_fmt_init | ( | unsigned int | size | ) |
Definition at line 43 of file fmt.c.
References LM_ERR, mi_fmt_buf, mi_fmt_buf_len, NULL, and pkg_malloc.
Referenced by mi_print_fmt().
| static char* mi_print_fmt | ( | char * | fmt, | |
| va_list | ap, | |||
| int * | len | |||
| ) | [inline, static] |
Definition at line 50 of file fmt.h.
References DEFAULT_MI_FMT_BUF_SIZE, LM_ERR, mi_fmt_buf, mi_fmt_buf_len, mi_fmt_init(), NULL, and vsnprintf.
Referenced by addf_mi_attr(), addf_mi_node_child(), and addf_mi_node_sibling().
| char* mi_fmt_buf |
| int mi_fmt_buf_len |
1.5.6