Lines Matching refs:Bytef
7 pub type Bytef = u8; typedef
34 pub extra: *mut Bytef,
37 pub name: *mut Bytef,
39 pub comment: *mut Bytef,
49 pub next_in: *mut Bytef,
52 pub next_out: *mut Bytef,
67 pub fn adler32(adler: uLong, buf: *const Bytef, len: uInt) -> uLong; in adler32() argument
68 pub fn crc32(crc: uLong, buf: *const Bytef, len: uInt) -> uLong; in crc32() argument
90 dictionary: *const Bytef, in deflateSetDictionary() argument
125 dictionary: *const Bytef, in inflateSetDictionary() argument
157 pub fn compress(dest: *mut Bytef, destLen: *mut uLongf, in compress() argument
158 source: *const Bytef, sourceLen: uLong) -> c_int; in compress() argument
159 pub fn compress2(dest: *mut Bytef, destLen: *mut uLongf, in compress2() argument
160 source: *const Bytef, sourceLen: uLong, in compress2() argument
183 pub fn uncompress(dest: *mut Bytef, in uncompress() argument
185 source: *const Bytef, in uncompress() argument