Lines Matching refs:posp
34 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()
172 *posp += chunksize; in unlz4()
203 long *posp, in __decompress() argument
207 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()