istream-data.c revision bcb4e51a409d94ae670de96afb8483a4f7855294
/* Copyright (c) 2002-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "istream-private.h"
{
return -1;
}
bool mark ATTR_UNUSED)
{
}
{
struct istream_private *stream;
}
static void i_stream_copied_data_free(void *data)
{
}
struct istream *
{
void *buffer;
if (size == 0) {
buffer = "";
} else {
}
if (size > 0) {
}
return stream;
}