M_SOI 965 coders/meta.c if (jpeg_transfer_1(ifile, ofile) != M_SOI) M_SOI 1031 coders/meta.c marker = jpeg_skip_till_marker(ifile, M_SOI); M_SOI 1032 coders/meta.c if (marker == M_SOI) M_SOI 1035 coders/meta.c (void) WriteBlobByte(ofile,M_SOI); M_SOI 1048 coders/meta.c if (jpeg_skip_1(ifile) != M_SOI)