Lines Matching refs:InStream
707 void (*InStream) TRIO_PROTO((struct _trio_class_t *, int *)); member
5139 self->InStream(self, &ch);
5457 assert(VALID(self->InStream));
5479 self->InStream(self, NULL);
5483 self->InStream(self, NULL);
5500 self->InStream(self, NULL);
5506 self->InStream(self, NULL);
5511 self->InStream(self, NULL);
5541 self->InStream(self, NULL);
5555 self->InStream(self, NULL);
5583 assert(VALID(self->InStream));
5590 self->InStream(self, NULL);
5614 self->InStream(self, NULL);
5647 assert(VALID(self->InStream));
5688 assert(VALID(self->InStream));
5712 self->InStream(self, NULL);
5723 self->InStream(self, NULL);
5745 assert(VALID(self->InStream));
5792 assert(VALID(self->InStream));
5803 self->InStream(self, &ch);
5849 self->InStream(self, &ch);
5868 self->InStream(self, &ch);
5917 self->InStream(self, &ch);
5922 self->InStream(self, &ch);
5936 self->InStream(self, &ch);
5946 self->InStream(self, &ch);
5960 self->InStream(self, &ch);
5965 self->InStream(self, &ch);
5971 self->InStream(self, &ch);
5975 self->InStream(self, &ch);
5980 self->InStream(self, &ch);
6073 data->InStream(data, &ch);
6094 data->InStream(data, &ch);
6113 data->InStream(data, &ch);
6372 data->InStream(data, &ch);
6388 TRIO_ARGS6((source, sourceSize, InStream, format, arglist, argarray),
6391 void (*InStream) TRIO_PROTO((trio_class_t *, int *)),
6400 assert(VALID(InStream));
6404 data.InStream = InStream;