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

/dovecot/src/lib-storage/index/imapc/
H A Dimapc-mail.c360 struct mailbox_header_lookup_ctx *header_ctx; local
397 header_ctx = mailbox_header_lookup_init(_mail->box,
399 if (!imapc_mail_has_headers_in_cache(mail, header_ctx))
401 mailbox_header_lookup_unref(&header_ctx);
/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c490 struct mailbox_header_lookup_ctx *header_ctx; local
507 header_ctx = mailbox_header_lookup_init(mail->mail.mail.box,
509 if (mail_get_header_stream(&mail->mail.mail, header_ctx, &stream) < 0) {
510 mailbox_header_lookup_unref(&header_ctx);
513 mailbox_header_lookup_unref(&header_ctx);
/dovecot/src/lib-imap-storage/
H A Dimap-msgpart.c41 struct mailbox_header_lookup_ctx *header_ctx; member in struct:imap_msgpart
614 if (msgpart->header_ctx == NULL) {
615 msgpart->header_ctx =
619 if (mail_get_header_stream(mail, msgpart->header_ctx,
850 mailbox_header_lookup_unref(&msgpart->header_ctx);

Completed in 14 milliseconds