Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Ddecompress.c11 int __init decompress(void *inbuf, unsigned int len, void *outbuf) in decompress() argument
16 return gunzip(inbuf, len, NULL, NULL, outbuf, NULL, error); in decompress()
20 return bunzip2(inbuf, len, NULL, NULL, outbuf, NULL, error); in decompress()
23 return unxz(inbuf, len, NULL, NULL, outbuf, NULL, error); in decompress()
26 return unlzma(inbuf, len, NULL, NULL, outbuf, NULL, error); in decompress()
29 return unlzo(inbuf, len, NULL, NULL, outbuf, NULL, error); in decompress()
32 return unlz4(inbuf, len, NULL, NULL, outbuf, NULL, error); in decompress()
A Dbunzip2.c512 static int INIT read_bunzip(struct bunzip_data *bd, unsigned char *outbuf, int len) in read_bunzip() argument
544 outbuf[gotcount++] = xcurrent; in read_bunzip()
671 unsigned char *outbuf, in bunzip2() argument
680 outbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
682 if (!outbuf) { in bunzip2()
698 i = read_bunzip(bd, outbuf, BZIP2_IOBUF_SIZE); in bunzip2()
702 outbuf += i; in bunzip2()
704 if (i != flush(outbuf, i)) { in bunzip2()
731 free(outbuf); in bunzip2()
/xen-4.10.0-shim-comet/tools/libvchan/
A Dnode-select.c51 char outbuf[BUFSIZE]; variable
77 ret = write(1, outbuf, outsiz); in stdout_wr()
82 memmove(outbuf, outbuf + ret, outsiz); in stdout_wr()
170 ret = libxenvchan_read(ctrl, outbuf + outsiz, BUFSIZE - outsiz); in main()
/xen-4.10.0-shim-comet/xen/include/xen/
A Ddecompress.h7 unsigned char *outbuf, unsigned int *posp,
36 int decompress(void *inbuf, unsigned int len, void *outbuf);
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_dom_decompress_unsafe.h6 unsigned char *outbuf, unsigned int *posp,

Completed in 6 milliseconds