M_SOI             966 coders/meta.c    if (jpeg_transfer_1(ifile, ofile) != M_SOI)
M_SOI            1032 coders/meta.c    marker = jpeg_skip_till_marker(ifile, M_SOI);
M_SOI            1033 coders/meta.c    if (marker == M_SOI)
M_SOI            1036 coders/meta.c      (void) WriteBlobByte(ofile,M_SOI);
M_SOI            1049 coders/meta.c    if (jpeg_skip_1(ifile) != M_SOI)