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()
126 if (posp) in unlz4()
127 *posp += 4; in unlz4()
136 if (posp) in unlz4()
137 *posp += 4; in unlz4()
178 if (posp) in unlz4()
179 *posp += chunksize; in unlz4()
211 long *posp, in __decompress() argument
215 return unlz4(buf, in_len - 4, fill, flush, output, posp, error); in __decompress()