Home
last modified time | relevance | path

Searched refs:start_bunzip (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/other/
Dbzcat.c587 int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, int len) in start_bunzip() function
631 if (!(i = start_bunzip(&bd,src_fd, 0, 0))) { in bunzipStream()