Home
last modified time | relevance | path

Searched refs:do_deflate (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/pdf/
H A DSkDeflate.cpp37 static void do_deflate(int flush, in do_deflate() function
94 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer, in finalize()
117 do_deflate(Z_NO_FLUSH, &fImpl->fZStream, fImpl->fOut, in write()
/third_party/toybox/toys/lsb/
H A Dgzip.c69 static int do_deflate(int in_fd, int out_fd, int dd, int level) in do_deflate() function
103 static int do_deflate(int in_fd, int out_fd, int dd, int level)
141 if (do_deflate(ifd, ofd, FLAG(d), TT.level)) in = out; in do_gzip()

Completed in 1 milliseconds