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

/dovecot/src/lib-index/
H A Dmail-index-transaction-export.c243 const struct mail_index_transaction_ext_hdr_update *hdrs; local
278 hdrs = NULL;
281 hdrs = array_get(&t->ext_hdr_updates, &hdrs_count);
297 (ext_id < hdrs_count && hdrs[ext_id].alloc_size > 0)) {
316 if (ext_id < hdrs_count && hdrs[ext_id].alloc_size > 0) {
318 log_append_ext_hdr_update(ctx, &hdrs[ext_id],
/dovecot/src/lib-http/
H A Dhttp-request-parser.c475 const ARRAY_TYPE(http_header_field) *hdrs;
478 hdrs = http_header_get_fields(parser->parser.msg.header);
479 array_foreach(hdrs, hdr) {

Completed in 13 milliseconds