#include <string.h>
#include "parser_f.h"

Go to the source code of this file.
Functions | |
| char * | eat_line (char *buffer, unsigned int len) |
Definition in file parser_f.c.
| char* eat_line | ( | char * | buffer, | |
| unsigned int | len | |||
| ) |
returns pointer to next line or after the end of buffer
Definition at line 34 of file parser_f.c.
Referenced by extract_mediainfo(), extract_mediaip(), extract_parsed_hdrs(), extract_rtcp(), and parse_first_line().
1.5.6