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

/dovecot/src/lib-storage/index/
H A Dindex-mail-headers.c587 const unsigned char *header, *value_start, *value_end; local
605 value_start = header + lines[i].start_pos;
607 if (skip_header(&value_start, value_end - value_start)) {
608 if (value_start != value_end && value_end[-1] == '\n')
610 value = p_strndup(mail->mail.data_pool, value_start,
611 value_end - value_start);

Completed in 13 milliseconds