Home | History | Annotate | Download | only in libjpeg

Lines Matching full:numtoread

827   unsigned int i, numtoread;
835 numtoread = APPN_DATA_LEN;
837 numtoread = (unsigned int) length;
839 numtoread = 0;
840 for (i = 0; i < numtoread; i++)
842 length -= numtoread;
847 examine_app0(cinfo, (JOCTET FAR *) b, numtoread, length);
850 examine_app14(cinfo, (JOCTET FAR *) b, numtoread, length);