Lines Matching refs:InStream
704 void (*InStream) TRIO_PROTO((struct _trio_class_t *, int *)); member
5136 self->InStream(self, &ch);
5454 assert(VALID(self->InStream));
5476 self->InStream(self, NULL);
5480 self->InStream(self, NULL);
5497 self->InStream(self, NULL);
5503 self->InStream(self, NULL);
5508 self->InStream(self, NULL);
5538 self->InStream(self, NULL);
5552 self->InStream(self, NULL);
5580 assert(VALID(self->InStream));
5587 self->InStream(self, NULL);
5611 self->InStream(self, NULL);
5644 assert(VALID(self->InStream));
5685 assert(VALID(self->InStream));
5709 self->InStream(self, NULL);
5720 self->InStream(self, NULL);
5742 assert(VALID(self->InStream));
5789 assert(VALID(self->InStream));
5800 self->InStream(self, &ch);
5846 self->InStream(self, &ch);
5865 self->InStream(self, &ch);
5914 self->InStream(self, &ch);
5919 self->InStream(self, &ch);
5933 self->InStream(self, &ch);
5943 self->InStream(self, &ch);
5957 self->InStream(self, &ch);
5962 self->InStream(self, &ch);
5968 self->InStream(self, &ch);
5972 self->InStream(self, &ch);
5977 self->InStream(self, &ch);
6070 data->InStream(data, &ch);
6091 data->InStream(data, &ch);
6110 data->InStream(data, &ch);
6369 data->InStream(data, &ch);
6385 TRIO_ARGS6((source, sourceSize, InStream, format, arglist, argarray),
6388 void (*InStream) TRIO_PROTO((trio_class_t *, int *)),
6397 assert(VALID(InStream));
6401 data.InStream = InStream;