rfc5322_parser
_rfc5322_next(struct rfc5322_parser *parser, struct rfc5322_result *res)
rfc5322_next(struct rfc5322_parser *parser, struct rfc5322_result *res)
struct rfc5322_parser *
struct rfc5322_parser *parser;
rfc5322_free(struct rfc5322_parser *parser)
rfc5322_clear(struct rfc5322_parser *parser)
rfc5322_push(struct rfc5322_parser *parser, const char *line)
rfc5322_unfold_header(struct rfc5322_parser *parser)
struct rfc5322_parser;
struct rfc5322_parser *rfc5322_parser_new(void);
void rfc5322_free(struct rfc5322_parser *);
void rfc5322_clear(struct rfc5322_parser *);
int rfc5322_push(struct rfc5322_parser *, const char *);
int rfc5322_next(struct rfc5322_parser *, struct rfc5322_result *);
int rfc5322_unfold_header(struct rfc5322_parser *);
struct rfc5322_parser *parser;