Searched defs:gunzip (Results 1 – 7 of 7) sorted by relevance
30 @Test public void gunzip() throws Exception { in gunzip() method in GzipSourceTest202 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSourceTest
53 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSinkTest
54 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSinkTest
59 int gunzip(uintptr_t *in_buf, size_t in_len, uintptr_t *out_buf, in gunzip() function
269 private static String gunzip(HttpEntity body) throws IOException { in gunzip() method in OkApacheClientTest
548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() function