iostream.c revision b3b813a6473d1210eee94bd60eaa6bafd2131ed3
/* Copyright (c) 2002-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "array.h"
#include "istream.h"
#include "ostream.h"
#include "iostream-private.h"
static void
bool close_parent ATTR_UNUSED)
{
}
static void
{
}
{
}
{
}
{
return TRUE;
return FALSE;
}
{
const struct iostream_destroy_callback *dc;
}
}
{
}
{
}
{
struct iostream_destroy_callback *dc;
}
void (*callback)(void *))
{
const struct iostream_destroy_callback *dcs;
unsigned int i, count;
for (i = 0; i < count; i++) {
return;
}
}
i_unreached();
}
const char *fmt, ...)
{
}
{
/* one of the parameters may be the old stream->error, so don't free
it before the new error is created. */
}
{
const char *errstr;
} else {
errno = 0;
errstr = "";
}
return "Connection closed";
else
}
{
}
{
}