Home | History | Annotate | Download | only in giflib

Lines Matching refs:RunningCode

758     Private->RunningCode = Private->EOFCode + 1;
820 Private->RunningCode = Private->EOFCode + 1;
841 if (CrntCode == Private->RunningCode - 2) {
843 Suffix[Private->RunningCode - 2] =
874 if (LastCode != NO_SUCH_CODE && Prefix[Private->RunningCode - 2] == NO_SUCH_CODE) {
875 Prefix[Private->RunningCode - 2] = LastCode;
877 if (CrntCode == Private->RunningCode - 2) {
882 Suffix[Private->RunningCode - 2] =
885 Suffix[Private->RunningCode - 2] =
948 Private->RunningCode = Private->EOFCode + 1;
999 * keep using the table as it is, don't increment Private->RunningCode.
1001 if (Private->RunningCode < LZ_MAX_CODE + 2 &&
1002 ++Private->RunningCode > Private->MaxCode1 &&