Searched refs:noutp (Results 1 – 1 of 1) sorted by relevance
2749 unsigned char *noutp = strm->next_out; in lzx_decode_blocks() local2750 unsigned char *endp = noutp + strm->avail_out; in lzx_decode_blocks()2784 strm->avail_out = endp - noutp; in lzx_decode_blocks()2787 if (noutp >= endp) in lzx_decode_blocks()2821 *noutp++ = c; in lzx_decode_blocks()2966 if (noutp + l >= endp) in lzx_decode_blocks()2967 l = (int)(endp - noutp); in lzx_decode_blocks()2972 memcpy(noutp, s, l); in lzx_decode_blocks()2979 noutp[li] = d[li] = s[li]; in lzx_decode_blocks()2981 noutp += l; in lzx_decode_blocks()[all …]