Searched refs:lzLength (Results 1 – 1 of 1) sorted by relevance
954 u16 lzLength = (u16)( (length & 0xFF) + 3 ); in ReadUncompLH() local1014 if ( context->destCount < lzLength ) in ReadUncompLH()1021 lzLength = (u16)context->destCount; in ReadUncompLH()1024 context->destCount -= lzLength; in ReadUncompLH()1025 while ( lzLength-- ) in ReadUncompLH()