Searched refs:full_value (Results 1 - 15 of 15) sorted by relevance

/dovecot/src/lib-storage/index/mbox/
H A Dmbox-sync-parse.c57 if (!IS_LWSP(hdr->full_value[i-1]))
91 flag = mbox_flag_find(flags_list, hdr->full_value[i]);
131 if (IS_LWSP_LF(hdr->full_value[pos])) {
139 if (IS_LWSP_LF(hdr->full_value[pos]))
144 keyword = t_strndup(hdr->full_value + keyword_start,
175 if (hdr->full_value[i] < '0' || hdr->full_value[i] > '9') {
176 if (hdr->full_value[i] != ' ')
180 uid_validity = uid_validity * 10 + (hdr->full_value[i] - '0');
189 if (!IS_LWSP_LF(hdr->full_value[
[all...]
H A Dmbox-save.c633 hdr.value = hdr.full_value =
/dovecot/src/lib-mail/
H A Dtest-message-decoder.c37 hdr.full_value = (const void *)"quoted-printable";
38 hdr.full_value_len = strlen((const char *)hdr.full_value);
108 hdr.full_value = (const void *)"multipart/mixed; boundary=x";
109 hdr.full_value_len = strlen((const char *)hdr.full_value);
119 hdr.full_value = (const void *)"text/plain";
120 hdr.full_value_len = strlen((const char *)hdr.full_value);
130 hdr.full_value = (const void *)"application/pdf";
131 hdr.full_value_len = strlen((const char *)hdr.full_value);
H A Dtest-message-header-parser.c65 memcmp(hdr->full_value, " v2", 3) == 0);
68 memcmp(hdr->full_value, "\n v2", 4) == 0);
90 memcmp(hdr->full_value, " v3", 3) == 0);
93 memcmp(hdr->full_value, "\n\tv3", 4) == 0);
96 memcmp(hdr->full_value, "\r\n\tv3", 5) == 0);
108 memcmp(hdr->full_value, " v3 w3", 6) == 0);
111 memcmp(hdr->full_value, "\n\tv3\n\tw3", 8) == 0);
114 memcmp(hdr->full_value, "\r\n\tv3\n\tw3", 9) == 0);
H A Dmessage-header-parser.h13 /* Don't add CRs to full_value even if input had them */
15 /* Convert [CR+]LF+LWSP to a space character in full_value */
26 const unsigned char *full_value; member in struct:message_header_line
39 bool use_full_value:1; /* set if you want full_value */
H A Dtest-message-search.c31 hdr.value = hdr.full_value = text_plain;
H A Dmessage-part-data.c234 *addr_p = message_address_parse(pool, hdr->full_value,
239 hdr->full_value, hdr->full_value_len);
282 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
321 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
339 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
402 value = t_strndup(hdr->full_value, hdr->full_value_len);
431 hdr->full_value, hdr->full_value_len);
H A Dmessage-decoder.c97 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
135 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
173 message_header_decode_utf8(hdr->full_value, hdr->full_value_len,
187 ctx->hdr.full_value = ctx->buf->data;
H A Dmessage-header-parser.c256 line->name = ""; line->value = line->full_value = NULL;
332 line->value = line->full_value = ctx->value_buf->data;
355 line->full_value = ctx->value_buf->data;
358 /* we didn't want full_value, and this is a continued line. */
359 line->full_value = NULL;
H A Dmessage-search.c56 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
90 str_find_more(ctx->str_find_ctx, hdr->full_value,
H A Distream-attachment-extractor.c82 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
99 i_strndup(hdr->full_value, hdr->full_value_len);
H A Dmessage-parser.c484 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
/dovecot/src/plugins/fts/
H A Dfts-build-mail.c51 rfc822_parser_init(&parser, hdr->full_value, hdr->full_value_len, NULL);
68 i_strndup(hdr->full_value, hdr->full_value_len);
86 const unsigned char *data = hdr->full_value;
143 data_has_8bit(hdr->full_value, hdr->full_value_len))
161 /* hdr->full_value is always set because we get the block from
187 hdr->full_value,
/dovecot/src/lib-storage/index/
H A Dindex-search.c536 ctx->hdr->full_value,
589 ctx->hdr->full_value,
594 hdr.value = hdr.full_value = str_data(str);
600 compress_lwsp(str, hdr.full_value, hdr.full_value_len);
601 hdr.value = hdr.full_value = str_data(str);
/dovecot/src/doveadm/
H A Ddoveadm-mail-fetch.c299 doveadm_print_stream(block.hdr->full_value,

Completed in 26 milliseconds