ostream-cmp.c revision 8b247780e911909a9fdc47f69ce6d1478902ad98
/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "istream.h"
#include "ostream-private.h"
#include "ostream-cmp.h"
struct cmp_ostream {
struct ostream_private ostream;
bool equals;
};
{
return;
}
{
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 *
{
struct cmp_ostream *cstream;
}
{
struct cmp_ostream *cstream =
}