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

/dovecot/src/doveadm/
H A Ddoveadm-print-table.c30 unsigned int hdr_idx; member in struct:doveadm_print_table_context
136 hdr = array_idx(&ctx->headers, ctx->hdr_idx);
144 if (++ctx->hdr_idx == array_count(&ctx->headers)) {
145 ctx->hdr_idx = 0;
/dovecot/src/plugins/mail-log/
H A Dmail-log-plugin.c214 unsigned int hdr_idx = 0; local
217 headers[hdr_idx++] = "Message-ID";
219 headers[hdr_idx++] = "From";
221 headers[hdr_idx++] = "Subject";
222 if (hdr_idx > 0) {
223 i_assert(hdr_idx < N_ELEMENTS(headers));
224 headers[hdr_idx] = NULL;

Completed in 12 milliseconds