Searched refs:outp (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | unlz4.c | 37 u8 *outp; in unlz4() local 46 outp = output; in unlz4() 51 outp = large_malloc(uncomp_chunksize); in unlz4() 52 if (!outp) { in unlz4() 125 ret = lz4_decompress(inp, &chunksize, outp, dest_len); in unlz4() 128 ret = lz4_decompress_unknownoutputsize(inp, chunksize, outp, in unlz4() 137 if (flush && flush(outp, dest_len) != dest_len) in unlz4() 140 outp += dest_len; in unlz4() 164 large_free(outp); in unlz4()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_decompress_lz4.c | 42 unsigned char *inp = *blob, *output, *outp; in xc_try_lz4_decode() local 63 outp = output; in xc_try_lz4_decode() 92 dest_len = out_len - (outp - output); in xc_try_lz4_decode() 93 ret = lz4_decompress_unknownoutputsize(inp, chunksize, outp, in xc_try_lz4_decode() 101 outp += dest_len; in xc_try_lz4_decode()
|
Completed in 3 milliseconds