Searched defs:lzo_bytep (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzoconf.h204 #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 sr
[all...]

Completed in 22 milliseconds