Home | History | Annotate | Download | only in tests

Lines Matching refs:itemlen

217         int itemlen = 0;
256 itemlen = (lh << 8) | ll;
258 if ( itemlen < 2 ) {
262 Data = (uchar *)malloc(itemlen);
272 ReadFile(infile, Data+2, itemlen-2, &got, NULL);
274 got = fread(Data+2, 1, itemlen-2, infile); /* Read the whole section.*/
276 if ( got != itemlen-2 ) {
280 PRINT("Jpeg section marker 0x%02x size %d\n",marker, itemlen);