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

/dovecot/src/lib-mail/
H A Dtest-istream-header-filter.c12 unsigned int callback_call_count; member in struct:run_ctx
24 ctx->callback_call_count++;
100 orig_callback_call_count = run_ctx.callback_call_count;
109 test_assert(run_ctx.callback_call_count == 0 ||
110 run_ctx.callback_call_count == orig_callback_call_count);

Completed in 8 milliseconds