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()
236 if ( context->forceDestCount == 0 ) in CXReadUncompRL()
249 if ( (context->forceDestCount == 0) && (len > 32) ) in CXReadUncompRL()
294 …n = CXiReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in CXReadUncompLZ()
385 if ( context->forceDestCount == 0 ) in CXReadUncompLZ()
421 if ( (context->forceDestCount == 0) && (len > 32) ) in CXReadUncompLZ()
476 …n = CXiReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in CXReadUncompHuffman()
573 if ( (context->forceDestCount == 0) && (len > 32) ) in CXReadUncompHuffman()
671 context->forceDestCount = 0; in CXInitUncompContextLH()
747 … if ( ( context->forceDestCount > 0 ) && ( context->forceDestCount < context->destCount ) ) in CXReadUncompLH()
749 context->destCount = context->forceDestCount; in CXReadUncompLH()
941 if ( context->forceDestCount == 0 ) in CXReadUncompLH()
966 (context->forceDestCount == 0) && in CXReadUncompLH()
1289 context->forceDestCount = 0; in CXInitUncompContextLRC()
1345 …n = CXiReadHeader( &context->headerSize, &context->destCount, srcp, len, context->forceDestCount ); in CXReadUncompLRC()
1407 if ( context->forceDestCount == 0 ) in CXReadUncompLRC()
1437 (context->forceDestCount == 0) && in CXReadUncompLRC()