M_SOI             923 coders/meta.c    if (jpeg_transfer_1(ifile, ofile) != M_SOI)
M_SOI             989 coders/meta.c    marker = jpeg_skip_till_marker(ifile, M_SOI);
M_SOI             990 coders/meta.c    if (marker == M_SOI)
M_SOI             993 coders/meta.c      WriteBlobByte(ofile,M_SOI);
M_SOI            1006 coders/meta.c    if (jpeg_skip_1(ifile) != M_SOI)