Lines Matching defs:parent
43 struct istream *parent; /* for filter streams */
46 /* parent stream's expected offset is kept here. i_stream_read()
47 always seeks parent stream to here before calling read(). */
53 this way streams can check if their parent streams have been
62 bool stream_size_passthrough:1; /* stream is parent's size */
78 i_stream_create(struct istream_private *stream, struct istream *parent, int fd,
80 /* Initialize parent lazily after i_stream_create() has already been called. */
82 struct istream *parent);
103 parent stream. */
115 parent istream's content must be considered as potentially invalid and have