Home
last modified time | relevance | path

Searched refs:rfc2822_parser (Results 1 – 25 of 30) sorted by relevance

12

/dports/mail/opensmtpd-extras-queue-ram/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
H A Dfilter_api.c77 struct rfc2822_parser rfc2822_parser; member
1247 rfc2822_parser_feed(&s->rfc2822_parser, line); in data_buffered_stream_process()
1333 rfc2822_parser_init(&s->rfc2822_parser); in data_buffered_setup()
1334 rfc2822_parser_reset(&s->rfc2822_parser); in data_buffered_setup()
1335 rfc2822_header_default_callback(&s->rfc2822_parser, in data_buffered_setup()
1337 rfc2822_body_callback(&s->rfc2822_parser, in data_buffered_setup()
1339 rfc2822_eoh_callback(&s->rfc2822_parser, in data_buffered_setup()
1351 rfc2822_parser_release(&s->rfc2822_parser); in data_buffered_release()
1387 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_remove()
1409 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_replace()
/dports/mail/opensmtpd-extras-table-ldap/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
H A Dfilter_api.c77 struct rfc2822_parser rfc2822_parser; member
1247 rfc2822_parser_feed(&s->rfc2822_parser, line); in data_buffered_stream_process()
1333 rfc2822_parser_init(&s->rfc2822_parser); in data_buffered_setup()
1334 rfc2822_parser_reset(&s->rfc2822_parser); in data_buffered_setup()
1335 rfc2822_header_default_callback(&s->rfc2822_parser, in data_buffered_setup()
1337 rfc2822_body_callback(&s->rfc2822_parser, in data_buffered_setup()
1339 rfc2822_eoh_callback(&s->rfc2822_parser, in data_buffered_setup()
1351 rfc2822_parser_release(&s->rfc2822_parser); in data_buffered_release()
1387 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_remove()
1409 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_replace()
/dports/mail/opensmtpd-extras-table-passwd/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
/dports/mail/opensmtpd-extras-scheduler-ram/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
/dports/mail/opensmtpd-extras-table-mysql/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
H A Dfilter_api.c77 struct rfc2822_parser rfc2822_parser; member
1247 rfc2822_parser_feed(&s->rfc2822_parser, line); in data_buffered_stream_process()
1333 rfc2822_parser_init(&s->rfc2822_parser); in data_buffered_setup()
1334 rfc2822_parser_reset(&s->rfc2822_parser); in data_buffered_setup()
1335 rfc2822_header_default_callback(&s->rfc2822_parser, in data_buffered_setup()
1337 rfc2822_body_callback(&s->rfc2822_parser, in data_buffered_setup()
1339 rfc2822_eoh_callback(&s->rfc2822_parser, in data_buffered_setup()
1351 rfc2822_parser_release(&s->rfc2822_parser); in data_buffered_release()
1387 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_remove()
1409 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_replace()
/dports/mail/opensmtpd-extras/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
/dports/mail/opensmtpd-extras-table-postgresql/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
H A Dfilter_api.c77 struct rfc2822_parser rfc2822_parser; member
1247 rfc2822_parser_feed(&s->rfc2822_parser, line); in data_buffered_stream_process()
1333 rfc2822_parser_init(&s->rfc2822_parser); in data_buffered_setup()
1334 rfc2822_parser_reset(&s->rfc2822_parser); in data_buffered_setup()
1335 rfc2822_header_default_callback(&s->rfc2822_parser, in data_buffered_setup()
1337 rfc2822_body_callback(&s->rfc2822_parser, in data_buffered_setup()
1339 rfc2822_eoh_callback(&s->rfc2822_parser, in data_buffered_setup()
1351 rfc2822_parser_release(&s->rfc2822_parser); in data_buffered_release()
1387 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_remove()
1409 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_replace()
/dports/mail/opensmtpd-extras-table-redis/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
H A Dfilter_api.c77 struct rfc2822_parser rfc2822_parser; member
1247 rfc2822_parser_feed(&s->rfc2822_parser, line); in data_buffered_stream_process()
1333 rfc2822_parser_init(&s->rfc2822_parser); in data_buffered_setup()
1334 rfc2822_parser_reset(&s->rfc2822_parser); in data_buffered_setup()
1335 rfc2822_header_default_callback(&s->rfc2822_parser, in data_buffered_setup()
1337 rfc2822_body_callback(&s->rfc2822_parser, in data_buffered_setup()
1339 rfc2822_eoh_callback(&s->rfc2822_parser, in data_buffered_setup()
1351 rfc2822_parser_release(&s->rfc2822_parser); in data_buffered_release()
1387 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_remove()
1409 rfc2822_header_callback(&s->rfc2822_parser, header, in filter_api_header_replace()
/dports/mail/opensmtpd-extras-table-sqlite/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]
/dports/mail/opensmtpd-extras-table-socketmap/opensmtpd-extras-6.7.1/api/
H A Drfc2822.h64 struct rfc2822_parser { struct
79 void rfc2822_parser_init(struct rfc2822_parser *); argument
80 int rfc2822_parser_feed(struct rfc2822_parser *, const char *);
81 void rfc2822_parser_flush(struct rfc2822_parser *);
82 void rfc2822_parser_reset(struct rfc2822_parser *);
83 void rfc2822_parser_release(struct rfc2822_parser *);
84 int rfc2822_header_callback(struct rfc2822_parser *, const char *,
86 int rfc2822_missing_header_callback(struct rfc2822_parser *, const char *,
88 void rfc2822_header_default_callback(struct rfc2822_parser *,
90 void rfc2822_body_callback(struct rfc2822_parser *,
[all …]
H A Drfc2822.c48 header_callback(struct rfc2822_parser *rp) in header_callback()
73 missing_headers_callback(struct rfc2822_parser *rp) in missing_headers_callback()
85 eoh_callback(struct rfc2822_parser *rp) in eoh_callback()
92 body_callback(struct rfc2822_parser *rp, const char *line) in body_callback()
98 parser_feed_header(struct rfc2822_parser *rp, char *line) in parser_feed_header()
140 rfc2822_parser_init(struct rfc2822_parser *rp) in rfc2822_parser_init()
151 rfc2822_parser_flush(struct rfc2822_parser *rp) in rfc2822_parser_flush()
160 rfc2822_parser_reset(struct rfc2822_parser *rp) in rfc2822_parser_reset()
167 rfc2822_parser_release(struct rfc2822_parser *rp) in rfc2822_parser_release()
280 rfc2822_body_callback(struct rfc2822_parser *rp, in rfc2822_body_callback()
[all …]

12