Home
last modified time | relevance | path

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

/lib/
Ddecompress_unlz4.c34 u8 *output, long *posp, in unlz4() argument
80 if (posp) in unlz4()
81 *posp = 0; in unlz4()
102 if (posp) in unlz4()
103 *posp += 4; in unlz4()
123 if (posp) in unlz4()
124 *posp += 4; in unlz4()
129 if (posp) in unlz4()
130 *posp += 4; in unlz4()
171 if (posp) in unlz4()
[all …]
Ddecompress_unlzo.c101 u8 *output, long *posp, in unlzo() argument
141 if (posp) in unlzo()
142 *posp = 0; in unlzo()
168 if (posp) in unlzo()
169 *posp = skip; in unlzo()
188 if (posp) in unlzo()
189 *posp += 4; in unlzo()
248 if (posp) in unlzo()
249 *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()