Searched refs:bunzip2 (Results 1 – 7 of 7) sorted by relevance
/xen/tools/libxc/ |
A D | xc_dom_decompress_unsafe_bzip2.c | 13 return xc_dom_decompress_unsafe(bunzip2, dom, blob, size); in xc_try_bzip2_decode()
|
/xen/xen/include/xen/ |
A D | decompress.h | 34 decompress_fn bunzip2, unxz, unlzma, unlzo, unlz4; variable
|
/xen/xen/common/ |
A D | COPYING | 10 bunzip2.c
|
A D | decompress.c | 20 return bunzip2(inbuf, len, NULL, NULL, outbuf, NULL, error); in decompress()
|
A D | README.source | 8 bunzip2.c
|
A D | Makefile | 65 obj-bin-$(CONFIG_X86) += $(foreach n,decompress bunzip2 unxz unlzma lzo unlzo unlz4 earlycpio,$(n).…
|
A D | bunzip2.c | 668 STATIC int INIT bunzip2(unsigned char *buf, unsigned int len, in bunzip2() function
|
Completed in 12 milliseconds