Home | History | Annotate | Download | only in jpeg-6b

Lines Matching full:input_file

145   FILE * infile = source->pub.input_file;
163 FILE * infile = source->pub.input_file;
188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width))
303 if (getc(source->pub.input_file) != 'P')
306 c = getc(source->pub.input_file); /* subformat discriminator character */
321 w = read_pbm_integer(cinfo, source->pub.input_file);
322 h = read_pbm_integer(cinfo, source->pub.input_file);
323 maxval = read_pbm_integer(cinfo, source->pub.input_file);