M_SOI            1003 coders/meta.c    if (jpeg_transfer_1(ifile, ofile) != M_SOI)
M_SOI            1072 coders/meta.c    marker = jpeg_skip_till_marker(ifile, M_SOI);
M_SOI            1073 coders/meta.c    if (marker == M_SOI)
M_SOI            1076 coders/meta.c      (void) WriteBlobByte(ofile,M_SOI);
M_SOI            1089 coders/meta.c    if (jpeg_skip_1(ifile) != M_SOI)