Searched defs:gunzip (Results 1 – 5 of 5) 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
72 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) 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