Home
last modified time | relevance | path

Searched refs:wanted_headers (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/tla/tla-1.3.5/src/tla/libarch/
H A Dcmd-abrowse.c120 int wanted_headers = 0; in arch_cmd_abrowse() local
168 wanted_headers |= arch_include_summary; in arch_cmd_abrowse()
174 wanted_headers |= arch_include_creator; in arch_cmd_abrowse()
180 wanted_headers |= arch_include_date; in arch_cmd_abrowse()
186 wanted_headers |= arch_include_local_merges; in arch_cmd_abrowse()
192 wanted_headers |= arch_include_foreign_merges; in arch_cmd_abrowse()
198 wanted_headers |= arch_include_local_merges; in arch_cmd_abrowse()
199 wanted_headers |= arch_include_foreign_merges; in arch_cmd_abrowse()
601 if (wanted_headers) in arch_cmd_abrowse()
605 if (!wanted_headers) in arch_cmd_abrowse()
[all …]
H A Dcmd-ancestry.c95 int wanted_headers = 0; in arch_cmd_ancestry() local
150 wanted_headers |= arch_include_summary; in arch_cmd_ancestry()
156 wanted_headers |= arch_include_creator; in arch_cmd_ancestry()
162 wanted_headers |= arch_include_date; in arch_cmd_ancestry()
306 if (wanted_headers) in arch_cmd_ancestry()
315 arch_print_headers_summary (1, 6, headers, wanted_headers); in arch_cmd_ancestry()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-mail-iter.c24 const char *const *wanted_headers, in doveadm_mail_iter_init() argument
57 headers_ctx = wanted_headers == NULL || wanted_headers[0] == NULL ? in doveadm_mail_iter_init()
58 NULL : mailbox_header_lookup_init(iter->box, wanted_headers); in doveadm_mail_iter_init()
H A Ddoveadm-mail-iter.h13 const char *const *wanted_headers,
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/virtual/
H A Dvirtual-mail.c13 struct mailbox_header_lookup_ctx *wanted_headers; member
34 struct mailbox_header_lookup_ctx *wanted_headers) in virtual_mail_alloc() argument
44 vmail->wanted_headers = wanted_headers; in virtual_mail_alloc()
45 if (vmail->wanted_headers != NULL) in virtual_mail_alloc()
46 mailbox_header_lookup_ref(vmail->wanted_headers); in virtual_mail_alloc()
78 mailbox_header_lookup_unref(&vmail->wanted_headers); in virtual_mail_close()
157 backend_headers = vmail->wanted_headers == NULL ? NULL : in virtual_mail_set_backend_mail()
159 vmail->wanted_headers->name); in virtual_mail_set_backend_mail()
H A Dvirtual-storage.h219 struct mailbox_header_lookup_ctx *wanted_headers);
228 struct mailbox_header_lookup_ctx *wanted_headers);
H A Dvirtual-search.c105 struct mailbox_header_lookup_ctx *wanted_headers) in virtual_search_init() argument
111 wanted_fields, wanted_headers); in virtual_search_init()
/dports/mail/p5-Mail-DKIM/Mail-DKIM-1.20200907/lib/Mail/DKIM/
H A DSigner.pm342 my @wanted_headers = @DEFAULT_HEADERS;
344 push @wanted_headers, split /:/, $self->{Headers};
350 scalar grep { lc($a) eq lc($_) } @wanted_headers
/dports/mail/p5-Mail-DKIM/Mail-DKIM-1.20200907/lib/Mail/DKIM/ARC/
H A DSigner.pm505 my @wanted_headers;
507 @wanted_headers = @DEFAULT_HEADERS;
510 push @wanted_headers, split /:/, $self->{Headers};
516 scalar grep { lc($a) eq lc($_) } @wanted_headers
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/dsync/
H A Ddsync-mailbox-export.c27 struct mailbox_header_lookup_ctx *wanted_headers; member
301 exporter->wanted_headers); in search_add_save()
378 struct mailbox_header_lookup_ctx *wanted_headers = NULL; in dsync_mailbox_export_search() local
402 wanted_headers = exporter->wanted_headers; in dsync_mailbox_export_search()
409 wanted_fields, wanted_headers); in dsync_mailbox_export_search()
541 exporter->wanted_headers = in dsync_mailbox_export_init()
941 mailbox_header_lookup_unref(&exporter->wanted_headers); in dsync_mailbox_export_deinit()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-search.c1225 struct mailbox_header_lookup_ctx *wanted_headers, in wanted_sort_fields_get() argument
1267 if (wanted_headers != NULL) { in wanted_sort_fields_get()
1268 for (i = 0; wanted_headers->name[i] != NULL; i++) in wanted_sort_fields_get()
1269 array_push_back(&headers, &wanted_headers->name[i]); in wanted_sort_fields_get()
1284 struct mailbox_header_lookup_ctx *wanted_headers) in index_storage_search_init() argument
1322 &ctx->mail_ctx.wanted_headers); in index_storage_search_init()
1323 } else if (wanted_headers != NULL) { in index_storage_search_init()
1324 ctx->mail_ctx.wanted_headers = wanted_headers; in index_storage_search_init()
1325 mailbox_header_lookup_ref(wanted_headers); in index_storage_search_init()
1366 mailbox_header_lookup_unref(&ctx->mail_ctx.wanted_headers); in index_storage_search_deinit()
[all …]
H A Dindex-mail.c1739 struct mailbox_header_lookup_ctx *wanted_headers) in index_mail_alloc() argument
1779 if (wanted_headers != NULL) { in index_mail_init()
1780 mail->mail.wanted_headers = wanted_headers; in index_mail_init()
1781 mailbox_header_lookup_ref(wanted_headers); in index_mail_init()
1843 if (mail->mail.wanted_headers != NULL) { in index_mail_init_data()
1844 data->wanted_headers = mail->mail.wanted_headers; in index_mail_init_data()
1845 mailbox_header_lookup_ref(data->wanted_headers); in index_mail_init_data()
2250 } else if (data->wanted_headers == NULL) { in index_mail_add_temp_wanted_fields()
2251 data->wanted_headers = headers; in index_mail_add_temp_wanted_fields()
2257 mailbox_header_lookup_unref(&data->wanted_headers); in index_mail_add_temp_wanted_fields()
[all …]
H A Dindex-sort.c375 struct mailbox_header_lookup_ctx *wanted_headers; in index_sort_program_init() local
381 get_wanted_fields(t->box, sort_program, &wanted_fields, &wanted_headers); in index_sort_program_init()
386 program->temp_mail = mail_alloc(t, wanted_fields, wanted_headers); in index_sort_program_init()
388 if (wanted_headers != NULL) in index_sort_program_init()
389 mailbox_header_lookup_unref(&wanted_headers); in index_sort_program_init()
H A Dindex-mail.h98 struct mailbox_header_lookup_ctx *wanted_headers; member
168 struct mailbox_header_lookup_ctx *wanted_headers);
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/mail-log/
H A Dmail-log-plugin.c212 struct mailbox_header_lookup_ctx *wanted_headers = NULL; in mail_log_update_wanted_fields() local
225 wanted_headers = mailbox_header_lookup_init(mail->box, headers); in mail_log_update_wanted_fields()
233 mail_add_temp_wanted_fields(mail, wanted_fields, wanted_headers); in mail_log_update_wanted_fields()
234 mailbox_header_lookup_unref(&wanted_headers); in mail_log_update_wanted_fields()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dfail-mail-storage.h17 struct mailbox_header_lookup_ctx *wanted_headers);
H A Dmail.c22 struct mailbox_header_lookup_ctx *wanted_headers) in mail_alloc() argument
26 i_assert(wanted_headers == NULL || wanted_headers->box == t->box); in mail_alloc()
29 mail = t->box->v.mail_alloc(t, wanted_fields, wanted_headers); in mail_alloc()
H A Dmail-storage-private.h302 struct mailbox_header_lookup_ctx *wanted_headers);
309 struct mailbox_header_lookup_ctx *wanted_headers);
567 struct mailbox_header_lookup_ctx *wanted_headers; member
658 struct mailbox_header_lookup_ctx *wanted_headers; member
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/imapc/
H A Dimapc-search.h9 struct mailbox_header_lookup_ctx *wanted_headers);
H A Dimapc-mail.h35 struct mailbox_header_lookup_ctx *wanted_headers);
H A Dimapc-mail.c19 struct mailbox_header_lookup_ctx *wanted_headers) in imapc_mail_alloc() argument
28 index_mail_init(&mail->imail, t, wanted_fields, wanted_headers, pool, NULL); in imapc_mail_alloc()
403 if (data->access_part == 0 && data->wanted_headers != NULL && in imapc_mail_update_access_parts()
406 if (!imapc_mail_has_headers_in_cache(mail, data->wanted_headers)) in imapc_mail_update_access_parts()
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/src/lib-sieve/util/
H A Dmail-raw.c36 static const char *wanted_headers[] = { variable
185 headers_ctx = mailbox_header_lookup_init(mailr->box, wanted_headers); in mail_raw_create()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/pop3c/
H A Dpop3c-storage.h47 struct mailbox_header_lookup_ctx *wanted_headers);
H A Dpop3c-mail.c14 struct mailbox_header_lookup_ctx *wanted_headers) in pop3c_mail_alloc() argument
22 index_mail_init(&mail->imail, t, wanted_fields, wanted_headers, pool, NULL); in pop3c_mail_alloc()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/dbox-common/
H A Ddbox-mail.h18 struct mailbox_header_lookup_ctx *wanted_headers);

123