Go to the source code of this file.
Functions | |
| int | lzo1x_decode (void *out, int *outlen, void *in, int *inlen) |
| decode LZO 1x compressed data | |
| int lzo1x_decode | ( | void * | out, | |
| int * | outlen, | |||
| void * | in, | |||
| int * | inlen | |||
| ) |
decode LZO 1x compressed data
| out | output buffer | |
| outlen | size of output buffer, number of bytes left are returned here | |
| in | input buffer | |
| inlen | size of input buffer, number of bytes left are returned here |
Definition at line 174 of file lzo.c.
Referenced by decode_frame(), and main().
1.5.5