Home
last modified time | relevance | path

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

/lib/
Ddecompress_unlz4.c37 u8 *output, long *posp, in unlz4() argument
83 if (posp) in unlz4()
84 *posp = 0; in unlz4()
105 if (posp) in unlz4()
106 *posp += 4; in unlz4()
129 if (posp) in unlz4()
130 *posp += 4; in unlz4()
139 if (posp) in unlz4()
140 *posp += 4; in unlz4()
178 if (posp) in unlz4()
[all …]
Ddecompress_unlzo.c115 u8 *output, long *posp, in unlzo() argument
155 if (posp) in unlzo()
156 *posp = 0; in unlzo()
182 if (posp) in unlzo()
183 *posp = skip; in unlzo()
202 if (posp) in unlzo()
203 *posp += 4; in unlzo()
262 if (posp) in unlzo()
263 *posp += src_len + 12; in unlzo()
Ddecompress_unlzma.c541 long *posp, in unlzma() argument
653 if (posp) in unlzma()
654 *posp = rc.ptr-rc.buffer; in unlzma()
674 long *posp, in __decompress() argument
677 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()