M_SOI            1004 coders/meta.c    if (jpeg_transfer_1(ifile, ofile) != M_SOI)
M_SOI            1073 coders/meta.c    marker = jpeg_skip_till_marker(ifile, M_SOI);
M_SOI            1074 coders/meta.c    if (marker == M_SOI)
M_SOI            1077 coders/meta.c      (void) WriteBlobByte(ofile,M_SOI);
M_SOI            1090 coders/meta.c    if (jpeg_skip_1(ifile) != M_SOI)