HomeSort by relevance Sort by last modified time
    Searched refs:lzo_bytep (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_debuginfo/
minilzo.h 87 lzo1x_1_compress ( const lzo_bytep src, lzo_uint src_len,
88 lzo_bytep dst, lzo_uintp dst_len,
93 lzo1x_decompress ( const lzo_bytep src, lzo_uint src_len,
94 lzo_bytep dst, lzo_uintp dst_len,
99 lzo1x_decompress_safe ( const lzo_bytep src, lzo_uint src_len,
100 lzo_bytep dst, lzo_uintp dst_len,
lzoconf.h 204 #define lzo_bytep unsigned char __LZO_MMODEL * macro
219 #define lzo_bytepp lzo_bytep __LZO_MMODEL *
220 /* deprecated - use 'lzo_bytep' instead of 'lzo_byte *' */
265 (__LZO_CDECL *lzo_compress_t) ( const lzo_bytep src, lzo_uint src_len,
266 lzo_bytep dst, lzo_uintp dst_len,
270 (__LZO_CDECL *lzo_decompress_t) ( const lzo_bytep src, lzo_uint src_len,
271 lzo_bytep dst, lzo_uintp dst_len,
275 (__LZO_CDECL *lzo_optimize_t) ( lzo_bytep src, lzo_uint src_len,
276 lzo_bytep dst, lzo_uintp dst_len,
280 (__LZO_CDECL *lzo_compress_dict_t)(const lzo_bytep src, lzo_uint src_len
    [all...]
minilzo-inl.c     [all...]

Completed in 31 milliseconds