Home | History | Annotate | Download | only in giflib

Lines Matching refs:EOFCode

779     Private->EOFCode = Private->ClearCode + 1;
780 Private->RunningCode = Private->EOFCode + 1;
805 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr;
814 EOFCode = Private->EOFCode;
832 if (CrntCode == EOFCode) {
842 Private->RunningCode = Private->EOFCode + 1;
963 if (*Code == Private->EOFCode) {
973 Private->RunningCode = Private->EOFCode + 1;