Searched refs:null_hdr_seen (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib-mail/
H A Dtest-istream-header-filter.c13 bool null_hdr_seen; member in struct:run_ctx
22 i_assert(!ctx->null_hdr_seen);
26 ctx->null_hdr_seen = TRUE;
43 run_ctx->null_hdr_seen = FALSE;
60 test_assert(run_ctx->null_hdr_seen);
62 test_assert(run_ctx->null_hdr_seen == run_ctx->callback_called);
197 bool *matched, bool *null_hdr_seen)
200 *null_hdr_seen = TRUE;
214 bool null_hdr_seen = FALSE; local
236 &null_hdr_seen);
195 filter2_callback(struct header_filter_istream *input ATTR_UNUSED, struct message_header_line *hdr, bool *matched, bool *null_hdr_seen) argument
[all...]

Completed in 6 milliseconds