Home
last modified time | relevance | path

Searched refs:hdr_r (Results 1 – 10 of 10) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fts/
H A Dfts-api.c417 bool fts_index_get_header(struct mailbox *box, struct fts_index_header *hdr_r) in fts_index_get_header() argument
428 if (data_size < sizeof(*hdr_r)) { in fts_index_get_header()
429 i_zero(hdr_r); in fts_index_get_header()
432 memcpy(hdr_r, data, sizeof(*hdr_r)); in fts_index_get_header()
H A Dfts-api-private.h113 bool fts_index_get_header(struct mailbox *box, struct fts_index_header *hdr_r);
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dtest-mailbox-get.c63 const struct mail_transaction_header **hdr_r, in mail_transaction_log_view_next() argument
88 *hdr_r = &hdr; in mail_transaction_log_view_next()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-mail/
H A Dmessage-header-parser.c61 struct message_header_line **hdr_r) in message_parse_header_next() argument
70 *hdr_r = NULL; in message_parse_header_next()
389 *hdr_r = line; in message_parse_header_next()
H A Dmessage-header-parser.h55 struct message_header_line **hdr_r);
/dports/mail/dovecot/dovecot-2.3.17/src/lib-index/
H A Dmail-transaction-log-modseq.c78 const struct mail_transaction_header **hdr_r, in log_get_synced_record() argument
100 *hdr_r = hdr; in log_get_synced_record()
H A Dmail-transaction-log-view.c775 const struct mail_transaction_header **hdr_r, in log_view_get_next() argument
846 *hdr_r = hdr; in log_view_get_next()
854 const struct mail_transaction_header **hdr_r, in mail_transaction_log_view_next() argument
885 *hdr_r = &view->tmp_hdr; in mail_transaction_log_view_next()
H A Dmail-transaction-log.h429 const struct mail_transaction_header **hdr_r,
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/dbox-multi/
H A Dmdbox-storage-rebuild.c488 struct mdbox_index_header *hdr_r, bool *need_resize_r) in mdbox_rebuild_get_header() argument
494 i_zero(hdr_r); in mdbox_rebuild_get_header()
495 memcpy(hdr_r, data, I_MIN(data_size, sizeof(*hdr_r))); in mdbox_rebuild_get_header()
496 *need_resize_r = data_size < sizeof(*hdr_r); in mdbox_rebuild_get_header()
H A Dmdbox-map.c256 struct mdbox_map_mail_index_header *hdr_r) in mdbox_map_get_ext_hdr() argument
262 i_zero(hdr_r); in mdbox_map_get_ext_hdr()
263 memcpy(hdr_r, data, I_MIN(data_size, sizeof(*hdr_r))); in mdbox_map_get_ext_hdr()