Lines Matching refs:lzo_bytep
89 lzo1x_999_compress_internal ( const lzo_bytep in , lzo_uint in_len,
90 lzo_bytep out, lzo_uintp out_len,
92 const lzo_bytep dict, lzo_uint dict_len,
106 static lzo_bytep
107 code_match ( LZO_COMPRESS_T *c, lzo_bytep op, lzo_uint m_len, lzo_uint m_off ) in code_match()
265 static lzo_bytep
266 STORE_RUN ( LZO_COMPRESS_T *c, lzo_bytep op, const lzo_bytep ii, lzo_uint t ) in STORE_RUN()
308 static lzo_bytep
309 code_run ( LZO_COMPRESS_T *c, lzo_bytep op, const lzo_bytep ii, in code_run()
521 lzo1x_999_compress_internal ( const lzo_bytep in , lzo_uint in_len, in lzo1x_999_compress_internal()
522 lzo_bytep out, lzo_uintp out_len, in lzo1x_999_compress_internal()
524 const lzo_bytep dict, lzo_uint dict_len, in lzo1x_999_compress_internal()
533 lzo_bytep op; in lzo1x_999_compress_internal()
534 const lzo_bytep ii; in lzo1x_999_compress_internal()
795 lzo1x_999_compress_level ( const lzo_bytep in , lzo_uint in_len, in lzo1x_999_compress_level()
796 lzo_bytep out, lzo_uintp out_len, in lzo1x_999_compress_level()
798 const lzo_bytep dict, lzo_uint dict_len, in lzo1x_999_compress_level()
848 lzo1x_999_compress_dict ( const lzo_bytep in , lzo_uint in_len, in lzo1x_999_compress_dict()
849 lzo_bytep out, lzo_uintp out_len, in lzo1x_999_compress_dict()
851 const lzo_bytep dict, lzo_uint dict_len ) in lzo1x_999_compress_dict()
858 lzo1x_999_compress ( const lzo_bytep in , lzo_uint in_len, in lzo1x_999_compress()
859 lzo_bytep out, lzo_uintp out_len, in lzo1x_999_compress()