Lines Matching refs:posp
37 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()
181 if (posp) in unlz4()
182 *posp += chunksize; in unlz4()
214 long *posp, in __decompress() argument
218 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()