Home
last modified time | relevance | path

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

/lib/
Ddecompress_unlzo.c114 u8 *output, int *posp, in unlzo() argument
154 if (posp) in unlzo()
155 *posp = 0; in unlzo()
181 if (posp) in unlzo()
182 *posp = skip; in unlzo()
201 if (posp) in unlzo()
202 *posp += 4; in unlzo()
261 if (posp) in unlzo()
262 *posp += src_len + 12; in unlzo()
Ddecompress_unlzma.c541 int *posp, in unlzma() argument
653 if (posp) in unlzma()
654 *posp = rc.ptr-rc.buffer; in unlzma()
674 int *posp, in decompress() argument
678 return unlzma(buf, in_len - 4, fill, flush, output, posp, error); in decompress()