ostream.c revision 6cc0546c058f3e6253c6f99727b28dd602712974
/* Copyright (c) 2002-2007 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "istream.h"
#include "ostream-internal.h"
{
}
{
}
{
}
{
}
void *context)
{
}
{
}
{
}
{
return;
}
{
return;
}
{
int ret;
return -1;
stream->stream_errno = 0;
}
return ret;
}
{
return;
}
{
}
{
return -1;
stream->stream_errno = 0;
}
return 1;
}
{
struct const_iovec iov;
}
unsigned int iov_count)
{
unsigned int i;
return -1;
stream->stream_errno = 0;
for (i = 0, total_size = 0; i < iov_count; i++)
if (ret < 0) {
} else {
}
}
return ret;
}
{
}
{
return -1;
outstream->stream_errno = 0;
return ret;
}
{
}