Searched refs:runningState (Results 1 – 6 of 6) sorted by relevance
149 if (s.runningState != UNINITIALIZED) { in initState()161 s.runningState = BLOCK_START; in initState()165 if (s.runningState == UNINITIALIZED) { in close()168 if (s.runningState == CLOSED) { in close()171 s.runningState = CLOSED; in close()553 s.runningState = INIT_WRITE; in readNextMetablockHeader()568 s.runningState = (s.isMetadata != 0) ? READ_METADATA : COPY_UNCOMPRESSED; in readNextMetablockHeader()570 s.runningState = COMPRESSED_BLOCK_START; in readNextMetablockHeader()665 s.runningState = BLOCK_START; in copyUncompressedData()675 s.runningState = INIT_WRITE; in copyUncompressedData()[all …]
30 int runningState; // Default value is 0 == Decode.UNINITIALIZED field in State
10 internal int runningState = Org.Brotli.Dec.RunningState.Uninitialized; field in Org.Brotli.Dec.State140 if (state.runningState != Org.Brotli.Dec.RunningState.Uninitialized) in SetInput()153 state.runningState = Org.Brotli.Dec.RunningState.BlockStart; in SetInput()159 if (state.runningState == Org.Brotli.Dec.RunningState.Uninitialized) in Close()163 if (state.runningState == Org.Brotli.Dec.RunningState.Closed) in Close()167 state.runningState = Org.Brotli.Dec.RunningState.Closed; in Close()
510 state.runningState = Org.Brotli.Dec.RunningState.Write; in ReadMetablockInfo()529 …state.runningState = state.isMetadata ? Org.Brotli.Dec.RunningState.ReadMetadata : Org.Brotli.Dec.… in ReadMetablockInfo()533 state.runningState = Org.Brotli.Dec.RunningState.CompressedBlockStart; in ReadMetablockInfo()618 state.runningState = Org.Brotli.Dec.RunningState.BlockStart; in CopyUncompressedData()630 state.runningState = Org.Brotli.Dec.RunningState.Write; in CopyUncompressedData()634 state.runningState = Org.Brotli.Dec.RunningState.BlockStart; in CopyUncompressedData()663 if (state.runningState == Org.Brotli.Dec.RunningState.Uninitialized) in Decompress()667 if (state.runningState == Org.Brotli.Dec.RunningState.Closed) in Decompress()674 while (state.runningState != Org.Brotli.Dec.RunningState.Finished) in Decompress()676 switch (state.runningState) in Decompress()[all …]
67 if (s.runningState != 0) {79 s.runningState = 1;86 if (s.runningState == 0) {89 if (s.runningState == 10) {92 s.runningState = 10;581 s.runningState = 11;596 s.runningState = (s.isMetadata != 0) ? 4 : 5;598 s.runningState = 2;697 s.runningState = 1;706 s.runningState = 11;[all …]
1 …runningState!=0){throw"State MUST be uninitialized"}e.blockTrees=new Int32Array(6480);e.input=t;ie…