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

/dovecot/src/doveadm/
H A Ddoveadm-print-server.c13 unsigned int header_idx, header_count; member in struct:doveadm_print_server_context
45 if (++ctx.header_idx == ctx.header_count) {
46 ctx.header_idx = 0;
H A Ddoveadm-print-tab.c9 unsigned int header_idx, header_count; member in struct:doveadm_print_tab_context
39 if (ctx.header_idx > 0)
43 if (++ctx.header_idx == ctx.header_count) {
44 ctx.header_idx = 0;
57 if (ctx.header_idx > 0)
H A Ddoveadm-print-flow.c16 unsigned int header_idx; member in struct:doveadm_print_flow_context
35 if (++ctx->header_idx < array_count(&ctx->headers))
38 ctx->header_idx = 0;
54 array_idx(&ctx->headers, ctx->header_idx);
65 array_idx(&ctx->headers, ctx->header_idx);
90 if (ctx->header_idx != 0) {
92 ctx->header_idx = 0;
H A Ddoveadm-print-json.c16 unsigned int header_idx, header_count; member in struct:doveadm_print_json_context
53 if (ctx.header_idx == 0) {
73 if (++ctx.header_idx == ctx.header_count) {
74 ctx.header_idx = 0;
82 const struct doveadm_print_header *hdr = array_idx(&ctx.headers, ctx.header_idx);
105 array_idx(&ctx.headers, ctx.header_idx);
H A Ddoveadm-print-pager.c16 unsigned int header_idx; member in struct:doveadm_print_pager_context
36 if (++ctx->header_idx == array_count(&ctx->headers)) {
37 ctx->header_idx = 0;
44 array_idx(&ctx->headers, ctx->header_idx);
46 if (ctx->header_idx == 0 && !ctx->first_page) {
63 array_idx(&ctx->headers, ctx->header_idx);
92 if (ctx->header_idx != 0) {
94 ctx->header_idx = 0;
H A Ddoveadm-print.c20 unsigned int header_idx; member in struct:doveadm_print_context
66 if (ctx->header_idx == count)
67 ctx->header_idx = 0;
68 else if (headers[ctx->header_idx].sticky) {
69 ctx->v->print(headers[ctx->header_idx].sticky_value);
70 ctx->header_idx++;
83 ctx->header_idx++;
101 ctx->header_idx++;

Completed in 376 milliseconds