Home | History | Annotate | Download | only in giflib

Lines Matching refs:CrntCode

805     int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr;
829 if (DGifDecompressInput(GifFile, &CrntCode) == GIF_ERROR)
832 if (CrntCode == EOFCode) {
838 } else if (CrntCode == ClearCode) {
850 if (CrntCode < ClearCode) {
852 Line[i++] = CrntCode;
858 if (Prefix[CrntCode] == NO_SUCH_CODE) {
861 /* Only allowed if CrntCode is exactly the running code:
862 * In that case CrntCode = XXXCode, CrntCode or the
865 if (CrntCode == Private->RunningCode - 2) {
873 CrntCode,
877 CrntPrefix = CrntCode;
902 if (CrntCode == Private->RunningCode - 2) {
903 /* Only allowed if CrntCode is exactly the running code:
904 * In that case CrntCode = XXXCode, CrntCode or the
911 DGifGetPrefixChar(Prefix, CrntCode, ClearCode);
914 LastCode = CrntCode;