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()
126 if (posp) in unlz4()
127 *posp += 4; in unlz4()
132 if (posp) in unlz4()
133 *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()