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

/dovecot/src/lib-mail/
H A Dtest-istream-header-filter.c10 struct run_ctx { struct
20 bool *matched, struct run_ctx *ctx)
38 test_istream_run_prep(struct run_ctx *run_ctx, argument
41 i_zero(run_ctx);
42 run_ctx->callback = callback;
43 run_ctx->null_hdr_seen = FALSE;
44 run_ctx->eoh_seen = FALSE;
45 run_ctx->callback_called = FALSE;
49 test_istream_run_check(struct run_ctx *run_ct argument
81 struct run_ctx run_ctx; local
[all...]

Completed in 15 milliseconds