Home
last modified time | relevance | path

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

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