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

/dovecot/src/lib-mail/
H A Distream-attachment-extractor.c450 buffer_t *extra_buf = NULL; local
485 if (astream_decode_base64(astream, &extra_buf) < 0)
508 buffer_free(&extra_buf);
529 if (ret == 0 && extra_buf != NULL)
530 stream_add_data(astream, extra_buf->data, extra_buf->used);
531 buffer_free(&extra_buf);

Completed in 12 milliseconds