Lines Matching defs:part_buf
101 buffer_t *part_buf;
104 if (get_serialized_parts(mail, &part_buf) <= 0)
107 parts = message_part_deserialize(mail->mail.data_pool, part_buf->data,
108 part_buf->used, &error);
112 error, binary_to_hex(part_buf->data, part_buf->used));
155 buffer_t *part_buf;
158 if (get_serialized_parts(INDEX_MAIL(mail), &part_buf) <= 0)
161 parts_str = binary_to_hex(part_buf->data, part_buf->used);