Home
last modified time | relevance | path

Searched defs:gunzip (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/okio/okio/src/test/java/okio/
DGzipSourceTest.java30 @Test public void gunzip() throws Exception { in gunzip() method in GzipSourceTest
202 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSourceTest
DGzipSinkTest.java53 private Buffer gunzip(Buffer gzipped) throws IOException { in gunzip() method in GzipSinkTest
/external/u-boot/lib/
Dgunzip.c72 int gunzip(void *dst, int dstlen, unsigned char *src, unsigned long *lenp) in gunzip() function
/external/okhttp/okhttp-apache/src/test/java/com/squareup/okhttp/apache/
DOkApacheClientTest.java269 private static String gunzip(HttpEntity body) throws IOException { in gunzip() method in OkApacheClientTest
/external/zlib/src/examples/
Dgun.c548 local int gunzip(z_stream *strm, char *inname, char *outname, int test) in gunzip() function