istream-limit.c revision f30d2b798191d94f845463637610d6b833162d9b
/* Copyright (c) 2003-2008 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 */
}
}
static void
{
}
{
return -1;
}
}
return -2;
} else {
ret = 0;
}
}
}
(ret == 0 ? 0 : -1);
return ret;
}
bool mark ATTR_UNUSED)
{
}
static const struct stat *
{
return NULL;
}
{
struct limit_istream *lstream;
}