istream-limit.c revision 92e69fe12039bb686667948b835f4bba55ab843a
/* Copyright (c) 2003-2010 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "istream-internal.h"
struct limit_istream {
struct istream_private istream;
};
{
/* get to same position in parent stream */
}
}
{
if (left == 0) {
return -1;
}
}
return ret;
}
bool mark ATTR_UNUSED)
{
}
static const struct stat *
{
return NULL;
}
{
return 1;
}
return -1;
return 0;
return 1;
}
{
struct limit_istream *lstream;
}