Home | History | Annotate | Download | only in libxml2

Lines Matching full:instream

687   void (*InStream) TRIO_PROTO((struct _trio_class_t *, int *));
5119 self->InStream(self, &ch);
5437 assert(VALID(self->InStream));
5459 self->InStream(self, NULL);
5463 self->InStream(self, NULL);
5480 self->InStream(self, NULL);
5486 self->InStream(self, NULL);
5491 self->InStream(self, NULL);
5521 self->InStream(self, NULL);
5535 self->InStream(self, NULL);
5563 assert(VALID(self->InStream));
5570 self->InStream(self, NULL);
5594 self->InStream(self, NULL);
5627 assert(VALID(self->InStream));
5668 assert(VALID(self->InStream));
5692 self->InStream(self, NULL);
5703 self->InStream(self, NULL);
5725 assert(VALID(self->InStream));
5772 assert(VALID(self->InStream));
5783 self->InStream(self, &ch);
5822 * a string as input, but InStream can be anything, so we have to
5829 self->InStream(self, &ch);
5848 self->InStream(self, &ch);
5897 self->InStream(self, &ch);
5902 self->InStream(self, &ch);
5916 self->InStream(self, &ch);
5926 self->InStream(self, &ch);
5940 self->InStream(self, &ch);
5945 self->InStream(self, &ch);
5951 self->InStream(self, &ch);
5955 self->InStream(self, &ch);
5960 self->InStream(self, &ch);
6053 data->InStream(data, &ch);
6074 data->InStream(data, &ch);
6093 data->InStream(data, &ch);
6352 data->InStream(data, &ch);
6368 TRIO_ARGS6((source, sourceSize, InStream, format, arglist, argarray),
6371 void (*InStream) TRIO_PROTO((trio_class_t *, int *)),
6380 assert(VALID(InStream));
6384 data.InStream = InStream;