#include "../../parser/msg_parser.h"


Go to the source code of this file.
Functions | |
| int | buffered_printer (FILE *infd) |
| int | coded_buffered_printer (FILE *infd) |
| int | print_msg_info (FILE *fd, struct sip_msg *msg) |
| int buffered_printer | ( | FILE * | infd | ) |
Definition at line 63 of file seas/utils.c.
References sip_msg::buf, free_sip_msg(), sip_msg::len, memstr(), parse_msg(), pkg_free, pkg_malloc, and print_msg_info().
| int coded_buffered_printer | ( | FILE * | infd | ) |
| int print_msg_info | ( | FILE * | fd, | |
| struct sip_msg * | msg | |||
| ) |
Definition at line 149 of file seas/utils.c.
References encode_msg(), HDR_EOH_F, MAX_ENCODED_MSG, MAX_MESSAGE_LEN, parse_headers(), pkg_free, pkg_malloc, prefix, and print_encoded_msg().
Referenced by buffered_printer().
1.5.6