Lines Matching refs:forceDestCount

70     context->forceDestCount = 0;  in InitUncompContextRL()
95 context->forceDestCount = 0; in InitUncompContextLZ()
122 context->forceDestCount = 0; in InitUncompContextHuffman()
216 …_len = ReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in ReadUncompRL()
277 if ( context->forceDestCount == 0 ) in ReadUncompRL()
290 if ( (context->forceDestCount == 0) && (len > 32) ) in ReadUncompRL()
338 …_len = ReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in ReadUncompLZ()
429 if ( context->forceDestCount == 0 ) in ReadUncompLZ()
465 if ( (context->forceDestCount == 0) && (len > 32) ) in ReadUncompLZ()
524 …_len = ReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in ReadUncompHuffman()
621 if ( (context->forceDestCount == 0) && (len > 32) ) in ReadUncompHuffman()
722 context->forceDestCount = 0; in InitUncompContextLH()
800 … if ( ( context->forceDestCount > 0 ) && ( context->forceDestCount < context->destCount ) ) in ReadUncompLH()
802 context->destCount = context->forceDestCount; in ReadUncompLH()
1017 if ( context->forceDestCount == 0 ) in ReadUncompLH()
1042 (context->forceDestCount == 0) && in ReadUncompLH()
1367 context->forceDestCount = 0; in InitUncompContextLRC()
1426 …_len = ReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in ReadUncompLRC()
1488 if ( context->forceDestCount == 0 ) in ReadUncompLRC()
1518 (context->forceDestCount == 0) && in ReadUncompLRC()