Home | History | Annotate | Download | only in giflib

Lines Matching refs:EOFCode

757     Private->EOFCode = Private->ClearCode + 1;
758 Private->RunningCode = Private->EOFCode + 1;
783 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr;
792 EOFCode = Private->EOFCode;
810 if (CrntCode == EOFCode) {
820 Private->RunningCode = Private->EOFCode + 1;
938 if (*Code == Private->EOFCode) {
948 Private->RunningCode = Private->EOFCode + 1;