Lines Matching refs:forceDestCount
40 context->forceDestCount = 0; in CXInitUncompContextRL()
64 context->forceDestCount = 0; in CXInitUncompContextLZ()
90 context->forceDestCount = 0; in CXInitUncompContextHuffman()
175 …n = CXiReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in CXReadUncompRL()
241 if ( context->forceDestCount == 0 ) in CXReadUncompRL()
254 if ( (context->forceDestCount == 0) && (len > 32) ) in CXReadUncompRL()
299 …n = CXiReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in CXReadUncompLZ()
390 if ( context->forceDestCount == 0 ) in CXReadUncompLZ()
426 if ( (context->forceDestCount == 0) && (len > 32) ) in CXReadUncompLZ()
481 …n = CXiReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in CXReadUncompHuffman()
578 if ( (context->forceDestCount == 0) && (len > 32) ) in CXReadUncompHuffman()
676 context->forceDestCount = 0; in CXInitUncompContextLH()
753 … if ( ( context->forceDestCount > 0 ) && ( context->forceDestCount < context->destCount ) ) in CXReadUncompLH()
755 context->destCount = context->forceDestCount; in CXReadUncompLH()
956 if ( context->forceDestCount == 0 ) in CXReadUncompLH()
980 (context->forceDestCount == 0) && in CXReadUncompLH()
1302 context->forceDestCount = 0; in CXInitUncompContextLRC()
1358 …n = CXiReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in CXReadUncompLRC()
1420 if ( context->forceDestCount == 0 ) in CXReadUncompLRC()
1450 (context->forceDestCount == 0) && in CXReadUncompLRC()