Home
last modified time | relevance | path

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

/external/toybox/lib/
Ddeflate.c40 struct bitbuf *bitbuf_init(int fd, int size) in bitbuf_init() function
427 struct bitbuf *bb = bitbuf_init(outfd, 4096); in gzip_fd()
461 struct bitbuf *bb = bitbuf_init(infd, 4096); in gunzip_fd()