Searched defs:matched (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-mail/
H A Dtest-istream-header-filter.c20 bool *matched, struct run_ctx *ctx)
33 ctx->callback(input, hdr, matched, NULL);
118 bool *matched, void *context ATTR_UNUSED)
123 *matched = TRUE;
197 bool *matched, bool *null_hdr_seen)
202 *matched = TRUE;
342 bool *matched ATTR_UNUSED, string_t *dest)
397 bool *matched, void *context ATTR_UNUSED)
405 *matched = TRUE;
409 *matched
18 run_callback(struct header_filter_istream *input, struct message_header_line *hdr, bool *matched, struct run_ctx *ctx) argument
116 filter_callback(struct header_filter_istream *input ATTR_UNUSED, struct message_header_line *hdr, bool *matched, void *context ATTR_UNUSED) argument
195 filter2_callback(struct header_filter_istream *input ATTR_UNUSED, struct message_header_line *hdr, bool *matched, bool *null_hdr_seen) argument
395 edit_callback(struct header_filter_istream *input, struct message_header_line *hdr, bool *matched, void *context ATTR_UNUSED) argument
580 strip_eoh_callback(struct header_filter_istream *input ATTR_UNUSED, struct message_header_line *hdr, bool *matched, void *context ATTR_UNUSED) argument
[all...]
H A Distream-header-filter.c197 bool matched; local
203 matched = FALSE;
206 matched = !matched;
208 mstream->callback(mstream, hdr, &matched,
213 if (matched) {
225 matched-result. Otherwise multiline headers might
229 matched = mstream->prev_matched;
232 matched = FALSE;
234 matched
310 bool matched = FALSE; local
356 bool matched = FALSE; local
[all...]
/dovecot/src/config/
H A Dconfig-filter.c52 bool matched; local
58 matched = config_filter_match_local_name(mask, filter->local_name);
60 if (!matched)
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-save.c328 bool *matched, struct mbox_save_context *ctx)
335 *matched = TRUE;
339 if (!*matched && ctx->mbox_md5_ctx != NULL)
326 save_header_callback(struct header_filter_istream *input ATTR_UNUSED, struct message_header_line *hdr, bool *matched, struct mbox_save_context *ctx) argument
/dovecot/src/plugins/pop3-migration/
H A Dpop3-migration-plugin.c175 bool *matched, struct pop3_hdr_context *ctx)
182 *matched = TRUE;
187 matched correctly we want to stop here entirely. */
192 *matched = TRUE;
194 *matched = TRUE;
197 *matched = TRUE;
201 *matched = TRUE;
754 /* matched */
791 i_debug("pop3_migration: %u mails matched by headers", pop3_count);
173 pop3_header_filter_callback(struct header_filter_istream *input ATTR_UNUSED, struct message_header_line *hdr, bool *matched, struct pop3_hdr_context *ctx) argument

Completed in 25 milliseconds