Searched refs:outPosn (Results 1 – 1 of 1) sorted by relevance
129 int outPosn; in compress() local131 inPosn = outPosn = 0; in compress()154 compCount = deflater.deflate(outBuf, outPosn, LOCAL_BUF_SIZE); in compress()155 outPosn += compCount; in compress()168 int outPosn; in expand() local170 inPosn = outPosn = 0; in expand()190 compCount = inflater.inflate(outBuf, outPosn, LOCAL_BUF_SIZE); in expand()191 outPosn += compCount; in expand()