/* Copyright (c) 2010-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "istream.h"
#include "ostream-private.h"
#include "ostream-cmp.h"
struct cmp_ostream {
bool equals;
};
bool close_parent)
{
return;
if (close_parent)
}
{
const unsigned char *indata;
while (size > 0) {
return FALSE;
}
return TRUE;
}
static ssize_t
{
unsigned int i;
for (i = 0; i < iov_count; i++) {
break;
}
}
}
return -1;
}
return ret;
}
struct ostream *
{
}
{
}