Searched refs:DecompIO (Results 1 – 4 of 4) sorted by relevance
13 inp = zlib.DecompIO(buf, 16 + 8)28 inp = zlib.DecompIO(buf, 16 + 8)35 inp = zlib.DecompIO(buf, 16 + 8)43 inp = zlib.DecompIO(buf, 16 + 8)51 inp = zlib.DecompIO(buf, 16 + 8)
11 inp = zlib.DecompIO(buf, -8)24 inp = zlib.DecompIO(io.BytesIO(b"x\x9c30\xa0=\x00\x00\xb3q\x12\xc1"))29 inp = zlib.DecompIO(io.BytesIO(b"x\x9c30\xa0=\x00\x00\xb3q\x12\xc0"))
25 def DecompIO(stream, wbits=0): function
207 f2 = uzlib.DecompIO(f1, gzdict_sz)
Completed in 4 milliseconds