Searched refs:inPosn (Results 1 – 1 of 1) sorted by relevance
128 int inPosn; in compress() local131 inPosn = outPosn = 0; in compress()142 deflater.setInput(inBuf, inPosn, want); in compress()145 inPosn += want; in compress()167 int inPosn; in expand() local170 inPosn = outPosn = 0; in expand()181 inflater.setInput(inBuf, inPosn, want); in expand()184 inPosn += want; in expand()